Docs
Safe Installation Options
ApiDatasets is API-first. You do not need to install anything to call the dataset APIs.
No install required
We do not recommend piping remote scripts directly into your shell. For API usage, call ApiDatasets directly with curl or any standard HTTPS client.
curl https://apidatasets.com/api/v1/geo/zip/30301 \
-H "Authorization: Bearer YOUR_API_KEY"
Inspect before running
If you prefer the optional CLI, download the script, inspect it, and run it manually only after you understand what it does.
APP_BASE_URL=https://apidatasets.com
curl -fsSL "$APP_BASE_URL/install.sh" -o install.sh
less install.sh
bash install.sh
Uninstall
The optional shell CLI installs a single executable to your local bin directory unless APIDATASETS_INSTALL_DIR is set.
rm ~/.local/bin/apidatasets