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

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

{
    "parent": "https://api.routeconverter.com/v1/categories/29/?format=api",
    "name": "La Gomera",
    "children": [],
    "routes": [
        {
            "description": "La Gomera, 210 km, 4 Std",
            "creator_name": "ChickenHawk",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/c8e1c68e-9066-4ecd-82e7-eeb82f92291b"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/40482/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7605/?format=api"
}