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

GET /v1/categories/300/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sat, 20 Dec 2025 11:18:39 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/14/?format=api",
    "name": "Baden-Württemberg",
    "children": [
        {
            "name": "Bodensee, Allgäu, Oberschwaben",
            "url": "https://api.routeconverter.com/v1/categories/1367/?format=api"
        },
        {
            "name": "Zwischen Main und Donau",
            "url": "https://api.routeconverter.com/v1/categories/1368/?format=api"
        },
        {
            "name": "Kochertal",
            "url": "https://api.routeconverter.com/v1/categories/4286/?format=api"
        },
        {
            "name": "Mofa-Touren",
            "url": "https://api.routeconverter.com/v1/categories/7021/?format=api"
        }
    ],
    "routes": [
        {
            "description": "BB-Gaildorf-S.-Gmünd-Lonsee-NT-BB",
            "creator_name": "TomTom",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/8dbaa67a-1b79-46c2-a0cf-553389f327f1"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/38062/?format=api"
        },
        {
            "description": "Aichtal - Haldenhof über Sipplingen (Überlinger-See)",
            "creator_name": "KHGa",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/b29c4740-b0a7-4530-9580-38525ff8a37b"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/39886/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/300/?format=api"
}