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

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

{
    "parent": "https://api.routeconverter.com/v1/categories/1/?format=api",
    "name": "MTB",
    "children": [
        {
            "name": "Italia",
            "url": "https://api.routeconverter.com/v1/categories/7838/?format=api"
        }
    ],
    "routes": [
        {
            "description": "Dachsbau",
            "creator_name": "Bettyboo",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/1ee452a3-756b-4c5d-9209-40e3559a44da"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41800/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7837/?format=api"
}