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

GET /v1/categories/7080/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Wed, 20 Dec 2017 12:43:37 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/7079/",
    "name": "Via dei Lupi",
    "children": [],
    "routes": [
        {
            "description": "Via Dei Lupi",
            "creator_name": "Ozujsko",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/98d80955-a8a0-4d23-9f9f-36f4c3508144"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/38785/",
            "metadata": {
                "length": 195087,
                "lengthKind": "track",
                "duration": 624810,
                "positionLists": 1,
                "positions": 19506,
                "size": 3120155,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2017-06-11T05:35:52+00:00",
                "elevationGain": 9552,
                "elevationLoss": 9120,
                "country": "IT"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7080/"
}