EPOS GNSS

Endpoint /stations/v2/station/{size}/{format}

This endpoint returns information about all stations present in database. All parameters are mandatory.
format
The format of the output
size
The amount of information provided about each station
Example Links

Endpoint /stations/v2/marker/{marker}/{size}/{format}

This endpoint returns information about one or several stations. It is possible to search for stations using the 4Marker or 9Marker or using both. All parameters are mandatory.
marker
The marker of station
format
The format of the output
size
The amount of information provided about each station
Example Links

Endpoint /stations/v2/coordinates/{area}/{size}/{format}

This endpoint returns information about one or several stations.In this endpoint it is possible to search for stations using coordinates of geometric figures. It is mandatory to fill in the format, size and the area parameter that decides what type of figure we will use.
area
The type of geometric figure
format
The format of the output
size
The amount of information provided about each station
Example Links

Endpoint /stations/v2/location/{type}/{instance}/{size}/{format}

This endpoint returns information about one or several stations.This endpoint allows you to search for stations based on your location, city, country can be used. state or name. This endpoint already contains pagination, so its parameters are mandatory except for the pagination parameters that may or may not be inserted.
Example of Station Search by City
Example of Station Search by Country
Example of Station Search by State
Example of Station Search by Name
format
The format of the output
size
The amount of information provided about each station
page
Number of the page you want to view depends on the number of elements per page chosen.
perpage
Number of elements per page.
Example Links

Endpoint /stations/v2/agency/{agency}/{size}/{format}

This endpoint returns information about one or several stations. It is possible to search for stations using the agency to which they belong. All parameters are mandatory.
agency
The name of the agency
format
The format of the output
size
The amount of information provided about each station
Example Links

Endpoint /stations/v2/network/{network}/{size}/{format}

This endpoint returns information about one or several stations. It is possible to search for stations using the network of the station. Multiple values can be placed for the network, the results of one network or another are shown. All parameters are mandatory.
network
The network of station belong
format
The format of the output
size
The amount of information provided about each station
Example Links

Endpoint /stations/v2/combination/{size}/{format}

This endpoint returns information about one or several stations.This endpoint allows a large combination of elements on one or several stations, which is why there are several parameters in it. Only the size and format parameters are mandatory, if none of the others are filled in then all stations are listed. Any of these can be filled in the parameters but look the results are an INTERSECTION of the parameters, but each parameter may contain multiple values.
format
The format of the output
size
The amount of information provided about each station
page
Number of the page you want to view depends on the number of elements per page chosen.
perpage
Number of elements per page.
Example Links

Type of Errors Explanation

Code 200
Code 204
The request made has a response without content, in this case as the response is a file it may not exist on the machine on which the request is made. Something went wrong
Code 400