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

GET /v1/categories/1650/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sat, 07 Feb 2026 18:01:24 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/742/?format=api",
    "name": "Hersbrucker Schweiz",
    "children": [],
    "routes": [
        {
            "description": "Hirschbachtaler Höhlenweg Teilstrecke ",
            "creator_name": "ardnaxela",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/886b437b-16a8-427b-99d3-7bb406ee51e3"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/6858/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1650/?format=api"
}