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

GET /v1/categories/1050/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Mon, 15 Sep 2025 00:48:07 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/705/?format=api",
    "name": "Solingen",
    "children": [],
    "routes": [
        {
            "description": "Wanderung in der Ohligser Heide | www.alschim.de",
            "creator_name": "alschim",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/e5b924ba-4a99-4955-8ca7-316a050c299c"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3910/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1050/?format=api"
}