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

GET /v1/categories/6801/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Fri, 06 Feb 2026 06:32:43 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/6894/?format=api",
    "name": "Berlin",
    "children": [],
    "routes": [
        {
            "description": "Quad Tour Berlin Süd",
            "creator_name": "Schubi007",
            "localFileUrl": null,
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/27968/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/6801/?format=api"
}