Beta — This app is still in beta. The system is learning staffing patterns and forecasts will become more accurate over the next few weeks.
vatsim-atcvatsim-atccoverage forecast

Public API

All endpoints return JSON, allow cross-origin requests, and are rate-limited to roughly 60 requests per minute per IP. Responses are cached at the edge; prediction and heatmap data change at most hourly.

GET/api/v1/station/:prefix

Live controller status plus an hour-by-hour coverage forecast for the next 12 hours.

Example
/api/v1/station/EGKK
GET/api/v1/station/:prefix/heatmap

The 168-bucket (7×24) hour-of-week coverage probabilities for one facility.

  • facilityOne of DEL, GND, TWR, APP, DEP, CTR, FSS, ...
Example
/api/v1/station/EGKK/heatmap?facility=TWR
GET/api/v1/prediction

Point-in-time coverage probability for a station and facility.

  • stationStation prefix, e.g. EGKK
  • facilityFacility type, e.g. TWR
  • atISO 8601 timestamp (defaults to now)
Example
/api/v1/prediction?station=EGKK&facility=TWR&at=2026-07-11T19:00:00Z