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

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

{
    "parent": "https://api.routeconverter.com/v1/categories/302/",
    "name": "Ettlingen",
    "children": [
        {
            "name": "Wattkopf",
            "url": "https://api.routeconverter.com/v1/categories/304/"
        }
    ],
    "routes": [
        {
            "description": "Ettlinger Halbmarathon",
            "creator_name": "Sandmann_x99",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/d08c74fa-4522-430d-b165-7886e74b1325"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/963/",
            "metadata": {
                "length": 64882,
                "lengthKind": "straight-line",
                "duration": 0,
                "positionLists": 3,
                "positions": 690,
                "size": 120431,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2008-09-28T18:59:02.859000+00:00",
                "country": "DE"
            }
        },
        {
            "description": "Graf-Rhena-Weg on GPSies.com",
            "creator_name": "Sandmann_x99",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/6a04a01a-f14e-43f8-9f34-67a2076af4b3"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/967/",
            "metadata": {
                "length": 33436,
                "lengthKind": "track",
                "duration": 12026,
                "positionLists": 1,
                "positions": 2195,
                "size": 308121,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2008-10-11T22:24:41+00:00",
                "elevationGain": 2225,
                "elevationLoss": 2230,
                "country": "DE"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/303/"
}