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

GET /v1/categories/1910/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Fri, 06 Feb 2026 05:04:39 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/742/?format=api",
    "name": "Nürnberg Lorenzer Reichswald",
    "children": [],
    "routes": [
        {
            "description": "Nbg.-Laufamholz - Fischbach und zurück",
            "creator_name": "Wurzelsepp",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/f6cdac7c-f22a-49f6-bb1f-2cb70e64192f"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/8066/?format=api"
        },
        {
            "description": "Nbg.-Laufamholz - Brunn",
            "creator_name": "Wurzelsepp",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/76fd9548-efb7-479b-85ca-e0d753b4a46a"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/8068/?format=api"
        },
        {
            "description": "Nbg.-Valznerweiher - Fischbach",
            "creator_name": "Wurzelsepp",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/29ed1176-c80a-4c8f-83d5-5b8e75e5b5eb"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/8275/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1910/?format=api"
}