NAME
bundnl - CLI client for German Federal Government APIs (Dutch)
VERSION
version 0.002
SYNOPSIS
# Lijst van alle beschikbare API's
bundnl list
# Hulp voor een specifieke API
bundnl info autobahn
bundnl autobahn
# API-eindpunten aanroepen
bundnl autobahn roads
bundnl pegel stations
bundnl tagesschau search Oekraïne
# Uitvoerformaat wijzigen
bundnl -o json autobahn roads
DESCRIPTION
bundnl is de Nederlandse variant van de bund commandoregel-client voor Duitse federale overheids-API's (bund.dev). Standaard toont het in het Nederlands (lang=nl) terwijl toegang wordt geboden tot dezelfde 16 publieke API's.
Voor volledige documentatie, zie bund --help of perldoc bund.
OPTIONS
- -o, --output formaat
-
Uitvoerformaat:
template(standaard),json,yaml - --lang taal
-
Taal wijzigen:
nl(standaard voor bundnl),de,en,fr,es,it,pl - -h, --help
-
Hulp tonen
SEE ALSO
bund, WWW::Bund, https://bund.dev
SUPPORT
Issues
Please report bugs and feature requests on GitHub at https://github.com/Getty/p5-www-bund/issues.
CONTRIBUTING
Contributions are welcome! Please fork the repository and submit a pull request.
AUTHOR
Torsten Raudssus <torsten@raudssus.de>
COPYRIGHT AND LICENSE
This software is copyright (c) 2026 by Torsten Raudssus.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.