Public JSON API

AndesVirus.fyi API docs

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

Available feeds

GETsocial

/api/social.json

Official/credible social posts and labeled public social signals/leads.

GETresearch

/api/research.json

Research and database items, including PubMed-derived entries.

GETlocations

/api/locations.json

Map data for activity/watch areas and confirmed public-health measures.

Example

Fetch status

curl https://andesvirus.fyi/api/status.json
fetch('https://andesvirus.fyi/api/news.json')
  .then(r => r.json())
  .then(console.log)