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

GET /v1/categories/1124/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sun, 04 Apr 2010 15:26:15 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/1083/",
    "name": "Castells y Castells",
    "children": [],
    "routes": [
        {
            "description": "Castells y Castells 1  31.03.2010",
            "creator_name": "Blaukowb",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/5eecfc23-8d73-48d9-a864-aa3c15c91e8a"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/4065/",
            "metadata": {
                "length": 10028,
                "lengthKind": "track",
                "positionLists": 1,
                "positions": 6612,
                "size": 157347,
                "format": "Google Earth 4 (*.kml)",
                "elevationGain": 1187,
                "elevationLoss": 1185,
                "country": "ES"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1124/"
}