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

GET /v1/categories/1012/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Mon, 15 Sep 2025 11:03:54 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/2353/?format=api",
    "name": "200",
    "children": [],
    "routes": [
        {
            "description": "200 A to 200 B",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/caab854c-6e99-4ab1-9690-4905324abe2b"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3792/?format=api"
        },
        {
            "description": "200 - B to 200 A",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/1cc0898a-0e15-4d0a-927a-046837ce2e01"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3793/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1012/?format=api"
}