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

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

{
    "parent": "https://api.routeconverter.com/v1/categories/823/",
    "name": "Rundwege Blens",
    "children": [],
    "routes": [
        {
            "description": "Rundweg 1",
            "creator_name": "Eifelyeti",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/80883667-9265-4234-92ae-06319c793953"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3486/",
            "metadata": {
                "length": 2031,
                "lengthKind": "track",
                "positionLists": 1,
                "positions": 83,
                "size": 4843,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "country": "DE"
            }
        },
        {
            "description": "Rundweg 5",
            "creator_name": "Eifelyeti",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/3678d4e3-850a-4f3e-ada1-762769adb7b6"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3487/",
            "metadata": {
                "length": 9734,
                "lengthKind": "track",
                "positionLists": 1,
                "positions": 464,
                "size": 22369,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "country": "DE"
            }
        },
        {
            "description": "Rundweg 2",
            "creator_name": "Eifelyeti",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/2b76a818-ef1d-4ca9-b2be-503ece2d131b"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3488/",
            "metadata": {
                "length": 5507,
                "lengthKind": "track",
                "positionLists": 1,
                "positions": 234,
                "size": 11789,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "country": "DE"
            }
        },
        {
            "description": "Rundweg 6",
            "creator_name": "Eifelyeti",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/ce2741c4-82b3-4841-bcb4-8a2688e335af"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3489/",
            "metadata": {
                "length": 3529,
                "lengthKind": "track",
                "positionLists": 1,
                "positions": 166,
                "size": 8661,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "country": "DE"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/909/"
}