Method: wro - map_locations

Retrieve a list of Wrecks and Relics locations for use on a geographical map. Available for direct download in csv format, or standard json format.

Entry point:
wro
Method name:
map_locations
Url:
https://www.spottingmode.com/api/wro/map_locations/
create an url with the url creator tool
Daily limit:
-
Weekly limit:
-
Monthly limit:
100
Authentication required:
Api key or user log in

Method parameters

NameTypeOptionalDescription
geostringSelect the country or state for which the locations should be extracted
servicesarray of integersoptionalA comma separated list of services to select the locations on.

Method response

Response formats available for this method: csv, json

json
{"locations": [
  {
    "url": "http://www.spottingmode.com/wro/location/2424/",		
    "location_name": "Antwerpen - Stampe en Vertongen Museum",
    "description": "Various",
    "lat": "51.18963623",
    "lng": "4.45144606"
  },{
    "url": "http://www.spottingmode.com/wro/location/2426/",
    "location_name": "Balen",
    "description": "CM.170 (not clearly visible)",
    "lat": "51.18441010",
    "lng": "5.19352913"
  }]
}
csv
Link,"Location name",Description,Latitude,Longitude
http://www.spottingmode.com/wro/location/2424/,"Antwerpen - Stampe en Vertongen Museum",Various,51.18963623,4.45144606
http://www.spottingmode.com/wro/location/2426/,Balen,"CM.170 (not clearly visible)",51.18441010,5.19352913