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

GET /v1/categories/5707/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sat, 13 Apr 2019 21:56:02 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/1177/",
    "name": "Béarn",
    "children": [],
    "routes": [
        {
            "description": "Taillis-Hôpital St Blaise 23 km  490m",
            "creator_name": "MUTHULAR Laurent",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/ad1fd60e-7166-4475-b7ca-805120ed580a"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/23196/",
            "metadata": {
                "length": 22975,
                "lengthKind": "track",
                "positionLists": 1,
                "positions": 4414,
                "size": 121741,
                "format": "Google Earth 5 (*.kml)",
                "elevationGain": 0,
                "elevationLoss": 0,
                "country": "FR"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/5707/"
}