List NINA travel warnings
Value
A tibble with one row per warning entry. Columns include scalar fields from each entry (names converted to snake_case) plus the following added metadata:
- content_id
Content identifier from the NINA feed (character).
- response_country
Feed-level country code (character).
- response_last_modified
Feed-level modification timestamp in milliseconds (numeric).
- last_modified_time
Entry-level last-modified timestamp (
POSIXct, Europe/Berlin).- effective_time
Entry-level effective timestamp (
POSIXct, Europe/Berlin).
Details
The NINA API provides warnings and app data from the Bundesamt fuer Bevoelkerungsschutz. This endpoint returns a list of travel warnings with metadata. API documentation: https://nina.api.bund.dev.
See also
nina_warning() for a single warning and nina_mapdata() for
map-based alerts.
Other NINA:
nina_archive_mowas(),
nina_archive_mowas_mapping(),
nina_covid_infos(),
nina_covid_map(),
nina_covid_rules(),
nina_covid_ticker(),
nina_covid_ticker_message(),
nina_dashboard(),
nina_event_code(),
nina_event_codes(),
nina_faqs(),
nina_logo(),
nina_logos(),
nina_mapdata(),
nina_mowas_rss(),
nina_notfalltipps(),
nina_version(),
nina_warning(),
nina_warning_geojson(),
nina_warning_json()