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

GET /v1/categories/7726/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sat, 29 Oct 2022 14:57:25 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/669/",
    "name": "Appalachian Trail",
    "children": [],
    "routes": [
        {
            "description": "01",
            "creator_name": "GeroldM",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/26a0ea5f-a98b-4074-b864-7dc8cb86b671"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/40978/",
            "metadata": {
                "length": 3296929,
                "lengthKind": "track",
                "positionLists": 41,
                "positions": 134045,
                "size": 2902126,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "elevationGain": 154253,
                "elevationLoss": 153755,
                "country": "US"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7726/"
}