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

GET /v1/categories/491/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sun, 11 Sep 2022 07:23:25 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/254/",
    "name": "Niedersachsen",
    "children": [],
    "routes": [
        {
            "description": "BadEssenBarkhausen",
            "creator_name": "pawlow",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/22233dae-1f61-4726-8259-d3df9e106a0b"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/1697/",
            "metadata": {
                "length": 10652,
                "lengthKind": "track",
                "duration": 3827,
                "positionLists": 1,
                "positions": 152,
                "size": 22035,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2009-04-30T20:41:00+00:00",
                "elevationGain": 0,
                "elevationLoss": 0,
                "country": "DE"
            }
        },
        {
            "description": "Borgloh-Borgholzhausen",
            "creator_name": "mampele",
            "localFileUrl": null,
            "remoteUrl": "http://goo.gl/rh4Vg",
            "url": "https://api.routeconverter.com/v1/routes/21668/",
            "metadata": null
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/491/"
}