Monitor.Us API provides methods for getting monitoring data from Monitor.Us dashboard. You can implement Monitor.Us API via GET requests(find more info here).
For Monitor.Us API calls you need API key. To get your key
All requests to Monitor.Us API should contain parameter named apikey, which value should be your Monitor.Us API key.
Response format can be specified by parameter named output. Available options are: XML and JSON. Default value is JSON.