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

GET /v1/categories/742/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sun, 08 Feb 2026 09:13:46 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/254/?format=api",
    "name": "Franken",
    "children": [
        {
            "name": "Hersbrucker Schweiz",
            "url": "https://api.routeconverter.com/v1/categories/1650/?format=api"
        },
        {
            "name": "Nürnberg Lorenzer Reichswald",
            "url": "https://api.routeconverter.com/v1/categories/1910/?format=api"
        },
        {
            "name": "Erlangen",
            "url": "https://api.routeconverter.com/v1/categories/1949/?format=api"
        }
    ],
    "routes": [
        {
            "description": "ALTDORF-Rasch-Altdorf",
            "creator_name": "reklov",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/6bd1c837-6794-448f-ab34-130dc435cdfc"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/2690/?format=api"
        },
        {
            "description": "Pyrbaum - Seligenporten - Pyrbaum (12,4 km)",
            "creator_name": "mcmanni",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/415379f2-ecaa-4323-907c-b7d4b2438992"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/4084/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/742/?format=api"
}