The Worldwide Check-In

TG91 Log API - Data and Integration Service

WWCI · TG91 · READ-ONLY API

Controlled JSON 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

EventsGET /api/events.php
View example
Filtered eventsGET /api/events.php?callsign=M7NTE&limit=1
View example
StatisticsGET /api/stats.php
View example
Health checkGET /api/health.php
View example

Response format

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

Usage notes