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

GET /v1/categories/1689/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Mon, 22 Dec 2025 10:53:10 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/648/?format=api",
    "name": "Veneto",
    "children": [],
    "routes": [
        {
            "description": "Alta Via dei Silenci No. 6, di San Martino d'Alpago al Vittorio Veneto",
            "creator_name": "Wurzelsepp",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/ec90038b-6981-43f4-b3ed-1624f2f4040b"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/7000/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1689/?format=api"
}