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

GET /v1/datasources/routeconverter-maps/
HTTP 200 OK
Allow: GET, POST, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Tue, 01 Apr 2025 09:09:45 GMT
Vary: Accept

{
    "id": "routeconverter-maps",
    "name": "RouteConverter Maps",
    "baseUrl": "https://static.routeconverter.com/maps/",
    "directory": "maps/routeconverter",
    "action": "Copy",
    "files": {},
    "maps": {
        "world.map": {
            "boundingbox": {
                "northEastLongitude": 180.0,
                "northEastLatitude": 90.0,
                "southWestLongitude": -180.0,
                "southWestLatitude": -90.0
            },
            "checksums": [
                {
                    "lastModified": "2014-05-11T11:13:28Z",
                    "contentLength": 1403310,
                    "sha1": "977E3033AFF65229054CCCC76F1F21E7691D060B"
                },
                {
                    "lastModified": "2025-03-14T18:18:48Z",
                    "contentLength": 0,
                    "sha1": "DA39A3EE5E6B4B0D3255BFEF95601890AFD80709"
                }
            ],
            "fragments": {}
        }
    },
    "themes": {}
}