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

GET /v1/categories/7307/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Mon, 07 Jan 2019 16:51:30 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/97/",
    "name": "Romania",
    "children": [],
    "routes": [
        {
            "description": "Lacu Rosu - Varful Suhardul Bicaz on GPSies.com",
            "creator_name": "goromania",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/28cad80d-c268-4f98-a5a0-507cff23d45f"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/39502/",
            "metadata": {
                "length": 4107,
                "lengthKind": "track",
                "duration": 1476,
                "positionLists": 1,
                "positions": 313,
                "size": 45900,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2010-01-01T00:00:00+00:00",
                "elevationGain": 462,
                "elevationLoss": 477,
                "country": "RO"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7307/"
}