API
Hantamap stellt eine kostenfreie, offene Lese-API bereit. Rate-Limit: 60 req/min pro IP. Für höheres Volumen: Pro-API-Key (kommt bald).
REST
GET https://hantamap.de/api/signals?days=30&limit=50
GET https://hantamap.de/api/signals/geojson?days=30
GET https://hantamap.de/api/feed/json
GET https://hantamap.de/api/feed/rss
GET https://hantamap.de/api/healthGeoJSON Beispiel
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [-71.5, -45.4] },
"properties": {
"signalId": "...",
"title": "Hantavirus cluster, Aysén Region",
"severity": "high",
"type": "cluster",
"publishedAt": "2026-05-08T18:00:00Z",
"sourceName": "WHO Disease Outbreak News",
"sourceUrl": "https://www.who.int/...",
"locationName": "Aysén",
"countryCode": "CL"
}
}
]
}JSONFeed 1.1
Kompatibel mit allen JSONFeed-Readern. Erweitert um _hantamap mit Quelle und Standort.