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

GET /v1/categories/324/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sun, 21 Dec 2025 17:18:47 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/97/?format=api",
    "name": "Zypern",
    "children": [],
    "routes": [
        {
            "description": "Adonis-Wanderung bei Poli",
            "creator_name": "Vodi",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/8b10d35b-67dd-4c06-9e74-494e38cd3e5c"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/1018/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/324/?format=api"
}