This endpoint presents the RouteConverter API for categories in the system.

GET /v1/categories/1005/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Fri, 06 Feb 2026 19:56:19 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/2353/?format=api",
    "name": "155",
    "children": [],
    "routes": [
        {
            "description": "155 A to 155 A + UMLEITUNG",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/5e13b0ae-4add-4357-9a51-ff7bae835b5a"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3766/?format=api"
        },
        {
            "description": "155 A to 155 A ohne Umleitung",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/38ebcc94-3371-41b3-b377-77b521e724d8"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3767/?format=api"
        },
        {
            "description": "155 A to 155 B",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/3f559060-dfc0-4538-9980-23f3fb6aa719"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3768/?format=api"
        },
        {
            "description": "155 B to 155 A +UMLEITUNG",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/502d3536-dbb4-4195-9019-5a79d2022660"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3769/?format=api"
        },
        {
            "description": "155 B - A ohne Umleitung",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/2140b4bf-7d62-4e92-8a86-a2e24fe311d2"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3770/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1005/?format=api"
}