OPEN API MONITORING
The Monitor.Us API provides methods for getting monitoring data from the Monitor.Us dashboard. You can implement the Monitor.Us API via GET requests.
Authentication and validation
For Monitor.Us API calls you need the API key. To get your key
- log in to your Monitor.Us account
- go to Tools -> API -> API key
All requests to Monitor.Us API should contain a parameter named apike.The value of this parameter should be your Monitor.US API key.
Response format
Response format can be specified by the parameter named output. Available options are: XML and JSON (default value is JSON).