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

GET /v1/categories/1944/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sat, 20 Dec 2025 03:49:25 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/7349/?format=api",
    "name": "France",
    "children": [
        {
            "name": "Angers",
            "url": "https://api.routeconverter.com/v1/categories/1945/?format=api"
        },
        {
            "name": "Côtes de Suisse",
            "url": "https://api.routeconverter.com/v1/categories/3641/?format=api"
        }
    ],
    "routes": [
        {
            "description": "0133- 04 - Thoard Dignes 15Km5",
            "creator_name": "pedinegre",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/71672087-c722-43e6-ae4b-fe8d8d39d429"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/11306/?format=api"
        },
        {
            "description": "Montagne d'Aujour",
            "creator_name": "pedinegre",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/3206823f-b496-4d32-afde-0b2c7c31a15f"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/11307/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1944/?format=api"
}