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

GET /v1/categories/6968/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sun, 18 Jun 2017 16:26:00 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/31/",
    "name": "D-B-NL",
    "children": [],
    "routes": [
        {
            "description": "Mergelland",
            "creator_name": "e__bi",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/0de39db0-0900-488d-9f01-dfcd7c6f0802"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/38240/",
            "metadata": {
                "length": 50574,
                "lengthKind": "routed",
                "positionLists": 1,
                "positions": 15,
                "size": 2761,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "elevationGain": 290,
                "elevationLoss": 293,
                "country": "BE"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/6968/"
}