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

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

{
    "parent": "https://api.routeconverter.com/v1/categories/254/?format=api",
    "name": "Thüringen",
    "children": [],
    "routes": [
        {
            "description": "VIA PORTA -Friedrichroda Nesseöhof-",
            "creator_name": "percy",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/bb8984cd-d6dd-4ab3-9d91-b7d89001f2c6"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/8196/?format=api"
        },
        {
            "description": "Eisenach_Drachenschlucht_Landgrafenschlucht_10,7km",
            "creator_name": "FreizeitWanderer",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/01fa51b5-6164-41e6-97c9-b21fd1ab3658"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41570/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1946/?format=api"
}