all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Internet Archive APIs useful as fallback?
@ 2018-12-19  5:26 swedebugia
  2018-12-19 14:57 ` Ludovic Courtès
  0 siblings, 1 reply; 8+ messages in thread
From: swedebugia @ 2018-12-19  5:26 UTC (permalink / raw)
  To: guix-devel

Hi

I stumbled over these at clintons blog and thought I would share them 
here if anybody is interested.

APIs for content other that way-back machine:
https://blog.archive.org/2018/12/13/documentation-for-public-apis-at-the-internet-archive/

APIs for the way-back machine:
https://archive.org/help/wayback_api.php

excerp:
Wayback Availability JSON API

This simple API for Wayback is a test to see if a given url is archived 
and currenlty accessible in the Wayback Machine. This API is useful for 
providing a 404 or other error handler which checks Wayback to see if it 
has an archived copy ready to display. The API can be used as follows:
http://archive.org/wayback/available?url=example.com

which might return:

{
     "archived_snapshots": {
         "closest": {
             "available": true,
             "url": 
"http://web.archive.org/web/20130919044612/http://example.com/",
             "timestamp": "20130919044612",
             "status": "200"
         }
     }
}


-- 
Cheers Swedebugia

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-12-20 12:49 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-19  5:26 Internet Archive APIs useful as fallback? swedebugia
2018-12-19 14:57 ` Ludovic Courtès
2018-12-19 17:18   ` swedebugia
2018-12-20  7:47     ` Ludovic Courtès
2018-12-20 12:55       ` swedebugia
2018-12-19 21:28   ` Björn Höfling
2018-12-20  3:00   ` bill-auger
2018-12-20  4:42     ` swedebugia

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.