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

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

{
    "parent": "https://api.routeconverter.com/v1/categories/1177/?format=api",
    "name": "Auvergne",
    "children": [],
    "routes": [
        {
            "description": "GR4: Beauregards - Super Besse (4 day tracks, 1 waypoint list)",
            "creator_name": "baloan",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/77e7dd0e-033f-4976-a0a4-f1d671025bfd"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/39779/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7407/?format=api"
}