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

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

{
    "parent": "https://api.routeconverter.com/v1/categories/2358/?format=api",
    "name": "Flugplätze",
    "children": [
        {
            "name": "Flugplätze01",
            "url": "https://api.routeconverter.com/v1/categories/7803/?format=api"
        }
    ],
    "routes": [
        {
            "description": "Flugplätze EU (gpx 1.1)",
            "creator_name": "Claus1965",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/45e070f2-1df3-43fe-95a5-1a9bb55e303d"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/38557/?format=api"
        },
        {
            "description": "Flugplätze EU (kmz)",
            "creator_name": "Claus1965",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/33f4ecef-fe95-42ed-8bc8-7e70d87266b0"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/38558/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7020/?format=api"
}