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

GET /v1/categories/1689/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Wed, 27 Oct 2010 20:17:36 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/648/",
    "name": "Veneto",
    "children": [],
    "routes": [
        {
            "description": "Alta Via dei Silenci No. 6, di San Martino d'Alpago al Vittorio Veneto",
            "creator_name": "Wurzelsepp",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/ec90038b-6981-43f4-b3ed-1624f2f4040b"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/7000/",
            "metadata": {
                "length": 49512,
                "lengthKind": "track",
                "duration": 207268,
                "positionLists": 1,
                "positions": 8341,
                "size": 1175345,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2010-09-27T07:56:58+00:00",
                "elevationGain": 3821,
                "elevationLoss": 4543,
                "country": "IT"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1689/"
}