Data Health API
Description
To supplement the data within the navigational database, the Data Health API provides users with the cycle, start, and end dates of the data to provide quick access regarding the currency of the data
Endpoint
The main endpoint of the API is https://api.hawg-ops.com/v1
Data Health API
https://api.hawg-ops.com/v1/nav/dataHealth
Return Values
The API will return in JSON format information about currency health
String | cycle | The data cycle of the Nav Database |
String | start | The start date of the cycle in YYYY-MM-DD format |
String | end | The end date of the cycle in YYYY-MM-DD format |
Example
https://api.hawg-ops.com/v1/nav/dataHealth
will return the following
1 2 3 4 5 6 7 |
|