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

GET /v1/categories/1951/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Mon, 22 Dec 2025 10:47:56 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/177/?format=api",
    "name": "Tirol",
    "children": [],
    "routes": [
        {
            "description": "Juns - Höllensteinhütte - Grieralm - Madseit",
            "creator_name": "Diomedeadue",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/f5fab870-f1ab-4130-aea3-905d57127017"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/8232/?format=api"
        },
        {
            "description": "Birnen Allee1 31.10.2025",
            "creator_name": "Mest",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/2fbc983e-0a6e-4b94-9ebb-d0b6fb6be09e"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41779/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1951/?format=api"
}