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

GET /v1/categories/1700/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sun, 22 May 2011 22:17:47 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/22/",
    "name": "Vosges",
    "children": [],
    "routes": [
        {
            "description": "Vogesen Rundkurs Tag 2/PathVon Geradmer Rundkurs über 333 km",
            "creator_name": "rsvmario",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/34e2b1f5-f303-4684-be34-cf9f8e09549d"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/5197/",
            "metadata": null
        },
        {
            "description": "Vogesen Nord",
            "creator_name": "multitank",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/55729d89-3f08-4d4e-b082-5305b54acb03"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/8513/",
            "metadata": {
                "length": 395634,
                "lengthKind": "routed",
                "positionLists": 1,
                "positions": 48,
                "size": 2204,
                "format": "Tom Tom 5 Route (*.itn)",
                "country": "FR"
            }
        },
        {
            "description": "Vogesen Süd",
            "creator_name": "multitank",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/658e8cf2-0459-40bb-b3dd-97ce592465c7"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/8514/",
            "metadata": {
                "length": 454970,
                "lengthKind": "routed",
                "positionLists": 1,
                "positions": 48,
                "size": 2415,
                "format": "Tom Tom 5 Route (*.itn)",
                "country": "FR"
            }
        },
        {
            "description": "Vogesen Le Howald",
            "creator_name": "siggi",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/e09ed187-fa48-427d-b0fe-818a03001538"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/9203/",
            "metadata": {
                "length": 77122,
                "lengthKind": "straight-line",
                "positionLists": 1,
                "positions": 20,
                "size": 5876,
                "format": "Google Earth 3 (*.kml)",
                "elevationGain": 0,
                "elevationLoss": 0,
                "country": "FR"
            }
        },
        {
            "description": "Vogesen Rundtour",
            "creator_name": "siggi",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/1c4f3ad1-a3db-4be8-9359-c5488b5806e0"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/9205/",
            "metadata": {
                "length": 332694,
                "lengthKind": "track",
                "positionLists": 1,
                "positions": 5186,
                "size": 112980,
                "format": "Google Earth 3 (*.kml)",
                "elevationGain": 0,
                "elevationLoss": 0,
                "country": "FR"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1700/"
}