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

GET /v1/categories/705/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Thu, 05 Feb 2026 13:19:32 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/254/?format=api",
    "name": "Nordrhein-Westfalen",
    "children": [
        {
            "name": "Dortmund",
            "url": "https://api.routeconverter.com/v1/categories/288/?format=api"
        },
        {
            "name": "Siebengebirge",
            "url": "https://api.routeconverter.com/v1/categories/389/?format=api"
        },
        {
            "name": "Solingen",
            "url": "https://api.routeconverter.com/v1/categories/1050/?format=api"
        },
        {
            "name": "Rhein-Sieg-Kreis",
            "url": "https://api.routeconverter.com/v1/categories/1842/?format=api"
        },
        {
            "name": "Sauerland",
            "url": "https://api.routeconverter.com/v1/categories/2268/?format=api"
        },
        {
            "name": "Bergisches Land",
            "url": "https://api.routeconverter.com/v1/categories/3640/?format=api"
        },
        {
            "name": "Rheinisch-Bergischer Kreis",
            "url": "https://api.routeconverter.com/v1/categories/3679/?format=api"
        },
        {
            "name": "Ostwestfalen-Lippe",
            "url": "https://api.routeconverter.com/v1/categories/4495/?format=api"
        },
        {
            "name": "Schwalm-Nette von Gunnar",
            "url": "https://api.routeconverter.com/v1/categories/5226/?format=api"
        },
        {
            "name": "Tourenrad-Strecken Gegend Willich",
            "url": "https://api.routeconverter.com/v1/categories/7243/?format=api"
        },
        {
            "name": "Ruhrpott",
            "url": "https://api.routeconverter.com/v1/categories/7483/?format=api"
        }
    ],
    "routes": [
        {
            "description": "Ofden-Euchen",
            "creator_name": "Harald",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/e9e3da09-f8e5-4411-9d3a-7a35bbfd66d4"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/2437/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/705/?format=api"
}