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

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

{
    "parent": "https://api.routeconverter.com/v1/categories/2353/?format=api",
    "name": "250",
    "children": [],
    "routes": [
        {
            "description": "250 U-Bhf. Neumann Platz - Grumbkowstr",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/42d1c753-ada0-4c34-9961-45b150fbd41f"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/17920/?format=api"
        },
        {
            "description": "250 Maximilianstr - Grumbkowstr",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/ba12495f-7bd3-41e7-8c45-6dd766ad6434"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/17921/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1014/?format=api"
}