NAME

bundes - CLI client for German Federal Government APIs (Spanish)

VERSION

version 0.002

SYNOPSIS

# Lista de todas las APIs disponibles
bundes list

# Ayuda para una API específica
bundes info autobahn
bundes autobahn

# Llamar endpoints de API
bundes autobahn roads
bundes pegel stations
bundes tagesschau search Ucrania

# Cambiar formato de salida
bundes -o json autobahn roads

DESCRIPTION

bundes es la variante en español del cliente de línea de comandos bund para las API del gobierno federal alemán (bund.dev). Por defecto muestra en español (lang=es) mientras proporciona acceso a las mismas 16 API públicas.

Para documentación completa, ver bund --help o perldoc bund.

OPTIONS

-o, --output formato

Formato de salida: template (predeterminado), json, yaml

--lang idioma

Cambiar idioma: es (predeterminado para bundes), de, en, fr, it, nl, pl

-h, --help

Mostrar ayuda

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.