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

GET /v1/categories/2005/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sat, 13 Apr 2019 19:15:16 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/22/",
    "name": "Pas de Calais",
    "children": [],
    "routes": [
        {
            "description": "rallye 2011 152.437  to rallye 2011 152.437",
            "creator_name": "zx9rninja62",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/a316ca93-f377-48c1-a3bf-b86a4bf02141"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/8331/",
            "metadata": {
                "length": 152700,
                "lengthKind": "track",
                "positionLists": 2,
                "positions": 1908,
                "size": 146579,
                "format": "GPS Exchange Format 1.0 (*.gpx)",
                "elevationGain": 853268,
                "elevationLoss": 853267,
                "country": "FR"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/2005/"
}