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

GET /v1/categories/1793/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sat, 20 Nov 2010 17:24:59 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/1177/",
    "name": "PACA",
    "children": [],
    "routes": [
        {
            "description": "Hiking_Eze_Nietzsche Trail",
            "creator_name": "ant1606",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/89c61400-fbdf-40ac-b0a1-f5afdc9c64cf"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/7609/",
            "metadata": {
                "length": 5032,
                "lengthKind": "track",
                "duration": 16822,
                "positionLists": 1,
                "positions": 388,
                "size": 54696,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2009-03-22T08:45:27+00:00",
                "elevationGain": 457,
                "elevationLoss": 464,
                "country": "FR"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1793/"
}