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

GET /v1/categories/1324/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sun, 14 Apr 2019 08:06:51 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/3154/?format=api",
    "name": "Argentina",
    "children": [],
    "routes": [
        {
            "description": "mendoza.kmz/Mendoza Digital/Entretenimientos",
            "creator_name": "angelo_paolo",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/7f07590a-fefa-4a12-89eb-1f8a9a921ff8"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/4741/?format=api",
            "metadata": {
                "length": 2402853,
                "lengthKind": "straight-line",
                "positionLists": 5,
                "positions": 102,
                "size": 9687,
                "format": "Google Earth 5 Compressed (*.kmz)",
                "elevationGain": 0,
                "elevationLoss": 0,
                "country": "AR"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1324/?format=api"
}