EPOS GNSS

Endpoint /stations/v2/bbox/{minLon}/{minLat}/{maxLon}/{maxLat}

This endpoint returns all the stations inside the bounding box. The output format is GeoJson.

The parameters are the dimensions of the bounding box so they are all mandatory.

The coordinates shown in the example form a rectangle around Portugal.

maxLat

The maximum Latitude of the bounding box

maxLon

The maximum Longitude of the bounding box

minLat

The minimum Latitude of the bounding box

minLon

The minimum Latitude of the bounding box

Example Links

Endpoint /stations/v2/geojson/{format}/{geojson}

This endpoint returns all stations that are inside the geometry of geoJSON.

All parameters are mandatory.

format

The format of the output

geojson

The geojson input that must be made on the following website:https://geojson.io/

You need to copy all the json code after drawing the figure on the map, after that you can use the following page to minimize the geojson to ensure that it is correctly read by the API: https://codebeautify.org/jsonminifier

Then you just need to place the geojson in the respective field

Example Links

Type of Errors Explanation

Code 200
Code 204
Code 400