Reverse Geocoding

Reverse Geocoding of a Single Point

Get a list of geometries that a given point of coordinates intersects with.

Notes

  • The frequency of allowed API calls is specific to your API key and is detailed in your contract as a number of successful calls per time period. For example “2 calls per minute”.
    Regardless of this agreed limit, each API key is technically restricted to a maximum of 100 total (including successful and unsuccessful) requests per minute to ensure system stability.
path Parameters
api_key
required
string

API key: 40-character hexadecimal number

query Parameters
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:

  • xml
  • csv
  • json
  • jsono

Responses

Response samples

Content type
[
  • {},
  • {},
  • {
    },
  • {
    }
]
➔ Next to Fleets