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

GET /v1/categories/7022/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sun, 21 Dec 2025 02:46:43 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/7021/?format=api",
    "name": "Schwarzwaldtour",
    "children": [],
    "routes": [
        {
            "description": "Schwarzwaldtour von Gengenbach nach Herrenberg",
            "creator_name": "Claus1965",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/ebcfcac7-f5b7-450a-a086-50ea860f7a1d"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/38559/?format=api"
        },
        {
            "description": "Schwarzwaldtour von Herrenberg nach Gengenbach",
            "creator_name": "Claus1965",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/408596f1-b193-4f6a-acc6-16ac622ab90a"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/38560/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7022/?format=api"
}