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

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

{
    "parent": "https://api.routeconverter.com/v1/categories/985/",
    "name": "Baden-Württemberg",
    "children": [
        {
            "name": "Ettlingen",
            "url": "https://api.routeconverter.com/v1/categories/303/"
        },
        {
            "name": "Bad Herrenalb",
            "url": "https://api.routeconverter.com/v1/categories/306/"
        },
        {
            "name": "Baden-Baden",
            "url": "https://api.routeconverter.com/v1/categories/308/"
        },
        {
            "name": "Enzkreis",
            "url": "https://api.routeconverter.com/v1/categories/1031/"
        },
        {
            "name": "Apfelstetten",
            "url": "https://api.routeconverter.com/v1/categories/6892/"
        }
    ],
    "routes": [
        {
            "description": "Lauterbach",
            "creator_name": "Sandmann_x99",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/ed761d57-6bf2-4d91-b460-d5880e69e32c"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/972/",
            "metadata": {
                "length": 24738,
                "lengthKind": "straight-line",
                "duration": 0,
                "positionLists": 3,
                "positions": 510,
                "size": 103127,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2008-10-07T20:15:33.328000+00:00",
                "elevationGain": 1623,
                "elevationLoss": 1623,
                "country": "DE"
            }
        },
        {
            "description": "Dreikönigslauf Achern",
            "creator_name": "Sandmann_x99",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/049b7023-2e44-4313-8001-eb7fb36e13de"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/1343/",
            "metadata": {
                "length": 16817,
                "lengthKind": "track",
                "positionLists": 3,
                "positions": 339,
                "size": 55654,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "elevationGain": 51,
                "elevationLoss": 52,
                "country": "DE"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/302/"
}