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

GET /v1/categories/1020/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Tue, 10 May 2011 20:33:27 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/2353/",
    "name": "TXL",
    "children": [],
    "routes": [
        {
            "description": "TXL A to TXL B",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/0a78b7d5-c831-4c1b-a1c0-6b84a1c140c5"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3814/",
            "metadata": {
                "length": 11120,
                "lengthKind": "straight-line",
                "positionLists": 1,
                "positions": 17,
                "size": 2308,
                "format": "Navigon Mobile Navigator 7 (*.freshroute)",
                "country": "DE"
            }
        },
        {
            "description": "TXL B to TXL A",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/6b3f0cab-282a-4f5f-954d-f7b6ade09d02"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3815/",
            "metadata": {
                "length": 11023,
                "lengthKind": "straight-line",
                "positionLists": 1,
                "positions": 17,
                "size": 2320,
                "format": "Navigon Mobile Navigator 7 (*.freshroute)",
                "country": "DE"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1020/"
}