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

GET /v1/categories/54/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Fri, 02 Apr 2010 07:28:08 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/273/?format=api",
    "name": "Wales",
    "children": [],
    "routes": [
        {
            "description": "Anreise England, Tour um Abergavenny",
            "creator_name": "Jacques",
            "localFileUrl": null,
            "remoteUrl": "http://jacques-nietsch.de/reisen/2003IRL/touren/IRL2003_02.nmea",
            "url": "https://api.routeconverter.com/v1/routes/123/?format=api",
            "metadata": null
        },
        {
            "description": "Rüber nach Irland",
            "creator_name": "Jacques",
            "localFileUrl": null,
            "remoteUrl": "http://jacques-nietsch.de/reisen/2003IRL/touren/IRL2003_03.nmea",
            "url": "https://api.routeconverter.com/v1/routes/124/?format=api",
            "metadata": null
        },
        {
            "description": "S Wrexham Wrexham AFC LL11 2AH to 18 Fishguard Fishguard Fort SA",
            "creator_name": "GDavis",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/49c5c6cb-c143-4472-acdb-0aaada8da5c6"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41503/?format=api",
            "metadata": {
                "length": 497867,
                "lengthKind": "routed",
                "duration": 0,
                "positionLists": 1,
                "positions": 19,
                "size": 4701,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2022-04-30T20:05:14+00:00",
                "elevationGain": 0,
                "elevationLoss": 0,
                "country": "GB"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/54/?format=api"
}