Skip to main content
GET
/
orders
/
traffic-usage
/
summary
Get traffic usage summary
curl --request GET \
  --url https://api.proxyjam.com/public/v1/orders/traffic-usage/summary \
  --header 'X-API-Key: <api-key>'

Documentation Index

Fetch the complete documentation index at: https://docs.proxyjam.com/llms.txt

Use this file to discover all available pages before exploring further.

Returns traffic usage chart data and summary metrics aggregated across all proxies of the authenticated user.

Query parameters

period
string
default:"last_7d"
One of: last_24h, last_7d, last_30d.
proxy_type
string
Optional proxy type filter: residential, datacenter, mobile.
proxy_status
string
Optional proxy status filter: active, expiring, expired.

Response

Same shape as Get order traffic usage.

Example

curl "https://api.proxyjam.com/public/v1/orders/traffic-usage/summary?period=last_30d&proxy_type=residential&proxy_status=active" \
  -H "X-API-Key: pj_AbCdEf..."