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

GET /v1/categories/6221/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Mon, 11 Aug 2014 18:43:12 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/1177/",
    "name": "Languedoc",
    "children": [],
    "routes": [
        {
            "description": "lanoux-03-23-15-35",
            "creator_name": "patchat66",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/b5116c15-7b4a-4639-b67d-f46a524cc1ce"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/39583/",
            "metadata": {
                "length": 11455,
                "lengthKind": "track",
                "duration": 11934,
                "positionLists": 2,
                "positions": 2044,
                "size": 209004,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2019-03-23T11:14:24+00:00",
                "elevationGain": 574,
                "elevationLoss": 567,
                "country": "FR"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/6221/"
}