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

GET /v1/categories/2043/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sun, 27 Feb 2011 10:30:00 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/2041/",
    "name": "Thailand, Malaysia, Kambodscha, Laos",
    "children": [],
    "routes": [
        {
            "description": "GPS device/Tracks/Path",
            "creator_name": "Mistral1020",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/c8c13f9a-b257-460e-bff9-d85669948698"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/8393/",
            "metadata": {
                "length": 8522438,
                "lengthKind": "track",
                "positionLists": 1,
                "positions": 80,
                "size": 5932,
                "format": "Google Earth 4 (*.kml)",
                "elevationGain": 0,
                "elevationLoss": 0
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/2043/"
}