/api/status.json
Site status, metadata, and endpoint index.
Public JSON API
Free light-use endpoints for status, news, social signals, research, sources, and map/location data. Commercial use, webhooks, history, and higher-volume polling can be arranged.
Endpoints
Site status, metadata, and endpoint index.
Curated public-health and credible news items.
Official/credible social posts and labeled public social signals/leads.
Research and database items, including PubMed-derived entries.
Map data for activity/watch areas and confirmed public-health measures.
Primary source list used by the tracker.
Example
curl https://andesvirus.fyi/api/status.json
fetch('https://andesvirus.fyi/api/news.json')
.then(r => r.json())
.then(console.log)