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

GET /v1/categories/7605/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sun, 18 Apr 2021 19:17:47 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/29/",
    "name": "La Gomera",
    "children": [],
    "routes": [
        {
            "description": "La Gomera, 210 km, 4 Std",
            "creator_name": "ChickenHawk",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/c8e1c68e-9066-4ecd-82e7-eeb82f92291b"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/40482/",
            "metadata": {
                "length": 305807,
                "lengthKind": "track",
                "positionLists": 2,
                "positions": 7698,
                "size": 1121796,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "elevationGain": 5186,
                "elevationLoss": 5047
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7605/"
}