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

GET /v1/categories/6701/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sat, 13 Apr 2019 21:49:58 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/97/",
    "name": "Africa",
    "children": [],
    "routes": [
        {
            "description": "record 1 to record 9503",
            "creator_name": "electrodoc",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/17f560a5-06a8-4594-9ef6-8ce0c87c7f85"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/40475/",
            "metadata": {
                "length": 134183,
                "lengthKind": "track",
                "duration": 33599,
                "positionLists": 1,
                "positions": 9503,
                "size": 249918,
                "format": "Garmin FIT (*.fit)",
                "startTime": "2021-04-11T13:08:48+00:00",
                "elevationGain": 1240,
                "elevationLoss": 2056,
                "country": "AR"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/6701/"
}