Monitor.Us API

Introduction

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).

Authentication and Validation

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

Response format can be specified by parameter named output. Available options are: XML and JSON. Default value is JSON.