IPRout

API Usage Endpoint

GET https://api.iprout.com/usage returns the authenticated account's current month, total requests, monthly limit, remaining requests, and an api_keys array with usage for each key. Use it for dashboards and alerts; the usage request itself does not consume the lookup allowance.

Last updated August 10, 2026

How do I request usage?

Authenticate the same way as a lookup request.

curl -H "Authorization: Bearer YOUR_API_KEY" https://api.iprout.com/usage

What does the summary contain?

The response includes month, total_requests, monthly_limit, remaining_requests, and per-key records with requests_this_month, remaining_requests, plan, monthly_limit, and last_used_at.

How can I use this data?

Display capacity, alert on low remaining quota, and identify which named integration is consuming requests.

  • Poll at a modest interval
  • Do not publish usage data or key identifiers
  • Treat last_used_at as nullable for unused keys