>>

Oprish Rate Limits

Rate limits that apply to Oprish (The REST API).

FieldTypeDescription
get_instance_infoRateLimitConfRate limits for the get_instance_info endpoint.
create_messageRateLimitConfRate limits for the create_message endpoint.
create_userRateLimitConfRate limits for the create_user endpoint.
verify_userRateLimitConfRate limits for the verify_user endpoint.
get_userRateLimitConfRate limits for the get_self, get_user and get_user_from_username endpoints.
guest_get_userRateLimitConfRate limits for the get_self, get_user and get_user_from_username endpoints for someone who hasn’t made an account.
edit_userRateLimitConfRate limits for the edit_user enpoint.
edit_profileRateLimitConfRate limits for the edit_profile enpoint.
delete_userRateLimitConfRate limits for the delete_user enpoint.
create_password_reset_codeRateLimitConfRate limits for the create_password_reset_code enpoint.
reset_passwordRateLimitConfRate limits for the reset_password enpoint.
create_sessionRateLimitConfRate limits for the create_session endpoint.
get_sessionsRateLimitConfRate limits for the get_sessions endpoint.
delete_sessionRateLimitConfRate limits for the delete_session endpoint.
resend_verificationRateLimitConfRate limits for the resend_verification endpoint.
create_sphereRateLimitConfRate limits for the create_sphere endpoint.
get_sphereRateLimitConfRate limits for the get_sphere and get_sphere_from_slug endpoints.
guest_get_sphereRateLimitConfRate limits for the get_sphere and get_sphere_from_slug endpoints for someone who hasn’t made an account.
create_categoryRateLimitConfRate limits for the create_category endpoint.
edit_categoryRateLimitConfRate limits for the edit_category endpoint.
delete_categoryRateLimitConfRate limits for the delete_category endpoint.
create_channelRateLimitConfRate limits for the create_channel endpoint.
edit_channelRateLimitConfRate limits for the edit_channel endpoint.
delete_channelRateLimitConfRate limits for the delete_channel endpoint.
join_sphereRateLimitConfRate limits for the join_sphere and join_sphere_from_slug endpoints.
get_channelRateLimitConfRate limits for the get_channel endpoint.
guest_get_channelRateLimitConfRate limits for the get_channel endpoint for someone who hasn’t made an account.
get_messagesRateLimitConfRate limits for the get_messages endpoint.
get_messageRateLimitConfRate limits for the get_message endpoint.
get_memberRateLimitConfRate limits for the get_member endpoint.
guest_get_memberRateLimitConfRate limits for the get_member endpoint for someone who hasn’t made an account.
edit_memberRateLimitConfRate limits for the edit_member endpoint.
edit_messageRateLimitConfRate limits for the edit_message endpoint.
delete_messageRateLimitConfRate limits for the delete_message endpoint.
leave_sphereRateLimitConfRate limits for the leave_sphere endpoint.
>>

Example

{
  "get_instance_info": {
    "reset_after": 5,
    "limit": 2
  },
  "create_message": {
    "reset_after": 5,
    "limit": 10
  },
  ...
}