API endpoint that allows API Throttle information to be viewed.

GET:
Returns a range of information about your API access

GET /2.2.0/api-throttle/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "your_request_limit": 15,
    "limit_frequency_secs": 3600,
    "current_use": 0,
    "next_use_secs": 0,
    "ident": "3.19.211.134"
}