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

GET /v1/categories/2257/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Mon, 05 Sep 2011 20:39:35 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/97/",
    "name": "Kroatien (Hrvatska) (Croatia)",
    "children": [],
    "routes": [
        {
            "description": "ACTIVE LOG 002",
            "creator_name": "Siepa",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/8bdf34a1-345f-456a-8e81-1e7db74c0560"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/39533/",
            "metadata": {
                "length": 28260,
                "lengthKind": "track",
                "duration": 6943,
                "positionLists": 1,
                "positions": 450,
                "size": 61885,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2011-09-26T12:30:59+00:00",
                "elevationGain": 382,
                "elevationLoss": 405
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/2257/"
}