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

GET /v1/categories/1016/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sat, 20 Dec 2025 00:39:25 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/2353/?format=api",
    "name": "256",
    "children": [],
    "routes": [
        {
            "description": "256 A - B",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/1a731f3c-6c4c-4c8c-9677-ba925940d50e"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3804/?format=api"
        },
        {
            "description": "256 B - A",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/4569b227-0602-4d01-a3e9-237045ff57e6"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3805/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1016/?format=api"
}