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

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

{
    "parent": "https://api.routeconverter.com/v1/categories/823/",
    "name": "Rundwege Kleinhau",
    "children": [],
    "routes": [
        {
            "description": "Rundweg 1",
            "creator_name": "Eifelyeti",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/ddf55c52-6207-4222-b7b4-9685fdd6d1df"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3509/",
            "metadata": {
                "length": 7812,
                "lengthKind": "track",
                "positionLists": 1,
                "positions": 385,
                "size": 18735,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "country": "DE"
            }
        },
        {
            "description": "Rundweg 2",
            "creator_name": "Eifelyeti",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/0a4a1efb-40a5-4e5c-8d5c-d36d3df69e9a"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3510/",
            "metadata": {
                "length": 6474,
                "lengthKind": "track",
                "positionLists": 1,
                "positions": 312,
                "size": 15377,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "country": "DE"
            }
        },
        {
            "description": "Rundweg 3",
            "creator_name": "Eifelyeti",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/6a0e225a-28a6-49da-9fad-5324dbc3756a"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3511/",
            "metadata": {
                "length": 7243,
                "lengthKind": "track",
                "positionLists": 1,
                "positions": 331,
                "size": 16251,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "country": "DE"
            }
        },
        {
            "description": "Rundweg 4",
            "creator_name": "Eifelyeti",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/bc81f2a6-e66e-40c9-bbd8-42ce0bf9739e"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3512/",
            "metadata": {
                "length": 6692,
                "lengthKind": "track",
                "positionLists": 1,
                "positions": 286,
                "size": 14181,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "country": "DE"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/914/"
}