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

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

{
    "parent": "https://api.routeconverter.com/v1/categories/1177/?format=api",
    "name": "Provence",
    "children": [],
    "routes": [
        {
            "description": "01PR01 to 39PR12",
            "creator_name": "Greyglober",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/ec2d85a7-482e-4cf6-a4df-e85a6a2bc5d5"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/38009/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/6912/?format=api"
}