PASAR API
The feed behind the official NINA warning app; usable without a key but documented via the community bund.dev project rather than officially.
View docs ↗ More Realtime APIscurl 'https://warnung.bund.de/api31/'
I'm building an app using a free Germany API (no auth needed). API: NINA (BBK) ~ civil-protection hazard warnings Provider: Bundesamt für Bevölkerungsschutz (BBK) Endpoint: GET https://warnung.bund.de/api31/ It returns JSON (live data). Source: Bundesamt für Bevölkerungsschutz (BBK) (https://nina.api.bund.dev/) Source type: Official public feed Endpoint type: Direct public JSON endpoint Integration difficulty: Copy-paste ready Last checked: 2026-07-05 Production caveat: Still handle downtime, changing fields, empty responses, and rate limits before shipping user-facing alerts. Help me fetch this and build a simple page that displays it nicely. Include basic production safeguards for errors, empty responses, schema changes, caching, and rate limits.