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

GET /v1/categories/1376/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sat, 07 Feb 2026 02:34:05 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/102/?format=api",
    "name": "Zwischen Weser und Ems",
    "children": [],
    "routes": [
        {
            "description": "kleine Tour um Bremen",
            "creator_name": "kayman",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/5efbbe84-05dc-44ea-b953-207907e97704"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/1327/?format=api"
        },
        {
            "description": "Wildeshauser Geest-Runde",
            "creator_name": "McMaik",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/043f41ce-34b6-4106-b44e-2702ca55c99b"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/38100/?format=api"
        },
        {
            "description": "Meyer-Werft-Fehn-Route",
            "creator_name": "McMaik",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/d5a0949b-f115-449e-b288-744cd693a5d7"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/38101/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1376/?format=api"
}