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

GET /v1/categories/1095/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Thu, 05 Feb 2026 09:20:50 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/22/?format=api",
    "name": "Cévennes",
    "children": [],
    "routes": [
        {
            "description": "Chamborigaud - MontAigual",
            "creator_name": "karsmeyer",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/b7db2a8e-9ae8-42cd-a28f-48d5f0528057"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/4021/?format=api"
        },
        {
            "description": "Chamborigaud - Cirque-de-Navacelles",
            "creator_name": "karsmeyer",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/ccefb5aa-96c0-401f-9b41-b445cd7f93b8"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/4022/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1095/?format=api"
}