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

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

{
    "parent": "https://api.routeconverter.com/v1/categories/254/?format=api",
    "name": "Baden-Württemberg",
    "children": [
        {
            "name": "Bodensee",
            "url": "https://api.routeconverter.com/v1/categories/7098/?format=api"
        },
        {
            "name": "Schwarzwald",
            "url": "https://api.routeconverter.com/v1/categories/7772/?format=api"
        },
        {
            "name": "Main Tauber Kreis",
            "url": "https://api.routeconverter.com/v1/categories/7775/?format=api"
        },
        {
            "name": "Stromberg-Heuchelberg",
            "url": "https://api.routeconverter.com/v1/categories/7782/?format=api"
        },
        {
            "name": "Welzheimer Wald",
            "url": "https://api.routeconverter.com/v1/categories/7783/?format=api"
        },
        {
            "name": "Schwäbische Alb",
            "url": "https://api.routeconverter.com/v1/categories/7784/?format=api"
        }
    ],
    "routes": [],
    "url": "https://api.routeconverter.com/v1/categories/3165/?format=api"
}