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

GET /v1/categories/7484/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Wed, 05 Nov 2025 07:25:54 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/7483/?format=api",
    "name": "Gladbeck",
    "children": [],
    "routes": [
        {
            "description": "Rundwanderung 08.04.2020 von Gladbeck Brauck nach Essen Karnap",
            "creator_name": "Ruhrpottschlingel",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/6a9bebb8-53c5-48f6-bfb4-6f67b0838e55"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/40069/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7484/?format=api"
}