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

GET /v1/categories/7712/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Fri, 16 Jun 2023 18:10:39 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/7711/",
    "name": "Tegernsee (Germany)",
    "children": [
        {
            "name": "Rund um den Tegernsee ca. 30km",
            "url": "https://api.routeconverter.com/v1/categories/7799/"
        }
    ],
    "routes": [
        {
            "description": "Rund um den Tegersee ca. 30km",
            "creator_name": "wernerf",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/2bd078b6-91ed-4bae-b223-9576435e6cf2"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/40945/",
            "metadata": {
                "length": 59279,
                "lengthKind": "routed",
                "positionLists": 2,
                "positions": 1018,
                "size": 146621,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "elevationGain": 305,
                "elevationLoss": 308,
                "country": "DE"
            }
        },
        {
            "description": "Von Vorderriss zum großen Ahornboden ca. 25km",
            "creator_name": "wernerf",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/a3bd486f-e22e-4332-89f6-0c33714b6676"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/40946/",
            "metadata": {
                "length": 49584,
                "lengthKind": "routed",
                "positionLists": 2,
                "positions": 1580,
                "size": 245222,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "elevationGain": 309,
                "elevationLoss": 730,
                "country": "AT"
            }
        },
        {
            "description": "Tegernsee, Spitzingsee, Schliersee, Tegernsee ca. 63km",
            "creator_name": "wernerf",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/4224f2a9-7303-42cc-b47e-aaf13f1142b6"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/40947/",
            "metadata": {
                "length": 60509,
                "lengthKind": "track",
                "duration": 28153,
                "positionLists": 1,
                "positions": 1087,
                "size": 439322,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2022-08-11T07:39:43+00:00",
                "elevationGain": 5764,
                "elevationLoss": 5764,
                "country": "DE"
            }
        },
        {
            "description": "Limoeiro 25K (Brasilia !!)",
            "creator_name": "lilsonoshiro",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/ed54fbe6-9b84-49be-a022-230cd6fc2683"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/40958/",
            "metadata": {
                "length": 25493,
                "lengthKind": "track",
                "positionLists": 1,
                "positions": 1504,
                "size": 130168,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "elevationGain": 608,
                "elevationLoss": 607,
                "country": "BR"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7712/"
}