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

GET /v1/categories/1164/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Wed, 05 Nov 2025 06:52:32 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/298/?format=api",
    "name": "Sächsische Schweiz",
    "children": [],
    "routes": [
        {
            "description": "Wehlen - Rauenstein - Rathen - Bastei - Wehlen",
            "creator_name": "xreality",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/c99684fa-173b-48b3-bb03-5e8d4b025c14"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/4167/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1164/?format=api"
}