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

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

{
    "parent": "https://api.routeconverter.com/v1/categories/254/?format=api",
    "name": "Bayern",
    "children": [
        {
            "name": "Geologie",
            "url": "https://api.routeconverter.com/v1/categories/7743/?format=api"
        }
    ],
    "routes": [
        {
            "description": "versuch2",
            "creator_name": "uprantl",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/73e47a09-4e7b-47f8-a126-8cb190864e5a"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/38037/?format=api"
        },
        {
            "description": "Fränkischer Rotweinwanderweg",
            "creator_name": "camelopard",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/efe35ff0-751b-49d1-8fe3-84f6026393f9"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/40895/?format=api"
        },
        {
            "description": "?Kreuzeck",
            "creator_name": "wieland",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/c1f1f5a9-84c6-4775-8910-0fd151f906cb"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41534/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/6322/?format=api"
}