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

GET /v1/categories/669/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sat, 14 Oct 2023 16:14:52 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/97/",
    "name": "USA",
    "children": [
        {
            "name": "Catskill Mountains",
            "url": "https://api.routeconverter.com/v1/categories/1129/"
        },
        {
            "name": "Cascades",
            "url": "https://api.routeconverter.com/v1/categories/1193/"
        },
        {
            "name": "Appalachian Trail",
            "url": "https://api.routeconverter.com/v1/categories/7726/"
        }
    ],
    "routes": [
        {
            "description": "01",
            "creator_name": "GeroldM",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/2b054fd4-1dc9-4fc4-8529-725f2b984a36"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/40977/",
            "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/669/"
}