Status API

Current normalized service status, using the same quality and quarantine rules as Tech Weather.

GET /api/v1/statuses

Returns a JSON array of 189 monitored services.

GET /api/v1/status/:id

For example, /api/v1/status/github.

{
  "id": "github",
  "name": "GitHub",
  "state": "clear",
  "weather_word": "Sunny",
  "incident_title": null,
  "link": "https://www.githubstatus.com/",
  "checked_at": "2026-09-04T07:28:23.722Z",
  "source": "https://techweather.fyi",
  "terms": "Free for personal/non-commercial use. Commercial use: contact@techweather.fyi"
}

30 requests per minute and 10,000 per day per IP. GET only; cross-origin reads are allowed. Responses are cached for 60 seconds.

Free for personal/non-commercial use. Commercial use: contact@techweather.fyi History, latency, early signals, editions, and regional data are not included.