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

GET /v1/categories/1994/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sun, 13 Feb 2011 21:24:39 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/1993/",
    "name": "Lodz",
    "children": [],
    "routes": [
        {
            "description": "Park 3 Maja",
            "creator_name": "stachu56",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/39d42f06-797d-4cde-b0a7-19871df5ac94"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/8304/",
            "metadata": {
                "length": 4735,
                "lengthKind": "track",
                "duration": 1392,
                "positionLists": 1,
                "positions": 1380,
                "size": 287143,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2011-02-13T12:10:21.160000+00:00",
                "elevationGain": 328,
                "elevationLoss": 335,
                "country": "PL"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1994/"
}