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

GET /v1/categories/1008/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sun, 08 Feb 2026 10:33:14 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/2353/?format=api",
    "name": "192",
    "children": [],
    "routes": [
        {
            "description": "192 A to 192 B",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/b805d412-70fd-4e14-ba24-12ae2ee7ee12"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3775/?format=api"
        },
        {
            "description": "192 A to 192 C",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/f2cbdcda-fe0a-4c88-ba6a-45bcef6536e1"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3776/?format=api"
        },
        {
            "description": "192 B to 192 A",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/97f3c22d-325f-43ea-8298-069813a5f62e"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3777/?format=api"
        },
        {
            "description": "192 C to 192 A",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/7fe077ed-2252-4116-98c8-fb12c9cc53f2"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3778/?format=api"
        },
        {
            "description": "192 C -  F",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/c3e85d77-d13b-4e55-975e-e749f45af9e0"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3779/?format=api"
        },
        {
            "description": "192 F - C",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/0a40ab04-e63e-46e5-93b2-5333df2fd4d8"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3780/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1008/?format=api"
}