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

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

{
    "parent": "https://api.routeconverter.com/v1/categories/146/?format=api",
    "name": "erlebnis-wachau Rock",
    "children": [
        {
            "name": "Schlögener donauschlinge",
            "url": "https://api.routeconverter.com/v1/categories/7745/?format=api"
        }
    ],
    "routes": [
        {
            "description": "Erlebnis Wachau (271.081 km, 4323 hm) - Verwöhnhotel Rockenschaub",
            "creator_name": "AlphaLima",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/d16b9f73-1eec-490e-b766-7021b1d6f0eb"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41422/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7744/?format=api"
}