Skip to contents

BrazilDataAPI 0.3.0

Breaking Changes

  • get_country_info_br() was removed from the package. The ‘REST Countries API’ v3.1 endpoint it depended on was deprecated by its provider. The replacement v5 endpoint now requires an API key, which is incompatible with CRAN’s policy on packages using Internet resources (they must work without user-provided credentials). As a consequence, the ‘REST Countries API’ is no longer used by BrazilDataAPI.

  • get_brazil_vehicle_brands() was removed from the package due to persistent server errors (HTTP status 500) returned by its underlying data source, which prevented the function from reliably retrieving data and caused it to fail CRAN’s requirement that functions using Internet resources fail gracefully rather than error out.


BrazilDataAPI 0.2.0

CRAN release: 2025-09-15

Breaking Changes

  • get_country_info() was renamed to get_country_info_br() to avoid naming conflicts with other packages and improve function identification.

The following APIs were added to the BrazilDataAPI package:

The following functions were added to the BrazilDataAPI package:


BrazilDataAPI 0.1.0

CRAN release: 2025-07-09

Initial Release

  • First release of BrazilDataAPI package.
  • Added view_datasets_BrazilDataAPI() function to explore available datasets.
  • Curated Collection of datasets that cover diverse aspects of Brazilian society.
  • Initial APIs BrasilAPI and REST Countries API – Added functions powered by these APIs