Introduction

Introduction

Welcome to the documentation of the onradar (opens in a new tab).

Onradar is an uptime monitoring and flow-based API monitoring service. It notifies you when your website is down or slow. It also provides you with detailed reports and insights about your website's performance.

When it is available?

We're currently in the beta phase and we're working hard to make it available to everyone as soon as possible. If you want to be notified when we launch, please subscribe to our newsletter.

Data types

DATA_STATUSES

enum DATA_STATUSES {
    inactive = 0,
    active = 1,
    expired = 2,
    suspended = 3,
    terminated = 4,
    banned = 5,
}