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

GET /v1/categories/7584/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Tue, 27 Jun 2023 16:26:51 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/22/",
    "name": "France",
    "children": [
        {
            "name": "France",
            "url": "https://api.routeconverter.com/v1/categories/7733/"
        }
    ],
    "routes": [
        {
            "description": "2021-02-20-01",
            "creator_name": "Mathieu 19",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/23376c1e-592f-4584-b854-469b7b22056f"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/40443/",
            "metadata": {
                "length": 119630,
                "lengthKind": "track",
                "duration": 17260,
                "positionLists": 1,
                "positions": 7832,
                "size": 2163913,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2021-02-20T11:51:11+00:00",
                "elevationGain": 2653,
                "elevationLoss": 2946,
                "country": "FR"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7584/"
}