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

GET /v1/categories/1177/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sun, 08 Feb 2026 12:50:14 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/97/?format=api",
    "name": "France",
    "children": [
        {
            "name": "PACA",
            "url": "https://api.routeconverter.com/v1/categories/1793/?format=api"
        },
        {
            "name": "Béarn",
            "url": "https://api.routeconverter.com/v1/categories/5707/?format=api"
        },
        {
            "name": "Maine et Loire",
            "url": "https://api.routeconverter.com/v1/categories/5752/?format=api"
        },
        {
            "name": "Languedoc",
            "url": "https://api.routeconverter.com/v1/categories/6221/?format=api"
        },
        {
            "name": "Provence",
            "url": "https://api.routeconverter.com/v1/categories/6912/?format=api"
        },
        {
            "name": "Auvergne",
            "url": "https://api.routeconverter.com/v1/categories/7407/?format=api"
        }
    ],
    "routes": [
        {
            "description": "trail de l'ardéchois",
            "creator_name": "carron",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/49b28bbe-7df4-4ef2-b00b-3820ed87349d"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/4304/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1177/?format=api"
}