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

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

{
    "parent": "https://api.routeconverter.com/v1/categories/27/?format=api",
    "name": "Mittelhessen",
    "children": [],
    "routes": [
        {
            "description": "EderKirchhain",
            "creator_name": "BikerMarius",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/ac07da55-d836-49f2-b508-87391ad026e9"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/27936/?format=api"
        },
        {
            "description": "Kirchhain, Vogelsberg, Schwalm, Apriltour-2018 der Hessenbiker mit Stop an der Hessenhalle Alsfeld zur Motorradmesse",
            "creator_name": "Hessenscout",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/6ba4e0ac-fbbe-4b64-b166-34ad732378a4"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/38953/?format=api"
        },
        {
            "description": "Hessisches Bergland",
            "creator_name": "Konni",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/aa7bfaec-802d-43d6-9d66-83727fe24336"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/40497/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/2240/?format=api"
}