| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 16 Jan 2026 13:17:22 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20110712044654
location: https://web.archive.org/web/20110712044654/https://developer.github.com/v3/orgs
server-timing: captures_list;dur=1.223493, exclusion.robots;dur=0.111657, exclusion.robots.policy;dur=0.091957, esindex;dur=0.017519, cdx.remote;dur=38.840335, LoadShardBlock;dur=151.612718, PetaboxLoader3.datanode;dur=56.022238, PetaboxLoader3.resolve;dur=15.521091
x-app-server: wwwb-app241-dc8
x-ts: 302
x-tr: 230
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app241; path=/
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Fri, 16 Jan 2026 13:17:23 GMT
content-type: text/html
x-archive-orig-server: nginx/1.0.4
x-archive-orig-date: Tue, 12 Jul 2011 04:46:54 GMT
x-archive-orig-content-length: 14408
x-archive-orig-last-modified: Mon, 11 Jul 2011 19:15:49 GMT
x-archive-orig-connection: close
x-archive-orig-expires: Wed, 13 Jul 2011 04:46:54 GMT
x-archive-orig-cache-control: max-age=86400
x-archive-orig-accept-ranges: bytes
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Tue, 12 Jul 2011 04:46:54 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: alexa-web-20110713230902-00054/51_22_20110712044614_crawl101.arc.gz
server-timing: captures_list;dur=0.941349, exclusion.robots;dur=0.047561, exclusion.robots.policy;dur=0.027055, esindex;dur=0.023895, cdx.remote;dur=39.255942, LoadShardBlock;dur=285.879049, PetaboxLoader3.datanode;dur=203.718100, PetaboxLoader3.resolve;dur=261.363257, load_resource;dur=404.351462
x-app-server: wwwb-app241-dc8
x-ts: 200
x-tr: 796
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
Orgs API v3 | developer.github.com
Orgs API
List
List all public organizations for a user.
GET /users/:user/orgs
List public and private organizations for the authenticated user.
GET /user/orgs
Response
Status: 200 OK
Link: <https://api.github.com/resource?page=2>; rel="next",
<https://api.github.com/resource?page=5>; rel="last"
X-RateLimit-Limit: 5000
X-RateLimit-Remaining: 4999
[
{
"login": "github",
"id": 1,
"url": "https://api.github.com/orgs/1",
"avatar_url": "https://github.com/images/error/octocat_happy.gif"
}
]
Get
GET /orgs/:org
Response
Status: 200 OK
X-RateLimit-Limit: 5000
X-RateLimit-Remaining: 4999
{
"login": "github",
"id": 1,
"url": "https://api.github.com/orgs/1",
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
"name": "github",
"company": "GitHub",
"blog": "https://github.com/blog",
"location": "San Francisco",
"email": "octocat@github.com",
"public_repos": 2,
"public_gists": 1,
"followers": 20,
"following": 0,
"html_url": "https://github.com/octocat",
"created_at": "2008-01-14T04:33:35Z",
"type": "Organization"
}
Edit
PATCH /orgs/:org
Input
- billing_email
- Optional string - Billing email address. This address is not publicized.
- company
- Optional string
- Optional string - Publically visible email address.
- location
- Optional string
- name
- Optional string
{
"billing_email": "support@github.com",
"blog": "https://github.com/blog",
"company": "GitHub",
"email": "support@github.com",
"location": "San Francisco",
"name": "github"
}
Response
Status: 200 OK
X-RateLimit-Limit: 5000
X-RateLimit-Remaining: 4999
{
"login": "github",
"id": 1,
"url": "https://api.github.com/orgs/1",
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
"name": "github",
"company": "GitHub",
"blog": "https://github.com/blog",
"location": "San Francisco",
"email": "octocat@github.com",
"public_repos": 2,
"public_gists": 1,
"followers": 20,
"following": 0,
"html_url": "https://github.com/octocat",
"created_at": "2008-01-14T04:33:35Z",
"type": "Organization",
"total_private_repos": 100,
"owned_private_repos": 100,
"private_gists": 81,
"disk_usage": 10000,
"collaborators": 8,
"billing_email": "support@github.com",
"plan": {
"name": "Medium",
"space": 400,
"private_repos": 20
}
}
This website is open source. Please help us by forking the project and adding to it.
Powered by the Dedicated Servers and Cloud Computing of Rackspace Hosting®