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

GET /v1/categories/2040/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sun, 21 Dec 2025 19:17:00 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/7479/?format=api",
    "name": "Slowenien (Slovenija)",
    "children": [],
    "routes": [
        {
            "description": "B82 and  L132 to Ziganja Vas and Road",
            "creator_name": "KTMilan",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/fe927faf-af26-4da3-9660-a430698685fa"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/8388/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/2040/?format=api"
}