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

GET /v1/categories/1085/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Wed, 24 Mar 2010 23:14:35 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/1083/",
    "name": "Tarbena",
    "children": [],
    "routes": [
        {
            "description": "Tarbena 1 24.10.2010",
            "creator_name": "Blaukowb",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/cd1cff83-8923-4279-b885-1bf17acb8d9b"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3987/",
            "metadata": {
                "length": 7196,
                "lengthKind": "track",
                "positionLists": 1,
                "positions": 5089,
                "size": 121113,
                "format": "Google Earth 4 (*.kml)",
                "elevationGain": 1124,
                "elevationLoss": 1116,
                "country": "ES"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1085/"
}