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

GET /v1/categories/308/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sun, 02 Nov 2008 11:27:41 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/302/",
    "name": "Baden-Baden",
    "children": [],
    "routes": [
        {
            "description": "Baden-Baden - Gernsbach on GPSies.com",
            "creator_name": "Sandmann_x99",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/46996052-b66c-46cb-9e49-0f3d70444239"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/961/",
            "metadata": {
                "length": 17142,
                "lengthKind": "track",
                "duration": 6160,
                "positionLists": 1,
                "positions": 326,
                "size": 46439,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2008-10-11T22:20:26+00:00",
                "elevationGain": 1565,
                "elevationLoss": 1558,
                "country": "DE"
            }
        },
        {
            "description": "Battert Lauf 2008 Baden-Baden",
            "creator_name": "Sandmann_x99",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/6b929ebe-2c84-4a64-b53c-b3b0031a5c63"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/983/",
            "metadata": {
                "length": 11681,
                "lengthKind": "track",
                "duration": 1,
                "positionLists": 1,
                "positions": 4274,
                "size": 599130,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2008-10-19T12:11:44+00:00",
                "elevationGain": 915,
                "elevationLoss": 915,
                "country": "DE"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/308/"
}