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

GET /v1/categories/985/
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/307/",
    "name": "Deutschland",
    "children": [
        {
            "name": "Baden-Württemberg",
            "url": "https://api.routeconverter.com/v1/categories/302/"
        },
        {
            "name": "Hessen",
            "url": "https://api.routeconverter.com/v1/categories/336/"
        },
        {
            "name": "Rheinland-Pfalz",
            "url": "https://api.routeconverter.com/v1/categories/1281/"
        }
    ],
    "routes": [
        {
            "description": "„Nuthetal“ nach „Valenciennes“",
            "creator_name": "masin",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/37ff7149-0ad4-4b8b-818f-4079aa55513c"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/38032/",
            "metadata": {
                "length": 819061,
                "lengthKind": "track",
                "positionLists": 1,
                "positions": 5358,
                "size": 225450,
                "format": "GPS Exchange Format 1.0 (*.gpx)",
                "country": "DE"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/985/"
}