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

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

{
    "parent": "https://api.routeconverter.com/v1/categories/7020/?format=api",
    "name": "Flugplätze01",
    "children": [],
    "routes": [
        {
            "description": "Test",
            "creator_name": "Mayrhofer",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/aefe6117-7dc3-4a37-83ed-a2d9d67f444e"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41749/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7803/?format=api"
}