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

GET /v1/categories/7765/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Tue, 04 Nov 2025 13:49:41 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/7738/?format=api",
    "name": "Dolomiti",
    "children": [
        {
            "name": "fe-so.ch",
            "url": "https://api.routeconverter.com/v1/categories/7766/?format=api"
        }
    ],
    "routes": [
        {
            "description": "test",
            "creator_name": "RoutenUrlaub",
            "localFileUrl": null,
            "remoteUrl": "https://umap.openstreetmap.fr/de/",
            "url": "https://api.routeconverter.com/v1/routes/41580/?format=api"
        },
        {
            "description": "Urlaub1",
            "creator_name": "RoutenUrlaub",
            "localFileUrl": null,
            "remoteUrl": "https://umap.openstreetmap.fr/de/",
            "url": "https://api.routeconverter.com/v1/routes/41581/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7765/?format=api"
}