Get a list of geometries that a given point of coordinates intersects with. Notes
api_key required | string API key: 40-character hexadecimal number |
coordinates required | string A latitude/longitude pair that you wish to receive the MarineTraffic areas/assets that intersects with |
radius | number Maximum distance (in NM) from the given point that should be searched for nearby areas/assets Cannot be greater than 10NM |
exclude_ports | integer Flag that indicates if Ports information will be excluded from response in case given point intersects with them (0:no, 1:yes) |
exclude_berths | integer Flag that indicates if Berths information will be excluded from response in case given point intersects with them (0:no, 1:yes) |
exclude_terminals | integer Flag that indicates if Terminals information will be excluded from response in case given point intersects with them (0:no, 1:yes) |
exclude_standard_areas | integer Flag that indicates if Standard Areas information will be excluded from response in case given point intersects with them (0:no, 1:yes) |
exclude_custom_areas | integer Flag that indicates if Custom Areas information will be excluded from response in case given point intersects with them (0:no, 1:yes) |
protocol | string Default: "xml" Response type. Use one of the following:
|
[- {
- "ID": "1",
- "NAME": "PIRAEUS",
- "TYPE": "Port",
- "SUBTYPE": "P",
- "COUNTRY": "GR",
- "UNLOCODE": "GRPIR",
- "GEOMETRY_CENTER": "37.1111,23.222",
- "DISTANCE": "0",
- "TERMINAL": null,
}, - {
- "ID": "13",
- "NAME": "Piraeus Area",
- "TYPE": "Standard Area",
- "SUBTYPE": "Geographical Area",
- "COUNTRY": null,
- "UNLOCODE": null,
- "GEOMETRY_CENTER": "37.1111,23.222",
- "DISTANCE": "0",
- "TERMINAL": null,
}, - {
- "ID": "12345",
- "NAME": "Pier III East",
- "TYPE": "Berth",
- "SUBTYPE": null,
- "COUNTRY": "GR",
- "UNLOCODE": "GRPIR",
- "GEOMETRY_CENTER": "37.1111,23.222",
- "DISTANCE": "0",
- "TERMINAL": "12",
- "URL": null
}, - {
- "ID": "12",
- "NAME": "Container Terminal",
- "TYPE": "Terminal",
- "SUBTYPE": null,
- "COUNTRY": "GR",
- "UNLOCODE": "GRPIR",
- "GEOMETRY_CENTER": null,
- "DISTANCE": "0",
- "TERMINAL": null,
- "URL": null
}
]