NAME

bunden - CLI client for German Federal Government APIs (English)

VERSION

version 0.002

SYNOPSIS

# List all available APIs
bunden list

# Get help for a specific API
bunden info autobahn
bunden autobahn

# Call API endpoints
bunden autobahn roads
bunden autobahn roadworks A5
bunden pegel stations
bunden tagesschau search Ukraine

# Change output format
bunden -o json autobahn roads

# Override language
bunden --lang de autobahn roads

DESCRIPTION

bunden is the English-language variant of the bund command-line client for German Federal Government APIs (bund.dev). It defaults to English output (lang=en) while providing access to the same 16 public APIs with over 75 endpoints.

For full documentation, see bund --help or perldoc bund.

OPTIONS

-o, --output format

Output format: template (default), json, yaml

--lang language

Override language: en (default for bunden), de, fr, es, it, nl, pl

-h, --help

Show help message

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.