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

GET /v1/categories/1007/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Thu, 05 Feb 2026 07:41:47 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/2353/?format=api",
    "name": "191",
    "children": [],
    "routes": [
        {
            "description": "191 A - B",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/5fa482f8-ccfd-4af7-9e81-3b6ea59ca3b6"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3773/?format=api"
        },
        {
            "description": "191 B - A",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/1d4dbfd8-41e7-4c72-8425-ff93cdee0325"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3774/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1007/?format=api"
}