v1
latestSwagger 2.02026-07-132137180.4 KBAccount
Returns API subscription usage counters for the current key.
Returns current usage counters, remaining request quotas, and reset timestamps for standard and historical Weatherbit products. Daily request limits reset at 00:00 UTC.
get/subscription/usage
Query parameters
keystring string required
Your registered API key.
Response
Subscription usage object.
Example response
{
"calls_count": "58697",
"calls_remaining": 7941303,
"calls_reset_ts": 1780358399,
"historical_calls_count": "26681",
"historical_calls_remaining": 373319,
"historical_calls_reset_ts": 1780358399
}