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

GET /v1/categories/7745/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Fri, 24 Feb 2023 22:26:39 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/7744/?format=api",
    "name": "Schlögener donauschlinge",
    "children": [],
    "routes": [
        {
            "description": "Schlögener Donauschlinge (217.895 km, 3420 hm) - Verwöhnhotel Rockenschaub",
            "creator_name": "AlphaLima",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/14b5fdd0-bdbf-4bd2-99b4-e480cff8322f"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41423/?format=api",
            "metadata": {
                "length": 218296,
                "lengthKind": "track",
                "positionLists": 1,
                "positions": 246,
                "size": 17087,
                "format": "GPS Exchange Format 1.0 (*.gpx)",
                "elevationGain": 3626,
                "elevationLoss": 3626,
                "country": "AT"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7745/?format=api"
}