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

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

{
    "parent": "https://api.routeconverter.com/v1/categories/1716/?format=api",
    "name": "British Columbia",
    "children": [],
    "routes": [
        {
            "description": "Roundtour von Vancover -VancoverIsland-Port Hardy- Prince Rupert-Jasper -Banff-Golden-Penticton-Vancover",
            "creator_name": "Fred",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/6fb9d0eb-6f6f-4a00-99b7-9ff1adf28eaf"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/7063/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1717/?format=api"
}