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

GET /v1/categories/1949/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sat, 07 Feb 2026 15:54:45 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/742/?format=api",
    "name": "Erlangen",
    "children": [],
    "routes": [
        {
            "description": "Dechsendorfer Weiher - Röttenbach",
            "creator_name": "Wurzelsepp",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/cf408a33-3b59-46d4-978b-8278eade45bc"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/8225/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1949/?format=api"
}