You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For requests using Basic Authentication or OAuth, you can make up to 5,000
335
335
requests per hour. For unauthenticated requests, the rate limit allows you to
336
-
make up to 60 requests per hour. (The Search API has [custom rate limit
337
-
rules](/v3/search/#rate-limit).)
336
+
make up to 60 requests per hour. Unauthenticated requests are associated with your IP address,
337
+
and not the user making requests. Note that [the Search API has custom rate limit
338
+
rules](/v3/search/#rate-limit).
338
339
339
340
You can check the returned HTTP headers of any API request to see your current
340
341
rate limit status:
@@ -384,11 +385,9 @@ You can also [check your rate limit status](/v3/rate_limit) without incurring an
384
385
API hit.
385
386
<br>
386
387
387
-
### Unauthenticated rate limited requests
388
+
### Increasing the unauthenticated rate limit for OAuth applications
388
389
389
-
If you need to make unauthenticated calls but need to use a higher rate limit
390
-
associated with your OAuth application, you can send over your client ID and
391
-
secret in the query string.
390
+
If your OAuth application needs to make unauthenticated calls with a higher rate limit, you can pass your app's client ID and secret as part of the query string.
0 commit comments