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

GET /v1/categories/1018/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Thu, 05 Feb 2026 19:57:26 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/2353/?format=api",
    "name": "291",
    "children": [],
    "routes": [
        {
            "description": "291 A to 291 B",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/327419ef-4a79-410d-adb2-a3f9edeec4ee"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3810/?format=api"
        },
        {
            "description": "291 B to 291 A",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/9f849526-015a-4ddb-83ef-7873c6707821"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3811/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1018/?format=api"
}