Skip to content

General

Health Check

http
GET /

Checks whether the API is reachable. No auth required.

Example:

bash
curl https://api.radioreg.net

Response (200):

json
{
  "message": "API running",
  "version": "1.0.1"
}

Platform Statistics

http
GET /stats

Returns public statistics about the platform. No auth required.

Example:

bash
curl https://api.radioreg.net/stats

Response (200):

json
{
  "users": 1240,
  "organizations": 67,
  "stations": 134
}

RadioReg API