Stations
Get a list of the current GPS stations over the specified time period. The info is derived from https://www.ordnancesurvey.co.uk/documents/resources/osnet-coordinates-file.txt. Note that if the start and end date are omitted then the response will not contain the percentageComplete property.
Returns the list of stations, either as structured JSON data or a simple text file
Bad request
Get an hour-by-hour breakdown of the OS Net network health for a specific date.
Date for the network health search. Please note that the date should be within the last 45 days.
2024-11-30Returns the network health for the given date. Each station in the network will be included in the response.
Returns the network health for the given date. Each station in the network will be included in the response.
Get info on specified station over a specified time period. Note that if the start and end date are omitted then the response will not contain the percentageComplete property.
Specific station ID.
ABEPPattern: ^[a-zA-Z0-9]*$Returns info about the station, as structured JSON data
Bad request
Not Found
Get health information about a specific station
Specific station ID.
ABEPPattern: ^[a-zA-Z0-9]*$Returns the station health, on a day-by-day basis
Returns the station health, on a day-by-day basis
Get logs for specified station
Specific station ID.
ABEPPattern: ^[a-zA-Z0-9]*$Returns the station logs
Bad request
Not Found
Last updated
Was this helpful?