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

GET /v1/categories/7744/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sat, 15 Jul 2023 23:48:48 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/146/",
    "name": "erlebnis-wachau Rock",
    "children": [
        {
            "name": "Schlögener donauschlinge",
            "url": "https://api.routeconverter.com/v1/categories/7745/"
        }
    ],
    "routes": [
        {
            "description": "Erlebnis Wachau (271.081 km, 4323 hm) - Verwöhnhotel Rockenschaub",
            "creator_name": "AlphaLima",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/d16b9f73-1eec-490e-b766-7021b1d6f0eb"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41422/",
            "metadata": {
                "length": 271471,
                "lengthKind": "track",
                "positionLists": 1,
                "positions": 9887,
                "size": 650832,
                "format": "GPS Exchange Format 1.0 (*.gpx)",
                "elevationGain": 14809,
                "elevationLoss": 14809,
                "country": "AT"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7744/"
}