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

GET /v1/categories/7803/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Tue, 29 Oct 2024 09:46:44 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/7020/",
    "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/",
            "metadata": null
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7803/"
}