The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
A small, dependency-light toolkit for talking to token-authenticated REST APIs. It manages authentication tokens in process environment variables (never written to disk), builds requests with configurable authentication and pagination strategies, and retrieves paginated data either one page at a time or in chunks combined into a single tibble. The design is API-agnostic: a single 'apifetch_api' profile describes an endpoint together with how it authenticates and paginates, so the same verbs work across different services.
| Version: | 0.1.0 |
| Depends: | R (≥ 4.1.0) |
| Imports: | cli, dplyr, httr2, stats, tibble, utils |
| Suggests: | knitr, rmarkdown, testthat (≥ 3.0.0) |
| Published: | 2026-07-02 |
| DOI: | 10.32614/CRAN.package.apifetch |
| Author: | André Leite [aut, cre], Hugo Vasconcelos [aut], Diogo Bezerra [aut], Marcos Wasilew [aut], Carlos Amorin [aut] |
| Maintainer: | André Leite <leite at castlab.org> |
| BugReports: | https://github.com/StrategicProjects/apifetch/issues |
| License: | MIT + file LICENSE |
| URL: | https://github.com/StrategicProjects/apifetch, https://strategicprojects.github.io/apifetch/ |
| NeedsCompilation: | no |
| Materials: | README, NEWS |
| CRAN checks: | apifetch results |
| Reference manual: | apifetch.html , apifetch.pdf |
| Vignettes: |
Use case: the Big Data PE API (source, R code) |
| Package source: | apifetch_0.1.0.tar.gz |
| Windows binaries: | r-devel: apifetch_0.1.0.zip, r-release: apifetch_0.1.0.zip, r-oldrel: apifetch_0.1.0.zip |
| macOS binaries: | r-release (arm64): apifetch_0.1.0.tgz, r-oldrel (arm64): apifetch_0.1.0.tgz, r-release (x86_64): apifetch_0.1.0.tgz, r-oldrel (x86_64): apifetch_0.1.0.tgz |
Please use the canonical form https://CRAN.R-project.org/package=apifetch to link to this page.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.