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

GET /v1/categories/5802/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sat, 11 Jan 2014 04:55:24 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/167/",
    "name": "Glarus",
    "children": [],
    "routes": [
        {
            "description": "Trackpoint 1 to Trackpoint 2777",
            "creator_name": "Klaus_Da",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/f0be42d5-0936-49e0-8a30-6d6659d43de9"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/39337/",
            "metadata": {
                "length": 40072,
                "lengthKind": "track",
                "duration": 18363,
                "positionLists": 1,
                "positions": 2777,
                "size": 77758,
                "format": "Columbus GPS Binary (*.gps)",
                "startTime": "2018-08-03T08:02:31+00:00",
                "elevationGain": 1729,
                "elevationLoss": 2452,
                "country": "AT"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/5802/"
}