Users

Get the user's data rate limit and current activity level.

get/{username}/throttle

Path parameters

usernamestring required

a valid username string

Response

Data rate limit and current actions.

data_rate_limitinteger

Max possible actions inside the time window (usually 1 minute).

active_data_rateinteger

Actions taken inside the time window.

Changes

Changed in 2 of the 50 revisions of this API.11