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

GET /v1/categories/7601/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sat, 20 Dec 2025 00:35:46 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/177/?format=api",
    "name": "Voralrberg",
    "children": [
        {
            "name": "Kalbelesee",
            "url": "https://api.routeconverter.com/v1/categories/7778/?format=api"
        }
    ],
    "routes": [
        {
            "description": "Test VLBG",
            "creator_name": "Paulih01",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/1e1505db-c14d-4195-aa74-cfff4a9964c1"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/40459/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7601/?format=api"
}