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

GET /v1/categories/389/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Tue, 22 Sep 2009 09:18:05 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/705/",
    "name": "Siebengebirge",
    "children": [],
    "routes": [
        {
            "description": "Heisterbach Klosterlauf",
            "creator_name": "softride",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/99bd5cb8-27bd-4501-8ba3-3740b873ef5c"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/1292/",
            "metadata": {
                "length": 36192,
                "lengthKind": "straight-line",
                "duration": 0,
                "positionLists": 3,
                "positions": 138,
                "size": 23907,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2009-01-25T20:13:59.293000+00:00",
                "country": "DE"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/389/"
}