Check remaining bandwidth
Account Endpoints
Check remaining bandwidth
GET /api/user-api/bandwidth: returns your remaining Residential GB
GET
Check remaining bandwidth
Returns your remaining Residential bandwidth in MB.
Headers
Bearer <YOUR_API_TOKEN>: see Get / reset API token.Response
"success" on success.Human-readable confirmation.
Example response
What this doesn’t cover
- ISP IPs: time-limited (30 days per IP), not bandwidth-metered
- Datacenter plans: also time-limited, no bandwidth metering
Common use cases
- Pre-flight check before kicking off a long scrape
- Monitoring dashboards in your own tools
- Auto-topup triggers: alert when remaining drops below a threshold
Errors
- 401: token invalid or missing. See Authentication.
- 5xx: retry with backoff.

