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

GET /v1/categories/7560/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Thu, 08 Oct 2020 17:16:36 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/1353/",
    "name": "1 von 4 Tagestour",
    "children": [],
    "routes": [
        {
            "description": "I-SQG1-318-SardegnaQuattroGiorni",
            "creator_name": "lauberl",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/eb7034cb-afcd-4540-a951-04c6fd1bcf7e"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/40302/",
            "metadata": {
                "length": 341900,
                "lengthKind": "routed",
                "positionLists": 1,
                "positions": 24,
                "size": 3113,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "country": "IT"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7560/"
}