Skip to main content
GET
cURL
When to use: Monitor your API consumption and track usage patterns. See Rate Limits for quota information.

Request

string
required
Your API key for authentication

Query Parameters

string
default:"30d"
Time period for usage statisticsValid Values:
  • 24h - Last 24 hours
  • 7d - Last 7 days
  • 30d - Last 30 days (default)
  • 90d - Last 90 days
  • all - All time usage
number
default:"1"
Page number for pagination (1-indexed)
number
default:"20"
Number of items per page (maximum 100)

Response

array
Array of usage statistics by endpoint path
object
Pagination metadata for the results
object
Response metadata
cURL