Understanding and managing residential bandwidth allocation in the Ping Proxies API
Unlike datacenter and ISP proxies that operate on a per-proxy model, residential proxies use a bandwidth-based allocation system. This guide explains how residential bandwidth is managed in the Ping Proxies API.
{ "data": { "residential_bytes": 10737418240, // Total allocated bandwidth (10 GB) "residential_bytes_used": 3221225472, // Used bandwidth (3 GB) "residential_bytes_left": 7516192768, // Remaining bandwidth (7 GB) "residential_requests": 145022, // Total number of requests "proxy_user_ids": ["default_user", "stevejobs"] // Any other proxy users which have access to the bandwidth }, "message": "Residential summary successfully generated."}
This sets a 2 GB limit for the “stevejobs” proxy user, preventing them from using more than that amount from the account’s total residential bandwidth.