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

GET /v1/categories/5752/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Mon, 22 Dec 2025 22:16:59 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/1177/?format=api",
    "name": "Maine et Loire",
    "children": [],
    "routes": [
        {
            "description": "Course  à pied Angers _  St Nic - Croix Hermitage 16km 200m",
            "creator_name": "MUTHULAR Laurent",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/bdbb83d5-988c-4674-ae60-b52d8e0071e6"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/23306/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/5752/?format=api"
}