General
Health Check
http
GET /Checks whether the API is reachable. No auth required.
Example:
bash
curl https://api.radioreg.netResponse (200):
json
{
"message": "API running",
"version": "1.0.1"
}Platform Statistics
http
GET /statsReturns public statistics about the platform. No auth required.
Example:
bash
curl https://api.radioreg.net/statsResponse (200):
json
{
"users": 1240,
"organizations": 67,
"stations": 134
}