Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit0f7a142

Browse files
committed
Document new lower rate limits
1 parentb108c90 commit0f7a142

File tree

2 files changed

+28
-3
lines changed

2 files changed

+28
-3
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
kind: change
3+
title: Rate limit changes for unauthenticated requests
4+
created_at: 2012-10-14
5+
author_name: pengwynn
6+
---
7+
8+
To ensure a high quality of service for all API consumers, we've reduced the
9+
default rate limit for unauthenticated requests. To enjoy the default rate
10+
limit of 5,000 requests per hour, you'll need to
11+
[authenticate](http://developer.github.com/v3/#authentication) via Basic Auth
12+
or OAuth. Unauthenticated requests will be limited to 60 per hour unless you
13+
[include your OAuth client and
14+
secret](http://developer.github.com/v3/#unauthenticated-rate-limited-requests).
15+
16+
We'll soon require all requests to include a valid [User Agent
17+
header](http://en.wikipedia.org/wiki/User_agent). Setting a
18+
uniq value for this header helps us identify requests and get in touch with
19+
developers who are abusing the API. Most HTTP libraries, wrapper libraries, and
20+
even cURL provide a valid header for you already and allow you to change it to
21+
something unique to your application.
22+
23+
If you have any questions or feedback, please drop us a line at
24+
[support@github.com](mailto:support@github.com?subject=API Rate limit).

‎content/v3.md‎

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,9 +225,10 @@ The possible `rel` values are:
225225

226226
##Rate Limiting
227227

228-
We limit requests to API v3 to 5000 per hour. This is keyed off either your
229-
login, your OAuth token, or request IP. You can check the returned HTTP
230-
headers of any API request to see your current status:
228+
We limit requests to 60 per hour for unauthenticated requests. For requests
229+
using Basic Authentication or OAuth, we limit requests to 5,000
230+
per hour. You can check the returned HTTP headers of any API request to see
231+
your current status:
231232

232233
<preclass="terminal">
233234
$ curl -i https://api.github.com/users/whatever

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp