WWCI · TG91

World Wide Check-In
Log API

Read-only JSON API providing controlled access to BrandMeister TG91 check-in log data. Built for automation, statistics, and integration within the World Wide Check-In ecosystem.

Base URL

/api/

Endpoints

Events
GET /api/events.php
View example
Filtered events
GET /api/events.php?callsign=M7NTE&limit=1
View example
Statistics
GET /api/stats.php
View example
Health check
GET /api/health.php
View example

Response format

{
  "status": "ok",
  "count": 100,
  "data": [
    {
      "DateTime": "2026-02-08 16:16",
      "SourceCall": "M7NTE"
    }
  ]
}

Usage notes