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

GET /v1/categories/1002/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sat, 20 Dec 2025 00:37:13 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/2353/?format=api",
    "name": "104",
    "children": [],
    "routes": [
        {
            "description": "104 A to 104 B",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/ca4e567b-93f8-481d-a5b6-4177510f687b"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3752/?format=api"
        },
        {
            "description": "104 B - A Tunnelstr. - Brixplatz",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/e3c5a768-66f1-45d4-a479-06707de8411c"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3753/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1002/?format=api"
}