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

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

{
    "parent": "https://api.routeconverter.com/v1/categories/97/?format=api",
    "name": "Marsch zum Meer",
    "children": [],
    "routes": [
        {
            "description": "Wanderung 19.09.2020 14:44",
            "creator_name": "Comiotto",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/bfd37b29-2974-449f-977a-c42bbe94b313"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/40275/?format=api"
        },
        {
            "description": "Wanderung 19.09.2020",
            "creator_name": "Comiotto",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/e036f0a8-bc0d-4c3c-b51f-8b3925ca1b34"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/40276/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7543/?format=api"
}