CARVIEW |
Select Language
HTTP/2 200
server: GitHub.com
content-type: text/html; charset=utf-8
last-modified: Tue, 19 Sep 2023 11:50:57 GMT
access-control-allow-origin: *
etag: W/"65098b21-37dd"
expires: Wed, 30 Jul 2025 10:46:58 GMT
cache-control: max-age=600
content-encoding: gzip
x-proxy-cache: MISS
x-github-request-id: 2A63:136977:164BD1:1A2842:6889F5CA
accept-ranges: bytes
age: 0
date: Wed, 30 Jul 2025 10:36:59 GMT
via: 1.1 varnish
x-served-by: cache-bom-vanm7210093-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1753871819.875118,VS0,VE425
vary: Accept-Encoding
x-fastly-request-id: 100131968adc50165414ee1f5c4bed894d3bc4a6
content-length: 3512
Pagination changes for some resource lists | GitHub Developer Guide
This content may be out of date. For the newest content, see the API posts on the GitHub Blog.
This content may be out of date. For the newest content, see the API posts on the GitHub Blog.
All of GitHub's Docs are now in one place! You can see Apps, REST API, and GraphQL API on GitHub Docs.
Pagination changes for some resource lists
- March 18, 2014
-
pengwynn
In an effort to keep the API fast for everyone, we're enabling
pagination on some API methods that previously did not support it.
Beginning today, the methods below will paginate if you include page
or
per_page
query parameters. Starting April 17th, 2014, these methods will
always return paginated results. If you have any questions or
run into trouble, feel free to get in touch.
Here's the complete list of updated methods:
Gist comments
GET /gists/:gist_id/comments
Gist commits
GET /gists/:gist_id/commits
Gist forks
GET /gists/:gist_id/forks
Git refs
GET /repos/:owner/:repo/git/refs
Issue labels
GET /repos/:owner/:repo/issues/:number/labels
Milestone labels
GET /repos/:owner/:repo/milestones/:id/labels
Organization teams
GET /orgs/:org/teams
Pull Request commits
GET /repos/:owner/:repo/pulls/:number/commits
Pull Request files
GET /repos/:owner/:repo/pulls/:number/files
Release assets
GET /repos/:owner/:repo/releases/:id/assets
Repository collaborators
GET /repos/:owner/:repo/collaborators
Repository contributors
GET /repos/:owner/:repo/contributors
Repository branches
GET /repos/:owner/:repo/branches
Repository downloads
GET /repos/:owner/:repo/downloads
Repository keys
GET /repos/:owner/:repo/keys
Repository labels
GET /repos/:owner/:repo/labels
Repository tags
GET /repos/:owner/:repo/tags
Repository teams
GET /repos/:owner/:repo/teams
Team members
GET /teams/:id/members
Team repositories
GET /teams/:id/repos
User emails (v3 media type only)
GET /user/emails
User keys
GET /users/:user/keys
GET /user/keys
Recent Posts
- Antiope preview graduation
October 1, 2020 - Machine-man and sailor-v previews graduate
August 20, 2020 - GitHub Actions API - Introducing workflow usage endpoints
May 15, 2020 - Introducing the skipped check run and check suite conclusion
May 8, 2020 - Suspending GitHub App installations
May 1, 2020 - Expiring user-to-server access tokens for GitHub Apps
April 30, 2020 - Replacing the GitHub Apps "Creating an installation access token" endpoint
April 15, 2020 - Replacing the integration_installation and integration_installation_repositories webhook events
April 15, 2020