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

GET /v1/categories/1010/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sat, 07 Feb 2026 19:33:18 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/2353/?format=api",
    "name": "195",
    "children": [],
    "routes": [
        {
            "description": "195 A to 195 B",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/d36eace2-c695-4405-b7e9-ba7407680746"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3782/?format=api"
        },
        {
            "description": "195 A to 195 C",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/e2c5f001-8324-4acb-86b1-dbc1494c4071"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3783/?format=api"
        },
        {
            "description": "195 B - A",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/f1cede84-bec8-4b08-ae8e-144ea7cc303e"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3784/?format=api"
        },
        {
            "description": "195 C - A",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/468cdb10-5e03-453a-8434-5ea195e2c609"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3785/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1010/?format=api"
}