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

GET /v1/categories/911/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sun, 10 Jan 2010 18:09:14 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/823/",
    "name": "Rundwege Gey",
    "children": [],
    "routes": [
        {
            "description": "Rundweg 2",
            "creator_name": "Eifelyeti",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/be927b15-97b4-45a7-9062-4bf708d2cd50"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3495/",
            "metadata": {
                "length": 5611,
                "lengthKind": "track",
                "positionLists": 1,
                "positions": 239,
                "size": 12019,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "country": "DE"
            }
        },
        {
            "description": "Rundweg 1",
            "creator_name": "Eifelyeti",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/e732fcf6-f14e-40f5-9a24-addee83de550"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3496/",
            "metadata": {
                "length": 5513,
                "lengthKind": "track",
                "positionLists": 1,
                "positions": 172,
                "size": 8937,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "country": "DE"
            }
        },
        {
            "description": "Rundweg 3",
            "creator_name": "Eifelyeti",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/56be424f-cd2f-4532-8739-eb72ea78c80c"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3497/",
            "metadata": {
                "length": 4300,
                "lengthKind": "track",
                "positionLists": 1,
                "positions": 262,
                "size": 13077,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "country": "DE"
            }
        },
        {
            "description": "Rundweg 5",
            "creator_name": "Eifelyeti",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/d0d49988-f98c-4c20-9858-62f736bf518e"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3498/",
            "metadata": {
                "length": 7587,
                "lengthKind": "track",
                "positionLists": 1,
                "positions": 306,
                "size": 15101,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "country": "DE"
            }
        },
        {
            "description": "Rundweg 4",
            "creator_name": "Eifelyeti",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/1990c5ce-c675-486a-ad0b-6f99090ef71e"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3499/",
            "metadata": {
                "length": 5812,
                "lengthKind": "track",
                "positionLists": 1,
                "positions": 280,
                "size": 13905,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "country": "DE"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/911/"
}