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

GET /v1/categories/1006/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Tue, 04 Nov 2025 13:50:22 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/2353/?format=api",
    "name": "156",
    "children": [],
    "routes": [
        {
            "description": "156 A to 156 B",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/0852cbfa-9030-45c4-bc66-01e3c41cfc12"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3771/?format=api"
        },
        {
            "description": "156 B to 156 A",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/df10268d-230e-4072-af1e-738b6663924a"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3772/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1006/?format=api"
}