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

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

{
    "parent": "https://api.routeconverter.com/v1/categories/7677/?format=api",
    "name": "tauchen",
    "children": [],
    "routes": [
        {
            "description": "logbuch",
            "creator_name": "kraiger",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/5f01d0b0-ead9-4a68-abb5-ccd61101e8ac"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41748/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7828/?format=api"
}