Home/

HantaData API Access

The HantaData API provides programmatic access to real-time hantavirus signal data aggregated from 18+ global sources. All endpoints are publicly accessible — no authentication required for the free tier.

Base URL: https://hantadata.com

Free Tier

Active

$0 / month

  • 100 requests / day
  • All 3 API endpoints
  • JSON responses
  • 30-minute data cache
  • No API key required
  • No SLA

Premium

Coming Soon

$9.99 / month

  • Unlimited requests
  • All 3 API endpoints
  • Real-time data (5-min cache)
  • Dedicated API key
  • Webhook alerts
  • Historical data export
  • Priority support
  • 99.9% uptime SLA
Request Early Access

Endpoints

GET/api/fetch-hanta

Full dataset — country signals, time series, source statistics.

{
  "countries": [
    {
      "name": "Argentina",
      "iso3": "ARG",
      "region": "South America",
      "signals": 32,
      "lastDate": "2026-05-06",
      "headlines": ["Andes hantavirus in Patagonia"],
      "sources": ["Google News", "ProMED"]
    }
  ],
  "timeSeries": [{ "date": "2026-04-01", "signals": 8 }],
  "lastFetched": "2026-05-07T12:00:00Z",
  "sourcesQueried": 18,
  "sourcesSucceeded": 14,
  "articlesFound": 127
}
GET/api/global-stats

Aggregated global statistics — total signals, active countries, top country.

{
  "totalSignals": 148,
  "activeCountries": 12,
  "mostAffectedCountry": "Argentina",
  "lastFetched": "2026-05-07T12:00:00Z"
}
GET/api/news

Latest hantavirus news from aggregated RSS feeds.

{
  "items": [
    {
      "id": 1,
      "title": "Hantavirus cases rise in Patagonia",
      "timestamp": "2026-05-07T10:00:00Z",
      "source": "Reuters",
      "link": "https://reuters.com/..."
    }
  ],
  "lastFetched": "2026-05-07T12:00:00Z"
}

Rate Limits & Caching

Free Tier

100 req / day

per IP address

Cache TTL

30 minutes

stale-while-revalidate

Data Freshness

≤ 30 min

from 18+ live sources

Questions about the API? Email api@hantadata.com or visit the About page.