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

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

{
    "parent": "https://api.routeconverter.com/v1/categories/2702/?format=api",
    "name": "Kungsleden",
    "children": [],
    "routes": [
        {
            "description": "Kungsleden 1.1 : STF Abisko - STF Abiskojaure",
            "creator_name": "mrvdb",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/f8a7e0c7-cbb2-496e-b23e-6860c4c699de"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/39529/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7326/?format=api"
}