Embed Hantaflow
Free, no-key, no-tracking embeds. Use them in articles, blog posts and internal dashboards.
Live map (full)
The same world map as the home page, without nav and footer. Renders in any iframe.
<iframe
src="https://hantaflow.com/embed/map"
width="100%" height="500"
loading="lazy"
style="border:0;border-radius:.5rem"
title="Hantaflow live hantavirus map"
></iframe> JSON API
Use the same data the map uses. Free, no key. CC BY 4.0: credit "Hantaflow" with a link, and credit the underlying source for each item. The endpoints below are stable contracts. We add fields, but don't remove or rename them.
Global
- /api/signals.json — full signal feed (snapshot + last-30-day signals)
- /api/countries.json — country-level summary (one row per country)
- /api/health.json — pipeline health and freshness
Per-country
/api/countries/<slug>.json returns one country's metadata,
live stats and up to 30 most-recent signals. <slug> matches
the country page URL.
- /api/countries/argentina.json
- /api/countries/germany.json
- /api/countries/united-states.json
- /api/countries/russia.json
Per-language
/api/languages/<lang>.json returns signals filtered to one
ISO 639-1 language code. Valid codes: en, es, de, fr, pt, it, tr, el,
ru, pl, ko, zh, fi, sv, nl, id, vi.
RSS feeds
Same data, RSS 2.0 with dc:coverage for the country code. Drop
these into Feedly, Inoreader, Slack RSS apps, or e-mail digest tools.
- /feed.xml — global signal feed
- /feed/countries/<slug>.xml — per-country (e.g. argentina, germany, russia)
- /feed/<lang>.xml — per-language (e.g. ru, zh, de)
Attribution
Source: Hantaflow.com · CC BY 4.0
Underlying data: CDC NNDSS, WHO Disease Outbreak News, ECDC,
PAHO, UKHSA, RKI, Santé publique France, plus reputable news. Custom embeds
Need a country-specific or strain-specific embed? A higher-rate API arrangement? A static daily snapshot for offline use? Email thomas@hantaflow.com.