CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 12 Oct 2025 10:06:48 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20150207185116
location: https://web.archive.org/web/20150207185116/https://status.github.com/api
server-timing: captures_list;dur=0.652421, exclusion.robots;dur=0.029556, exclusion.robots.policy;dur=0.012841, esindex;dur=0.014056, cdx.remote;dur=206.212070, LoadShardBlock;dur=410.502858, PetaboxLoader3.datanode;dur=159.251418, PetaboxLoader3.resolve;dur=64.329594
x-app-server: wwwb-app222
x-ts: 302
x-tr: 665
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app222; path=/
x-location: All
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: Sun, 12 Oct 2025 10:06:49 GMT
content-type: text/html;charset=utf-8
x-archive-orig-server: GitHub.com
x-archive-orig-date: Sat, 07 Feb 2015 18:51:16 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-content-length: 3953
x-archive-orig-x-xss-protection: 1; mode=block
x-archive-orig-x-content-type-options: nosniff
x-archive-orig-x-frame-options: SAMEORIGIN
x-archive-orig-set-cookie: rack.session=BAh7CEkiD3Nlc3Npb25faWQGOgZFRiJFNGRjMWZlNTExZTMxODhlYjc5NGM1%0AZTgzZGZkYmM0ZjBiYTFjMTA0NmE1ZDdiNTk0ODYzNmRkOGM2ODIyMGMwNEki%0ACWNzcmYGOwBGIiVlZmJjYmU3N2I0MzFmNDYyMzhjNTE5NTQwYTc5OTNkYUki%0ADXRyYWNraW5nBjsARnsHSSIUSFRUUF9VU0VSX0FHRU5UBjsARiItZmNhZTQ1%0AYzFmMWY3OTI4MzgyMmIwY2Y1MWI5NGQ5OWQ5OGEzZDMxOEkiGUhUVFBfQUND%0ARVBUX0xBTkdVQUdFBjsARiItZGEzOWEzZWU1ZTZiNGIwZDMyNTViZmVmOTU2%0AMDE4OTBhZmQ4MDcwOQ%3D%3D%0A--e94969130a57e2fe151a5208a6126f4d00140a04; path=/; HttpOnly
x-archive-orig-x-octostatus-request-id: ac8c5f78-9365-4419-afaf-9a41eaac2a7d
x-archive-orig-timing-allow-origin: https://github.com
x-archive-orig-strict-transport-security: max-age=31536000
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sat, 07 Feb 2015 18:51:16 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sun, 31 Mar 2013 02:21:52 GMT", ; rel="prev memento"; datetime="Sun, 20 Jul 2014 20:19:01 GMT", ; rel="memento"; datetime="Sat, 07 Feb 2015 18:51:16 GMT", ; rel="next memento"; datetime="Wed, 11 Feb 2015 11:07:20 GMT", ; rel="last memento"; datetime="Sat, 26 Jul 2025 12:51:28 GMT"
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: liveweb-20150207215008/live-20150207172046-wwwb-app10.us.archive.org.warc.gz
server-timing: captures_list;dur=0.522580, exclusion.robots;dur=0.019368, exclusion.robots.policy;dur=0.009209, esindex;dur=0.011314, cdx.remote;dur=116.231710, LoadShardBlock;dur=456.102848, PetaboxLoader3.datanode;dur=445.328135, PetaboxLoader3.resolve;dur=201.362852, load_resource;dur=242.070906
x-app-server: wwwb-app222
x-ts: 200
x-tr: 875
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
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
GitHub System Status
API
If you would like to check GitHub's status from your own applications, we provide a basic JSON API.
All API methods support JSONP, making the information easy to consume in browser applications:
<script> function apiStatus(data) { console.log(data.status); } </script> <script src="https://status.github.com/api/status.json?callback=apiStatus"></script>
- GET /api.json
- Returns all methods in the API. Using the URLs returned from this API root, instead of hardcoding the current values, can prevent your client from breaking on URL changes.
-
{ "status_url": "https://status.github.com/api/status.json", "messages_url": "https://status.github.com/api/messages.json", "last_message_url": "https://status.github.com/api/last-message.json" }
- GET /api/status.json
- Returns the current system status--one of
good
(green),minor
(yellow), ormajor
(red)--and timestamp. -
{ "status": "good", "last_updated": "2012-12-07T18:11:55Z" }
- GET /api/last-message.json
- Returns the last human communication, status, and timestamp.
-
{ "status": "good", "body": "Battlestation fully operational", "created_on": "2012-12-07T18:11:55Z" }
- GET /api/messages.json
- Returns the most recent human communications with status and timestamp.
-
[ { "status": "good", "body": "Battlestation fully operational", "created_on": "2012-12-07T18:11:55Z" }, { "status": "minor", "body": "Almost done reticulating splines", "created_on": "2012-12-05T12:08:33Z" } ]
List Available Methods
List Current System Status
List Previous Statuses
© 2015 GitHub Inc. All rights reserved.