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

GET /v1/categories/7337/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Thu, 06 Nov 2025 10:59:24 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/167/?format=api",
    "name": "NW Schweiz",
    "children": [],
    "routes": [
        {
            "description": "Hersberg-Liestal-Büren.gpx",
            "creator_name": "eburkhard",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/c751c018-765f-4850-b8aa-6287dfd1a94a"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/39557/?format=api"
        },
        {
            "description": "Schönmatt-Gempen-Ruine Dorneck-Ruine Birseck-Schönmatt",
            "creator_name": "erich_naef",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/3eb265ae-c921-47f0-8f99-87010443e331"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41533/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7337/?format=api"
}