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

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

{
    "parent": "https://api.routeconverter.com/v1/categories/254/",
    "name": "Franken",
    "children": [
        {
            "name": "Hersbrucker Schweiz",
            "url": "https://api.routeconverter.com/v1/categories/1650/"
        },
        {
            "name": "Nürnberg Lorenzer Reichswald",
            "url": "https://api.routeconverter.com/v1/categories/1910/"
        },
        {
            "name": "Erlangen",
            "url": "https://api.routeconverter.com/v1/categories/1949/"
        }
    ],
    "routes": [
        {
            "description": "ALTDORF-Rasch-Altdorf",
            "creator_name": "reklov",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/6bd1c837-6794-448f-ab34-130dc435cdfc"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/2690/",
            "metadata": {
                "length": 10627,
                "lengthKind": "track",
                "duration": 14228,
                "positionLists": 1,
                "positions": 786,
                "size": 132675,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2009-09-06T09:12:59+00:00",
                "elevationGain": 1118,
                "elevationLoss": 1145,
                "country": "DE"
            }
        },
        {
            "description": "Pyrbaum - Seligenporten - Pyrbaum (12,4 km)",
            "creator_name": "mcmanni",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/415379f2-ecaa-4323-907c-b7d4b2438992"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/4084/",
            "metadata": {
                "length": 12929,
                "lengthKind": "routed",
                "positionLists": 1,
                "positions": 47,
                "size": 4205,
                "format": "GoPal 3 Route (*.xml)",
                "country": "DE"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/742/"
}