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

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

{
    "parent": "https://api.routeconverter.com/v1/categories/2353/?format=api",
    "name": "240",
    "children": [],
    "routes": [
        {
            "description": "240 A to 240 B",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/99f1b90b-3e0b-42fa-accc-94d3674c70f1"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/4116/?format=api"
        },
        {
            "description": "240 B to 240 A",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/479b1bc2-2b88-4505-96e5-24ba16f1dfa3"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/4117/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1013/?format=api"
}