Online Search offers a versatile marine entity search that allows searching for specific entities such as lakes, harbours and cities. The geometry of the items found can be included in the output.
This service uses http(s)://api.marineplan.com as base path.
API
GET /api/search/<version>/search.json?<parameters>
| parameter | description | values | default value |
| version | API version | 1 | – |
| point | point to search from latitude,longitude | latitude=-90..90 longitude=-180..180 | 52.10055,5.64583 (The Netherlands) |
| radius | search radius in meters from point | 100..20,000,000 m | 10,000,000 m |
| q | search query (use * for wildcards) There are accelerators like diesel (find fuel station POIs), shop, camping etc. | in any language, any script | – |
| types | comma separated list of entity types to search for | CITY LAKE MUNICIPALITY STATE PROVINCE COUNTRY PARK INDUSTRIAL CANAL BRIDGE BUILDING LOCK SHIP POI JETTY RAMP CANAL ISLAND SEA WATER_AREA | all |
| max | maximum number of results | 1..100 | 10 |
| fuzzylevel | hint on how to search (fuzzy does a phonetic (modified “soundex”) search) | 0=exact match 1=fuzzy | 0 |
| language | output language | EN DE FR DA IT PT ES FY SV NL | EN |
| key | API secret key, to be requested from MarinePlan | UUID | – |
