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

GET /v1/categories/330/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sat, 29 Nov 2008 16:44:29 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/326/",
    "name": "Bachtäler Höhenroute",
    "children": [],
    "routes": [
        {
            "description": "Bachtäler HR 1",
            "creator_name": "Eifelyeti",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/a20237d0-e93e-4e33-ba79-842e6989ed18"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/1054/",
            "metadata": {
                "length": 15362,
                "lengthKind": "track",
                "positionLists": 1,
                "positions": 538,
                "size": 25779,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "country": "DE"
            }
        },
        {
            "description": "Bachtäler HR 2",
            "creator_name": "Eifelyeti",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/65f00c32-248c-47a1-b199-cefac6305f16"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/1055/",
            "metadata": {
                "length": 9953,
                "lengthKind": "track",
                "positionLists": 1,
                "positions": 457,
                "size": 22053,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "country": "DE"
            }
        },
        {
            "description": "Bachtäler HR 3",
            "creator_name": "Eifelyeti",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/2a687966-81d3-4028-8ed4-f21e3ae5505b"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/1056/",
            "metadata": {
                "length": 8544,
                "lengthKind": "track",
                "positionLists": 1,
                "positions": 314,
                "size": 15475,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "country": "DE"
            }
        },
        {
            "description": "Bachtaeler-Hoehenroute",
            "creator_name": "Eifelyeti",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/536ae4e5-48c6-4afd-9e1c-2695b8504d03"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/1057/",
            "metadata": {
                "length": 33881,
                "lengthKind": "track",
                "duration": 12176,
                "positionLists": 1,
                "positions": 475,
                "size": 63738,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2008-05-07T22:43:51+00:00",
                "elevationGain": 1617,
                "elevationLoss": 1618,
                "country": "DE"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/330/"
}