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

GET /v1/categories/1129/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sat, 13 Apr 2019 18:33:03 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/669/",
    "name": "Catskill Mountains",
    "children": [],
    "routes": [
        {
            "description": "Catskills Mnts Trip log",
            "creator_name": "SenseiMarc",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/e88bfc3d-8a1e-4bd3-9e97-bcf988483b3c"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/2365/",
            "metadata": {
                "length": 1234552,
                "lengthKind": "track",
                "duration": 707090,
                "positionLists": 1,
                "positions": 6981,
                "size": 2671048,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2009-05-15T14:38:57+00:00",
                "elevationGain": 9353,
                "elevationLoss": 9376,
                "country": "US"
            }
        },
        {
            "description": "Catskill Mnts - North Mountain Trails",
            "creator_name": "SenseiMarc",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/d0d1c3d0-978f-46cd-9f55-65a6d1405a77"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/2366/",
            "metadata": {
                "length": 7084,
                "lengthKind": "track",
                "duration": 9820,
                "positionLists": 1,
                "positions": 801,
                "size": 306389,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2009-05-16T15:47:30+00:00",
                "elevationGain": 467,
                "elevationLoss": 468,
                "country": "US"
            }
        },
        {
            "description": "Catskill Mnts - North-South Lake CircumNav",
            "creator_name": "SenseiMarc",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/c5777fff-9024-4e21-a740-9b35d1575619"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/2367/",
            "metadata": {
                "length": 5338,
                "lengthKind": "track",
                "duration": 5892,
                "positionLists": 1,
                "positions": 419,
                "size": 160459,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2009-05-16T12:58:53+00:00",
                "elevationGain": 177,
                "elevationLoss": 188,
                "country": "US"
            }
        },
        {
            "description": "Catskill Mnts - South Mnt Escarpment",
            "creator_name": "SenseiMarc",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/3382bf88-40f7-401c-a79a-f0e1fffeb609"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/2368/",
            "metadata": {
                "length": 7622,
                "lengthKind": "track",
                "duration": 7777,
                "positionLists": 1,
                "positions": 613,
                "size": 234568,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2009-05-17T13:43:18+00:00",
                "elevationGain": 306,
                "elevationLoss": 297,
                "country": "US"
            }
        },
        {
            "description": "Catskill Mnts - Beaver Kill Trail",
            "creator_name": "SenseiMarc",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/f5a8911b-580a-4025-9fb7-0b67283998d4"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/2369/",
            "metadata": {
                "length": 4478,
                "lengthKind": "track",
                "duration": 5676,
                "positionLists": 1,
                "positions": 317,
                "size": 121401,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2009-05-18T22:33:23+00:00",
                "elevationGain": 108,
                "elevationLoss": 97,
                "country": "US"
            }
        },
        {
            "description": "Catskill Mnts - TouchMeNot Mountain",
            "creator_name": "SenseiMarc",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/6135afd6-f64b-4413-906a-764ec725c3a7"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/2370/",
            "metadata": {
                "length": 5665,
                "lengthKind": "track",
                "duration": 8186,
                "positionLists": 1,
                "positions": 643,
                "size": 245868,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2009-05-20T13:29:09+00:00",
                "elevationGain": 479,
                "elevationLoss": 482,
                "country": "US"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1129/"
}