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

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

{
    "parent": "https://api.routeconverter.com/v1/categories/2353/?format=api",
    "name": "TXL",
    "children": [],
    "routes": [
        {
            "description": "TXL A to TXL B",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/0a78b7d5-c831-4c1b-a1c0-6b84a1c140c5"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3814/?format=api"
        },
        {
            "description": "TXL B to TXL A",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/6b3f0cab-282a-4f5f-954d-f7b6ade09d02"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3815/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1020/?format=api"
}