Returns the calling customer’s lifetime API usage broken down by month and by country. Usage is scoped automatically to the customer who owns the API key — there are no body, path, or query parameters that accept a customer identity. A caller can only see usage for the customer their key is bound to. The response gives you three views of the same underlying data:Documentation Index
Fetch the complete documentation index at: https://docs.meerapi.com/llms.txt
Use this file to discover all available pages before exploring further.
-
total_requests— the canonical lifetime total, computed as the sum ofmonthly[].request_count. -
monthly— a per-month breakdown, sorted ascending by(year, month). Months with no recorded usage may be omitted. -
by_country— a flat per-country breakdown across all time, sorted byrequest_countdescending thencountryascending.
by_country are ISO 3166-1 alpha-2 (e.g., US, GB, IE)
Headers
API key authentication. Provide your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEYYou can also omit the “Bearer” prefix:Authorization: YOUR_API_KEYResponse
The name of your customer account
The total number of requests you have made to our API
An aggregation of the details of your requests by year, mount, and request count
A list of all requests made by country