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

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

{
    "parent": "https://api.routeconverter.com/v1/categories/2353/?format=api",
    "name": "187",
    "children": [],
    "routes": [
        {
            "description": "187 A to 187 B",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/50dc6e21-3190-4270-92e3-0438fc8fdf22"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3818/?format=api"
        },
        {
            "description": "187 B to 187 A",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/80d33035-ac73-4a8d-8df0-2864616b4ea8"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3819/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1021/?format=api"
}