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

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

{
    "parent": "https://api.routeconverter.com/v1/categories/254/?format=api",
    "name": "Niedersachsen",
    "children": [],
    "routes": [
        {
            "description": "BadEssenBarkhausen",
            "creator_name": "pawlow",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/22233dae-1f61-4726-8259-d3df9e106a0b"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/1697/?format=api"
        },
        {
            "description": "Borgloh-Borgholzhausen",
            "creator_name": "mampele",
            "localFileUrl": null,
            "remoteUrl": "http://goo.gl/rh4Vg",
            "url": "https://api.routeconverter.com/v1/routes/21668/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/491/?format=api"
}