Api Throttle List
API endpoint that allows API Throttle information to be viewed.
GET: Returns a range of information about your API access
GET /2.3.0/api-throttle/?format=api
{
"your_request_limit": 15,
"limit_frequency_secs": 3600,
"current_use": 0,
"next_use_secs": 0,
"ident": "3.14.144.145"
}