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

GET /v1/categories/6946/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Thu, 05 Feb 2026 10:39:27 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/15/?format=api",
    "name": "Fischbrötchentouren",
    "children": [
        {
            "name": "Touren ab Dersau am Plöner See",
            "url": "https://api.routeconverter.com/v1/categories/6947/?format=api"
        }
    ],
    "routes": [
        {
            "description": "FBT Teil3 Tom Tom",
            "creator_name": "fredgr",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/fd7493b7-42cd-4285-9810-e1c65ae07d87"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/38021/?format=api"
        },
        {
            "description": "FBT Teil1 Garmin",
            "creator_name": "fredgr",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/32e9ff6d-7a37-409f-a76a-8b8b3eb206cb"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/38022/?format=api"
        },
        {
            "description": "FBT Teil1 TomTom",
            "creator_name": "fredgr",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/627382f1-5a16-4df7-8d1d-695484be5963"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/38023/?format=api"
        },
        {
            "description": "FBT Teil2 Garmin",
            "creator_name": "fredgr",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/07b0a98c-d00a-4253-9d21-b01add1fec46"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/38024/?format=api"
        },
        {
            "description": "FBT Teil2 TomTom",
            "creator_name": "fredgr",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/52735a92-f1bf-48cb-9ae2-1f06114dfa4b"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/38025/?format=api"
        },
        {
            "description": "FBT Teil3 Garmin",
            "creator_name": "fredgr",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/6e3c6e60-2183-42d2-831e-bcd36106b990"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/38026/?format=api"
        },
        {
            "description": "Fischbrötchentour am Weltfischbrötchentag",
            "creator_name": "Karmial",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/855ed9ec-57c3-42a9-aaf6-82d613ea202a"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/38141/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/6946/?format=api"
}