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

GET /v1/categories/7407/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Mon, 22 Jul 2019 10:59:06 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/1177/",
    "name": "Auvergne",
    "children": [],
    "routes": [
        {
            "description": "GR4: Beauregards - Super Besse (4 day tracks, 1 waypoint list)",
            "creator_name": "baloan",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/77e7dd0e-033f-4976-a0a4-f1d671025bfd"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/39779/",
            "metadata": {
                "length": 110660,
                "lengthKind": "straight-line",
                "duration": 376608,
                "positionLists": 5,
                "positions": 626,
                "size": 132580,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2019-07-16T08:44:11+00:00",
                "elevationGain": 3931,
                "elevationLoss": 3160,
                "country": "FR"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7407/"
}