Last active
August 29, 2015 14:11
-
-
Save ibnesayeed/d2004a4443532c48a766 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| HTTP/1.1 200 OK | |
| Date: Fri, 12 Dec 2014 20:23:07 GMT | |
| Server: Archive X-Ray | |
| Content-Type: application/json | |
| Content-Length: 1380 | |
| { | |
| "@context": "https://oduwsdl.github.io/contexts/archiveprofile.jsonld", | |
| "self": "http://example.com/route/http://foo.com/", | |
| "uri-r": "http://foo.com/", | |
| "Accept-Datetime": "Wed, 10 Dec 2014 13:17:10 GMT", | |
| "Accept-Language": "en", | |
| "archives": [ | |
| { | |
| "@id": "http://www.archive.org/", | |
| "name": "Internet Archives", | |
| "timegate": "http://web.archive.org/web/http://foo.com/", | |
| "timemap": "http://web.archive.org/web/timemap/link/http://foo.com/", | |
| "profile": "https://raw.githubusercontent.com/oduwsdl/archive_profiles/master/archives/ia/profile-ia.json", | |
| "probability": 0.89 | |
| }, | |
| { | |
| "@id": "http://vefsafn.is/", | |
| "name": "The Icelandic Web Archive", | |
| "timegate": "http://wayback.vefsafn.is/wayback/http://foo.com/", | |
| "timemap": "http://wayback.vefsafn.is/wayback/timemap/http://foo.com/", | |
| "profile": "https://raw.githubusercontent.com/oduwsdl/archive_profiles/master/archives/is/profile-is.json", | |
| "probability": 0.11 | |
| }, | |
| { | |
| "@id": "https://swap.stanford.edu/", | |
| "name": "Stanford Web Archive", | |
| "timegate": "https://swap.stanford.edu/http://foo.com/", | |
| "timemap": "https://swap.stanford.edu/timemap/link/http://foo.com/", | |
| "profile": "https://raw.githubusercontent.com/oduwsdl/archive_profiles/master/archives/st/profile-st.json", | |
| "probability": 0.0 | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment