INTRODUCTION

The 360 Monitoring API provides all data available on the dashboard. Create an account at 360monitoring.com to start monitoring your servers as well as websites, TCP ports, and ping.

Authentication

All API requests require an API key to be included via the key query string parameter. You can e-mail [email protected] for an API key.
Soon the keys will also be available inside 360 Monitoring.

Monitoring agent

Not all data might be available depending on which version of the monitoring agent you're running.

Request limit

The number of API requests is currently limited to 1000 requests per key per hour. Each request return the following headers with the current limit and status.

RateLimit-Limit: 1000
RateLimit-Remaining: 993
RateLimit-Reset: 1452042000

Upon reaching the limit the API returns HTTP status code 429 (request limit exceeded).

{
    "error":"Rate limit exceeded."
}