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

GET /v1/categories/7762/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Thu, 13 Apr 2023 20:06:03 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/7738/",
    "name": "Silvrettahochalpenstrasse",
    "children": [],
    "routes": [
        {
            "description": "Stilfserjochtour (234.168 km, 4538 hm)",
            "creator_name": "breiterPuschen",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/d08d4153-b5c5-4835-8cca-36cc5ad468bf"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41462/",
            "metadata": {
                "length": 234410,
                "lengthKind": "track",
                "positionLists": 1,
                "positions": 3281,
                "size": 225533,
                "format": "GPS Exchange Format 1.0 (*.gpx)",
                "elevationGain": 13548,
                "elevationLoss": 13548,
                "country": "CH"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7762/"
}