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

GET /v1/categories/383/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sat, 24 Jan 2009 20:19:28 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/22/",
    "name": "Dordogne",
    "children": [],
    "routes": [
        {
            "description": "von bei F 46200 Souillac nach bei F 24000 Perigueux",
            "creator_name": "Frenchi",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/1dbaa368-2e25-4cbb-8496-4f73b1005766"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/1219/",
            "metadata": {
                "length": 560714,
                "lengthKind": "straight-line",
                "positionLists": 2,
                "positions": 3246,
                "size": 206836,
                "format": "Google Earth 3 (*.kml)",
                "elevationGain": 0,
                "elevationLoss": 0,
                "country": "FR"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/383/"
}