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

GET /v1/categories/7452/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sun, 11 Sep 2022 07:12:54 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/947/",
    "name": "Bootstouren",
    "children": [],
    "routes": [
        {
            "description": "001; 08-MRZ-07 22:42:32 to Wohnung; 28-FEB-07 17:06:54",
            "creator_name": "hideaway",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/e576843f-8005-43de-a993-dd64ade42b86"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/40740/",
            "metadata": null
        },
        {
            "description": "0051 to SCHIERSTEI",
            "creator_name": "Garmin722xs",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/a2909b96-954c-4457-ae3d-2f363adbd308"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41739/",
            "metadata": {
                "length": 80149,
                "lengthKind": "straight-line",
                "duration": 210745395,
                "positionLists": 2,
                "positions": 1629,
                "size": 620137,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2018-05-27T17:19:14+00:00",
                "country": "DE"
            }
        },
        {
            "description": "ACTIVE LOG",
            "creator_name": "Garmin722xs",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/0d92da30-f25e-4182-9695-2c04d7c775fa"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41740/",
            "metadata": {
                "length": 50002,
                "lengthKind": "track",
                "duration": 25525,
                "positionLists": 1,
                "positions": 1615,
                "size": 611219,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2023-06-20T14:54:31+00:00",
                "country": "DE"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7452/"
}