Rinex
get
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
stationIdstring · min: 4 · max: 4RequiredExample:
Specific station ID.
ABEPPattern: ^[a-zA-Z0-9]*$Query parameters
Responses
200
Returns the list of available files
application/json
get
/stations/{stationId}/rinex200
Returns the list of available files
get
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Responses
200
List the years that have RINEX data available
application/json
get
/rinex200
List the years that have RINEX data available
get
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
yearinteger · int32 · min: 2024Required
The year to be queried
Responses
200
List the days that have RINEX data available, for the given year
application/json
get
/rinex/{year}200
List the days that have RINEX data available, for the given year
get
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
yearinteger · int32 · min: 2024Required
The year to be queried
dayOfYearinteger · min: 1 · max: 366Required
The day to be queried, within the given year
Responses
200
List the days available via this service, for the given year and day
application/json
get
/rinex/{year}/{dayOfYear}200
List the days available via this service, for the given year and day
get
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
yearinteger · int32 · min: 2024Required
The year to be queried
dayOfYearinteger · min: 1 · max: 366Required
The day to be queried, within the given year
filenamestringRequiredExample:
Name of the file
ABEP00GBR_S_20243550100_01H_30S_MO.rnxResponses
200
Returns the requested RINEX file
application/octet-stream
Responsestring · binary
204
No Content
application/problem+json
400
Bad request
application/problem+json
404
Not Found
application/problem+json
get
/rinex/{year}/{dayOfYear}/{filename}Last updated
Was this helpful?