Command-line tool and TypeScript library
reisewarnungen
Check Germany’s official travel and safety warnings by country from your terminal. reisewarnungen is a small command-line tool over the Auswärtiges Amt travel-warning open-data API — list all countries, filter to those with active warnings, and fetch the full advisory text — as clean JSON you can pipe straight into jq.
Install
Needs Node.js 20 or newer. Installs the reisewarnungen command:
npm i -g @maschinenlesbar.org/reisewarnungen-cliAccess
No account, no API key, no configuration — install and query.
Quick start
reisewarnungen countriesCommands
Claude Code skills
The reisewarnungen plugin teaches Claude to use reisewarnungen. Install it from the maschinenlesbar.org marketplace:
/plugin marketplace add maschinenlesbar-org/plugins
/plugin install reisewarnungen@maschinenlesbar/reisewarnungen:reisewarnungen-trip-check/reisewarnungen:reisewarnungen-warned-overview/reisewarnungen:reisewarnungen-watch
What the skills answer, with real examples → Skill descriptions and requirements →
TypeScript library
@maschinenlesbar.org/reisewarnungen-cli is also a typed API client you can import in your own code, with no runtime HTTP dependencies.
The tool, not the data
The data comes from the provider behind the API, under its own terms — see DATA_LICENSE.md. The code is dual-licensed AGPL-3.0-or-later or commercial — see LICENSING.md.