2019-09-10: Where did the archive go? Part 2: National Library of Ireland

In May 2018, we discovered that 979 mementos from the NLI collection that were originally archived at the European Archive (europarchive.org) were moved to the Internet Memory Foundation archive (internetmemory.org). Then in September 2018, we found that the collection of mementos had been moved to Archive-It (archive-it.org). We found that 192 mementos, out of 979, can not be found in Archive-It (i.e., missing mementos).
For example, the memento from the European Archive:
has been moved to the Internet Memory Foundation (IMF) archive at:
http://collections.internetmemory.org/nli/20141013204117/http://www.defense.gov/
before it ended up at Archive-it:
http://wayback.archive-it.org/10702/20141013204117/http://www.defense.gov/
The representations of the three mementos are illustrated in the figure below.
We refer to the archive from which mementos were moved (i.e., internetmemory.org) as the "original archive", and we use the "new archive" to refer to the archive to which the mementos were moved (i.e., archive-it.org). A memento is identified by a URI-M as defined in the Memento framework.
Our observations about changes in the NLI collection (from IMF to Archive-It) are as follows:
Observation 1: The functionality of the original archival banner is gone
Users of the European Archive and IMF were able to navigate through available mementos via the custom archival banner (marked in red in the top two screenshots in the figure above). Via this banner, the original archive allows users to view the available mementos and the representation of a selected memento in the same page. Archive-It, on the other hand, now uses the standard playback banner (marked in red in the bottom screenshot in the figure above). This new archive's banner contains information to inform users that they are viewing an "archived" web page. This banner also contains multiple links. One of the links will take you to a web page in archive-it.org that shows all available mementos in the archive as shown in the figure below:
Observation 2: The original archive is no longer reachable
After mementos were moved from internetmemory.org, the archive became unreachable as the following cURL session shows:
$ date
Tue May 21 08:03:51 EDT 2019
$ curl http://www.internetmemory.org
curl: (7) Failed to connect to www.internetmemory.org port 80: Operation timed out
In addition to IMF, the European Archive (europarchive.org) also is no longer maintained---it was shut down and the domain name was purchased by another entity and is now spam.
The movement of mementos from these two archives will affect link integrity across web resources that contain links to mementos from the European Archive or IMF. As mentioned in the previous post, there actions that can be performed by original archives to maintain link integrity via "follow-your-nose" from the old URI-Ms to the corresponding URI-Ms in the new archive.
For example, the archive Library and Archives Canada changed its domain name name from collectionscanada.gc.ca to webarchive.bac-lac.gc.ca (described in part 1), and because the archive still controls the original domain name collectionscanada.gc.ca, the archive could (even though it currently does not) redirect requests of URI-M in collectionscanada.gc.ca to the new archive webarchive.bac-lac.gc.ca. For instance, if the original archive uses the Apache web server, the mod_rewrite rule can be used to perform automatic redirects:
# With mod_rewrite
RewriteEngine on
RewriteRule "^/webarchives/(\d{14})/(.+)" http://webarchive.bac-lac.gc.ca:8080/wayback/$1/$2 [L,R=301]
But these practices become impractical in the case of the European Archive and IMF because:
- The archives no longer exist (e.g., the European Archive and IMF), so there is not a maintained web server available to issue the redirects.
- Even if it still existed, the archive might decide to not issue redirects for former customers in order to increase lock-in.
Observation 3: Not all mementos are available in the new archive
As defined in the previous post, a missing memento occurs when the values of the Memento-Datetime, the URI-R, and the final HTTP status code of the memento from the original archive are not identical to the values of the corresponding memento from the new archive. In this study, we found 192 missing mementos (out of 979) that can not be retrieved from the new archive. Instead, the new archive responds with other mementos that have different values for the Memento-Datetime, the URI-R, or the HTTP status code. We give two examples of missing mementos. The first example shows a memento can not be found in the new archive with the same Memento-Datetime as it was in the original archive. When requesting the URI-M:
http://collections.internetmemory.org/nli/20121221162201/http://bbc.co.uk/news/
from the original archive (internetmemory.org) on September 03, 2018, the archive responded with "200 OK" with the representation shown in the top screenshot in the figure below. The Memento-Datetime of this memento was Fri, 21 Dec 2012 16:22:01 GMT. Then, we requested the corresponding URI-M:
http://wayback.archive-it.org/10702/20121221162201/http://bbc.co.uk/news/
from the new archive (archive-it.org). As shown in the cURL session below, the request redirected to another URI-M:
http://wayback.archive-it.org/10702/20121221163248/http://www.bbc.co.uk/news/
As shown in the figure below, the representations of both mementos are identical (except for the archival banners), we consider the memento from the original archive as missing because both mementos have different values of the Memento-Datetime (i.e., Fri, 21 Dec 2012 16:32:48 GMT in the new archive) for a delta of about 10 minutes. Even though the 10 minute delta might not be semantically significant (apparently just a change in the canonicalization of the URI-R, with bbc.co.uk redirecting to www.bbc.co.uk), we do not consider it to be the same since the values of the Memento-Datetime are not identical.
$ curl --head --location --silent http://wayback.archive-it.org/10702/20121221162201/http://bbc.co.uk/news/ | egrep -i "(HTTP/|^location:|^Memento-Datetime)"
HTTP/1.1 302 Found
Location: /10702/20121221163248/http://www.bbc.co.uk/news/
HTTP/1.1 200 OK
Memento-Datetime: Fri, 21 Dec 2012 16:32:48 GMT
The second example shows a memento that has different values of the Memento-Datetime and URI-R compared to the corresponding values from the original archive. When requesting the memento:
http://collections.internetmemory.org/nli/20121223122758/http://www.whitehouse.gov/
on September 03, 2018, the original archive returned "200 OK" for an archival "403 Forbidden" as the WARC record below shows:
WARC/1.0
WARC-Type: response
WARC-Target-URI: http://collections.internetmemory.org/nli/content/20121223122758/http://www.whitehouse.gov/
WARC-Date: 2018-09-03T16:31:30Z
WARC-Record-ID: <urn:uuid:d03e5020-af96-11e8-9d72-f10b53f82929>
Content-Type: application/http; msgtype=response
Content-Length: 1694
HTTP/1.1 200 OK
Date: Mon, 03 Sep 2018 16:31:19 GMT
Server: Apache/2.4.10
Age: 0
Vary: Accept-Encoding
Content-Type: text/html
Via: 1.1 varnish-v4
cache-control: max-age=86400
X-Varnish: 28318986 28187250
Memento-Datetime: Sun, 23 Dec 2012 12:27:58 GMT
Connection: keep-alive
Accept-Ranges: bytes
Link: <http://collections.internetmemory.org/nli/content/20121223122758/http://www.whitehouse.gov/>; rel="memento"; datetime="Sun, 23 Dec 2012 12:27:58 GMT", <http://collections.internetmemory.org/nli/content/20110223072152/http://www.whitehouse.gov/>; rel="first memento"; datetime="Wed, 23 Feb 2011 07:21:52 GMT", <http://collections.internetmemory.org/nli/content/20180528183514/http://www.whitehouse.gov/>; rel="last memento"; datetime="Mon, 28 May 2018 18:35:14 GMT", <http://collections.internetmemory.org/nli/content/20121221220430/http://www.whitehouse.gov/>; rel="prev memento"; datetime="Fri, 21 Dec 2012 22:04:30 GMT", <http://collections.internetmemory.org/nli/content/20131208014833/http://www.whitehouse.gov/>; rel="next memento"; datetime="Sun, 08 Dec 2013 01:48:33 GMT", <http://collections.internetmemory.org/nli/content/timegate/http://www.whitehouse.gov/>; rel="timegate", <http://www.whitehouse.gov/>; rel="original", <http://collections.internetmemory.org/nli/content/timemap/http://www.whitehouse.gov/>; rel="timemap"; type="application/link-format"
Content-Length: 287
<HTML><head>
<title>[ARCHIVED CONTENT] Access Denied</title>
</head><BODY>
<H1>Access Denied</H1>
Reference #18.d8407b5c.1356265678.2324d94
</BODY>
</HTML>
You don't have permission to access "http://wwws.whitehouse.gov/" on this server.<P>
When requesting the corresponding memento from archive-it.org:
http://wayback.archive-it.org/10702/20121223122758/http://www.whitehouse.gov/
the request redirected to another URI-M:
http://wayback.archive-it.org/10702/20121221222130/http://www.whitehouse.gov/administration/eop/nec/speeches/gene-sperling-remarks-economic-club-washington
which is "200 OK". Notice that not only the values of the Memento-Datetime are different but also the URI-Rs. The representations of both mementos from the original and new archives are shown below:
Observation 4: Both archives handle the archival 4xx/5xx differently
The replay tool in the original archive (internetmemory.org) is configured so that it returns the status code "200 OK" for archival 4xx/5xx.
For example, when requesting the memento:
http://collections.internetmemory.org/nli/20121021203647/http://www.amazon.com/
on September 03, 2018, the original archive returned "200 OK" for an archival "503 Service Unavailable" as the WARC record below shows:
WARC/1.0
WARC-Type: response
WARC-Target-URI: http://collections.internetmemory.org/nli/20121021203647/http://www.amazon.com/
WARC-Date: 2018-09-03T16:46:51Z
WARC-Record-ID: <urn:uuid:f4f2e910-af98-11e8-8de6-6f058c4e494a>
Content-Type: application/http; msgtype=response
Content-Length: 271841
HTTP/1.1 200 OK
Date: Mon, 03 Sep 2018 16:46:39 GMT
Server: Apache/2.4.10
Age: 0
Vary: Accept-Encoding
Content-Type: text/html; charset=utf-8
Via: 1.1 varnish-v4
cache-control: max-age=86400
Transfer-Encoding: chunked
X-Varnish: 28349831
Memento-Datetime: Sun, 21 Oct 2012 20:36:47 GMT
Connection: keep-alive
Accept-Ranges: bytes
...
Even the HTTP status code of the inner iframe in which the archived content is loaded had "200 OK":
WARC/1.0
WARC-Type: response
WARC-Target-URI: http://collections.internetmemory.org/nli/content/20121021203647/http://www.amazon.com/
WARC-Date: 2018-09-03T16:46:51Z
WARC-Record-ID: <urn:uuid:f500cbc0-af98-11e8-8de6-6f058c4e494a>
Content-Type: application/http; msgtype=response
Content-Length: 2642
HTTP/1.1 200 OK
Date: Mon, 03 Sep 2018 16:46:40 GMT
Server: Apache/2.4.10
Age: 0
Vary: Accept-Encoding
Content-Type: text/html
Via: 1.1 varnish-v4
cache-control: max-age=86400
Transfer-Encoding: chunked
X-Varnish: 27227468 27453379
Memento-Datetime: Sun, 21 Oct 2012 20:36:47 GMT
Connection: keep-alive
Accept-Ranges: bytes
Link: <http://collections.internetmemory.org/nli/content/20121021203647/http://www.amazon.com/>; rel="memento"; datetime="Sun, 21 Oct 2012 20:36:47 GMT", <http://collections.internetmemory.org/nli/content/20110221192317/http://www.amazon.com/>; rel="first memento"; datetime="Mon, 21 Feb 2011 19:23:17 GMT", <http://collections.internetmemory.org/nli/content/20180711130159/http://www.amazon.com/>; rel="last memento"; datetime="Wed, 11 Jul 2018 13:01:59 GMT", <http://collections.internetmemory.org/nli/content/20121016174254/http://www.amazon.com/>; rel="prev memento"; datetime="Tue, 16 Oct 2012 17:42:54 GMT", <http://collections.internetmemory.org/nli/content/20121025120853/http://www.amazon.com/>; rel="next memento"; datetime="Thu, 25 Oct 2012 12:08:53 GMT", <http://collections.internetmemory.org/nli/content/timegate/http://www.amazon.com/>; rel="timegate", <http://www.amazon.com/>; rel="original", <http://collections.internetmemory.org/nli/content/timemap/http://www.amazon.com/>; rel="timemap"; type="application/link-format"
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"/>
<title>[ARCHIVED CONTENT] 500 Service Unavailable Error</title>
</head>
<body style="padding:1% 10%;font-family:Verdana,Arial,Helvetica,sans-serif">
<a target="_top" href="http://collections.internetmemory.org/nli/20121021203647/http://www.amazon.com/"><img src="http://collections.internetmemory.org/nli/content/20121021203647/http://ecx.images-amazon.com/images/G/01/img09/x-site/other/a_com_logo_200x56.gif" alt="Amazon.com" width="200" height="56" border="0"/></a>
<table>
<tr>
<td valign="top" style="width:52%;font-size:10pt"><br/><h2 style="color:#E47911">Oops!</h2><p>We're very sorry, but we're having trouble doing what you just asked us to do. Please give us another chance--click the Back button on your browser and try your request again. Or start from the beginning on our <a target="_top" href="http://collections.internetmemory.org/nli/20121021203647/http://www.amazon.com/">homepage</a>.</p></td>
<th><img src="http://collections.internetmemory.org/nli/content/20121021203647/http://ecx.images-amazon.com/images/G/01/x-locale/common/errors-alerts/product-fan-500.jpg" alt="product collage"/></th>
</tr>
</table>
</body>
</html>
When requesting the corresponding memento:
http://wayback.archive-it.org/10702/20121021203647/http://www.amazon.com/
Archive-It properly returned the status codes 503 for the archival 503:
curl -I http://wayback.archive-it.org/10702/20121021203647/http://www.amazon.com/
HTTP/1.1 503 Service Unavailable
Server: Apache-Coyote/1.1
Content-Security-Policy-Report-Only: default-src 'self' 'unsafe-inline' 'unsafe-eval' *.archive-it.org archive-it.org *.qa-archive-it.org qa-archive-it.org archive.org *.archive.org https://*.archive-it.org https://archive-it.org https://*.qa-archive-it.org https://qa-archive-it.org https://archive.org https://*.archive.org data: blob: ; frame-src 'self' *.archive-it.org archive-it.org *.qa-archive-it.org qa-archive-it.org archive.org *.archive.org https://*.archive-it.org https://archive-it.org https://*.qa-archive-it.org https://qa-archive-it.org https://archive.org https://*.archive.org ; report-uri https://partner.archive-it.org/csp-report
Memento-Datetime: Sun, 21 Oct 2012 20:36:47 GMT
Link: <http://www.amazon.com/>; rel="original", <https://wayback.archive-it.org/10702/timemap/link/http://www.amazon.com/>; rel="timemap";
...
Observation 5: The HTTP status code may change in the new archive
The HTTP status codes of URI-Ms in the new archive might not be identical to the HTTP status code of the corresponding URI-Ms in the original archive. For example, the HTTP request of the URI-M:
http://collections.internetmemory.org/nli/20121223031837/http://www2008.org/
to the original archive resulted in "200 OK" as the part of the WARC below shows:
WARC/1.0
WARC-Type: response
WARC-Target-URI: http://collections.internetmemory.org/nli/20121223031837/http://www2008.org/
WARC-Date: 2018-09-03T08:40:43Z
WARC-Record-ID: <urn:uuid:0b947600-af55-11e8-9b13-5bce71cafd38>
Content-Type: application/http; msgtype=response
Content-Length: 28447
HTTP/1.1 200 OK
Date: Mon, 03 Sep 2018 08:40:30 GMT
Server: Apache/2.4.10
Age: 0
Vary: Accept-Encoding
Content-Type: text/html; charset=utf-8
Via: 1.1 varnish-v4
cache-control: max-age=86400
Transfer-Encoding: chunked
X-Varnish: 27888670
Memento-Datetime: Sun, 23 Dec 2012 03:18:37 GMT
Connection: keep-alive
Accept-Ranges: bytes
Link: <http://collections.internetmemory.org/nli/20121223031837/http://www2008.org/>; rel="memento"; datetime="Sun, 23 Dec 2012 03:18:37 GMT", <http://collections.internetmemory.org/nli/20121223031837/http://www2008.org/>; rel="first memento"; datetime="Sun, 23 Dec 2012 03:18:37 GMT", <http://collections.internetmemory.org/nli/20121223031837/http://www2008.org/>; rel="last memento"; datetime="Sun, 23 Dec 2012 03:18:37 GMT", <http://collections.internetmemory.org/nli/20121223031837/http://www2008.org/>; rel="prev memento"; datetime="Sun, 23 Dec 2012 03:18:37 GMT", <http://collections.internetmemory.org/nli/20121223031837/http://www2008.org/>; rel="next memento"; datetime="Sun, 23 Dec 2012 03:18:37 GMT", <http://collections.internetmemory.org/nli/timegate/http://www2008.org/>; rel="timegate", <http://www2008.org/>; rel="original", <http://collections.internetmemory.org/nli/timemap/http://www2008.org/>; rel="timemap"; type="application/link-format"
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
...
The representation of the memento is illustrated below:
![]() |
In internetmemory.org |
http://wayback.archive-it.org/10702/20121223031837/http://www2008.org/
from Archive-It results in "404 Not Found" as the cURL session below shows:
$ curl --head --silent http://wayback.archive-it.org/10702/20121223031837/http://www2008.org/
HTTP/1.1 404 Not Found
Server: Apache-Coyote/1.1
Content-Security-Policy-Report-Only: default-src 'self' 'unsafe-inline' 'unsafe-eval' *.archive-it.org archive-it.org *.qa-archive-it.org qa-archive-it.org archive.org *.archive.org https://*.archive-it.org https://archive-it.org https://*.qa-archive-it.org https://qa-archive-it.org https://archive.org https://*.archive.org data: blob: ; frame-src 'self' *.archive-it.org archive-it.org *.qa-archive-it.org qa-archive-it.org archive.org *.archive.org https://*.archive-it.org https://archive-it.org https://*.qa-archive-it.org https://qa-archive-it.org https://archive.org https://*.archive.org ; report-uri https://partner.archive-it.org/csp-report
Content-Type: text/html;charset=utf-8
Content-Length: 4902
Date: Thu, 05 Sep 2019 08:28:27 GMT
The list of all 979 URI-Ms is appended below. The file contains the following information:
- The URI-M from the original archive (original_URI-M).
- The final URI-M after following redirects, if any, of the URI-M from the original archive (final_original_URI-M).
- The HTTP status code of the final URI-M from the original archive (final_original_URI-M_status_code).
- The URI-M from the new archive (new_URI-M).
- The final URI-M after following redirects, if any, of the URI-M from the new archive (final_new_URI-M).
- The HTTP status code of the final URI-M from the new archive (final_new_URI-M_status_code).
- The difference (in seconds) between the Memento-Datetimes of the final URI-Ms (delta).
- Whether the URI-Rs of the final URI-Ms are identical or not (same_final_URI-Rs).
- Whether the status codes of the final URI-Ms are identical or not (same_final_URI-Ms_status_code).
Conclusions
We did not find any changes in the 979 mementos of the National Library of Ireland (NLI) collection when they were moved from europarchive.org to internetmemory.org in May 2018. Both archives had used the same replay tool and archival banners. The NLI collection then was moved to archive-it.org in September 2018. We found that 192 out of the 979 mementos resurfaced in archive-it.org with a change in Memento-Datetime, URI-R, or the final HTTP status code. We also found that the functionality that used to be available in the original archival banner has gone from the new archive. We also noticed that both archives internetmemory.org and archive-it.org react differently to requests of archival 4xx/5xx.
In the upcoming posts we will provide some details about changes in the archives:
- Public Record Office of Northern Ireland (PRONI) (webarchive.proni.gov.uk)
- WebCite (webcitation.org)
This file contains 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
original_URI-M | final_original_URI-M | final_original_URI-M_status_code | new_URI-M | final_new_URI-M | final_new_URI-M_status_code | Memento-Datetime_difference_in_secs | same_final_URI-Rs? | same_final_URI-Ms_status_codes? | |
---|---|---|---|---|---|---|---|---|---|
http://collections.internetmemory.org/nli/20150701042911/http://www.stylemepretty.com/ | - | 200 | http://wayback.archive-it.org/10702/20150701042911/http://www.stylemepretty.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150715115857/http://www.redcross.org.uk/ | - | 200 | http://wayback.archive-it.org/10702/20150715115857/http://www.redcross.org.uk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150824111703/http://wn.com/ | - | 200 | http://wayback.archive-it.org/10702/20150824111703/http://wn.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141013075714/http://www.spiegel.de/ | - | 200 | http://wayback.archive-it.org/10702/20141013075714/http://www.spiegel.de/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140702232110/http://home.bt.com/ | - | 200 | http://wayback.archive-it.org/10702/20140702232110/http://home.bt.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141013204117/http://www.defense.gov/ | - | 200 | http://wayback.archive-it.org/10702/20141013204117/http://www.defense.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20170529093005/http://www.newsy.com/ | - | 200 | http://wayback.archive-it.org/10702/20170529093005/http://www.newsy.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20170529093149/http://www.cntraveler.com/travel-inspiration?src=concierge | - | 200 | http://wayback.archive-it.org/10702/20170529093149/http://www.cntraveler.com/travel-inspiration?src=concierge | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20170728103949/http://www.buzzfeed.com/ | http://collections.internetmemory.org/nli/20170728103949/https://buzzfeed.com/ | 200 | http://wayback.archive-it.org/10702/20170728103949/http://www.buzzfeed.com/ | http://wayback.archive-it.org/10702/20170728104040/https://www.buzzfeed.com/ | 200 | 51 | Yes | Yes | |
http://collections.internetmemory.org/nli/20160428004016/http://imgur.com/ | - | 200 | http://wayback.archive-it.org/10702/20160428004016/http://imgur.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160421154236/http://www.politicususa.com/?404-Page-Not-Found | - | 200 | http://wayback.archive-it.org/10702/20160421154236/http://www.politicususa.com/?404-Page-Not-Found | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160516053430/http://www.luxpresso.com/ | - | 200 | http://wayback.archive-it.org/10702/20160516053430/http://www.luxpresso.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20110222004047/http://themoderatevoice.com/ | - | 200 | http://wayback.archive-it.org/10702/20110222004047/http://themoderatevoice.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20110310153648/http://labourlist.org | - | 200 | http://wayback.archive-it.org/10702/20110310153648/http://labourlist.org | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20110310180034/http://www.theatlantic.com/ | - | 200 | http://wayback.archive-it.org/10702/20110310180034/http://www.theatlantic.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20131126141016/http://www.kickstarter.com/ | - | 200 | http://wayback.archive-it.org/10702/20131126141016/http://www.kickstarter.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20130117165443/http://www.bbc.co.uk/news | http://collections.internetmemory.org/nli/20130117165443/http://bbc.co.uk/news/ | 200 | http://wayback.archive-it.org/10702/20130117165443/http://www.bbc.co.uk/news | http://wayback.archive-it.org/10702/20130117165446/http://www.bbc.co.uk/news/ | 200 | 3 | Yes | Yes | |
http://collections.internetmemory.org/nli/20131022131957/http://www.businessinsider.com/ | - | 200 | http://wayback.archive-it.org/10702/20131022131957/http://www.businessinsider.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121223194136/http://jalopnik.com/ | - | 200 | http://wayback.archive-it.org/10702/20121223194136/http://jalopnik.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121030030641/http://www.ign.com/ | http://collections.internetmemory.org/nli/20121030030641/http://nl.ign.com/ | 200 | http://wayback.archive-it.org/10702/20121030030641/http://www.ign.com/ | http://wayback.archive-it.org/10702/20121030030647/http://nl.ign.com/ | 200 | 6 | Yes | Yes | |
http://collections.internetmemory.org/nli/20121025121948/http://www.barnesandnoble.com/ | - | 200 | http://wayback.archive-it.org/10702/20121025121948/http://www.barnesandnoble.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20111016121156/http://www.stumbleupon.com/ | - | 200 | http://wayback.archive-it.org/10702/20111016121156/http://www.stumbleupon.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20120829154917/http://creativecommons.org/ | - | 200 | http://wayback.archive-it.org/10702/20120829154917/http://creativecommons.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20131003230710/http://www.addtoany.com/ | - | 200 | http://wayback.archive-it.org/10702/20131003230710/http://www.addtoany.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140322001448/http://www.dropbox.com/ | http://collections.internetmemory.org/nli/20140322001448/https://www.dropbox.com/ | 200 | http://wayback.archive-it.org/10702/20140322001448/http://www.dropbox.com/ | http://wayback.archive-it.org/10702/20140322001455/https://www.dropbox.com/ | 200 | 7 | Yes | Yes | |
http://collections.internetmemory.org/nli/20151016150542/http://www.slideshare.net/ | - | 200 | http://wayback.archive-it.org/10702/20151016150542/http://www.slideshare.net/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160429085322/http://www.google.co.jp/ | - | 200 | http://wayback.archive-it.org/10702/20160429085322/http://www.google.co.jp/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20170927210711/http://www.google.com/ | - | 200 | http://wayback.archive-it.org/10702/20170927210711/http://www.google.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20110313154645/http://www.ebay.com/ | - | 200 | http://wayback.archive-it.org/10702/20110313154645/http://www.ebay.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20120916204407/http://www.etsy.com/ | - | 200 | http://wayback.archive-it.org/10702/20120916204407/http://www.etsy.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20131004131723/http://www.usatoday.com/ | - | 200 | http://wayback.archive-it.org/10702/20131004131723/http://www.usatoday.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141031044422/http://livejournal.com/ | - | 200 | http://wayback.archive-it.org/10702/20141031044422/http://livejournal.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150811205418/http://www.latimes.com/ | - | 200 | http://wayback.archive-it.org/10702/20150811205418/http://www.latimes.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20161125153619/http://www.elegantthemes.com/ | http://collections.internetmemory.org/nli/20161125153619/https://elegantthemes.com/ | 200 | http://wayback.archive-it.org/10702/20161125153619/http://www.elegantthemes.com/ | http://wayback.archive-it.org/10702/20161125153628/https://www.elegantthemes.com/ | 200 | 9 | Yes | Yes | |
http://collections.internetmemory.org/nli/20170105143734/http://www.tripadvisor.com/ | http://collections.internetmemory.org/nli/20170105143734/https://tripadvisor.com/ | 200 | http://wayback.archive-it.org/10702/20170105143734/http://www.tripadvisor.com/ | http://wayback.archive-it.org/10702/20170105143800/https://www.tripadvisor.com/ | 200 | 26 | Yes | Yes | |
http://collections.internetmemory.org/nli/20110309132316/http://www.google.fr/ | - | 200 | http://wayback.archive-it.org/10702/20110309132316/http://www.google.fr/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20120611100130/http://www.homestead.com/ | - | 200 | http://wayback.archive-it.org/10702/20120611100130/http://www.homestead.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20131018101329/http://www.surveymonkey.com/ | http://collections.internetmemory.org/nli/20131018101329/https://nl.surveymonkey.com/ | 200 | http://wayback.archive-it.org/10702/20131018101329/http://www.surveymonkey.com/ | http://wayback.archive-it.org/10702/20131018101332/https://nl.surveymonkey.com/ | 200 | 3 | Yes | Yes | |
http://collections.internetmemory.org/nli/20140709132153/http://www.stanford.edu/ | - | 200 | http://wayback.archive-it.org/10702/20140709132153/http://www.stanford.edu/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150811172111/http://www.wired.com/ | - | 200 | http://wayback.archive-it.org/10702/20150811172111/http://www.wired.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20170406143846/http://www.doubleclickbygoogle.com/ | http://collections.internetmemory.org/nli/20170406143846/https://doubleclickbygoogle.com/ | 200 | http://wayback.archive-it.org/10702/20170406143846/http://www.doubleclickbygoogle.com/ | http://wayback.archive-it.org/10702/20170406143853/https://www.doubleclickbygoogle.com/ | 200 | 7 | Yes | Yes | |
http://collections.internetmemory.org/nli/20110314053204/http://www.google.es/ | - | 200 | http://wayback.archive-it.org/10702/20110314053204/http://www.google.es/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20120601161141/http://www.bloomberg.com/ | - | 200 | http://wayback.archive-it.org/10702/20120601161141/http://www.bloomberg.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20131022121236/http://www.scribd.com/ | - | 200 | http://wayback.archive-it.org/10702/20131022121236/http://www.scribd.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140404170452/http://www.amazon.com/ | - | 200 | http://wayback.archive-it.org/10702/20140404170452/http://www.amazon.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20151016150109/http://www.google.ca/ | - | 200 | http://wayback.archive-it.org/10702/20151016150109/http://www.google.ca/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160427224147/http://www.google.it/ | - | 200 | http://wayback.archive-it.org/10702/20160427224147/http://www.google.it/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20170927205022/http://vimeo.com/ | http://collections.internetmemory.org/nli/20170927205022/https://vimeo.com/ | 200 | http://wayback.archive-it.org/10702/20170927205022/http://vimeo.com/ | http://wayback.archive-it.org/10702/20170927205025/https://vimeo.com/ | 200 | 3 | Yes | Yes | |
http://collections.internetmemory.org/nli/20110223085812/http://www.goodreads.com/ | - | 200 | http://wayback.archive-it.org/10702/20110223085812/http://www.goodreads.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121221183259/http://www.nationalgeographic.com/ | - | 200 | http://wayback.archive-it.org/10702/20121221183259/http://www.nationalgeographic.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20131208014833/http://www.whitehouse.gov/ | - | 200 | http://wayback.archive-it.org/10702/20131208014833/http://www.whitehouse.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141114035039/http://europa.eu/ | - | 200 | http://wayback.archive-it.org/10702/20141114035039/http://europa.eu/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20151118143531/http://www.spotify.com/ | http://collections.internetmemory.org/nli/20151118143531/https://www.spotify.com/fr/ | 200 | http://wayback.archive-it.org/10702/20151118143531/http://www.spotify.com/ | http://wayback.archive-it.org/10702/20151118143541/https://www.spotify.com/fr/ | 200 | 10 | Yes | Yes | |
http://collections.internetmemory.org/nli/20160426153930/http://techcrunch.com/ | - | 200 | http://wayback.archive-it.org/10702/20160426153930/http://techcrunch.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20170915175554/http://www.gstatic.com/ | - | 404 | http://wayback.archive-it.org/10702/20170915175554/http://www.gstatic.com/ | - | 404 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20110223015343/http://www.google.com.au/ | - | 200 | http://wayback.archive-it.org/10702/20110223015343/http://www.google.com.au/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121223020130/http://www.meetup.com/ | - | 200 | http://wayback.archive-it.org/10702/20121223020130/http://www.meetup.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20131004053427/http://www.abc.net.au/ | - | 200 | http://wayback.archive-it.org/10702/20131004053427/http://www.abc.net.au/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140524115908/http://www.ustream.tv/ | - | 200 | http://wayback.archive-it.org/10702/20140524115908/http://www.ustream.tv/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20151201050044/http://weather.com/ | - | 200 | http://wayback.archive-it.org/10702/20151201050044/http://weather.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20161216004440/http://www.sogou.com/ | http://collections.internetmemory.org/nli/20161216004440/https://sogou.com/ | 200 | http://wayback.archive-it.org/10702/20161216004440/http://www.sogou.com/ | http://wayback.archive-it.org/10702/20161216004450/https://www.sogou.com/ | 200 | 10 | Yes | Yes | |
http://collections.internetmemory.org/nli/20171102135641/http://www.facebook.com/ | http://collections.internetmemory.org/nli/20171102135641/https://facebook.com/ | 200 | http://wayback.archive-it.org/10702/20171102135641/http://www.facebook.com/ | http://wayback.archive-it.org/10702/20171102135643/https://www.facebook.com/ | 200 | 2 | Yes | Yes | |
http://collections.internetmemory.org/nli/20110224164409/http://www.wunderground.com/ | - | 200 | http://wayback.archive-it.org/10702/20110224164409/http://www.wunderground.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121221181228/http://www.naver.com/ | - | 200 | http://wayback.archive-it.org/10702/20121221181228/http://www.naver.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20130114062948/http://www.booking.com/ | http://collections.internetmemory.org/nli/20130114062948/http://booking.com/index.en.html | 200 | http://wayback.archive-it.org/10702/20130114062948/http://www.booking.com/ | http://wayback.archive-it.org/10702/20130102061946/http://www.booking.com/index.en.html | 200 | -1037402.0 (12 days) | Yes | Yes | |
http://collections.internetmemory.org/nli/20141116230748/http://www.indiatimes.com/ | - | 200 | http://wayback.archive-it.org/10702/20141116230748/http://www.indiatimes.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150601060205/http://www.shopify.com/ | - | 200 | http://wayback.archive-it.org/10702/20150601060205/http://www.shopify.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160518063614/http://www.dreamhost.com/ | http://collections.internetmemory.org/nli/20160518063614/https://www.dreamhost.com/ | 200 | http://wayback.archive-it.org/10702/20160518063614/http://www.dreamhost.com/ | http://wayback.archive-it.org/10702/20160518063617/https://www.dreamhost.com/ | 200 | 3 | Yes | Yes | |
http://collections.internetmemory.org/nli/20170927200358/http://www.squarespace.com/ | http://collections.internetmemory.org/nli/20170927200358/https://squarespace.com/ | 200 | http://wayback.archive-it.org/10702/20170927200358/http://www.squarespace.com/ | http://wayback.archive-it.org/10702/20170927200416/https://www.squarespace.com/ | 200 | 18 | Yes | Yes | |
http://collections.internetmemory.org/nli/20110223014426/http://www.fastcompany.com/ | - | 200 | http://wayback.archive-it.org/10702/20110223014426/http://www.fastcompany.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121222190528/http://www.android.com/ | - | 200 | http://wayback.archive-it.org/10702/20121222190528/http://www.android.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20131207193439/http://www.sciencemag.org/ | - | 200 | http://wayback.archive-it.org/10702/20131207193439/http://www.sciencemag.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141009133103/http://www.cdbaby.com/ | - | 200 | http://wayback.archive-it.org/10702/20141009133103/http://www.cdbaby.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150815215459/http://www.worldbank.org/ | - | 200 | http://wayback.archive-it.org/10702/20150815215459/http://www.worldbank.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160525173433/http://www.google.pl/ | - | 200 | http://wayback.archive-it.org/10702/20160525173433/http://www.google.pl/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20170302134800/http://twitter.com/ | http://collections.internetmemory.org/nli/20170302134800/https://mobile.twitter.com/ | 200 | http://wayback.archive-it.org/10702/20170302134800/http://twitter.com/ | http://wayback.archive-it.org/10702/20170302134821/https://mobile.twitter.com/ | 200 | 21 | Yes | Yes | |
http://collections.internetmemory.org/nli/20111103134155/http://www.politico.com/ | - | 200 | http://wayback.archive-it.org/10702/20111103134155/http://www.politico.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121223090810/http://www.redcross.org/ | - | 200 | http://wayback.archive-it.org/10702/20121223090810/http://www.redcross.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20131016080304/http://www.hubspot.com | - | 200 | http://wayback.archive-it.org/10702/20131016080304/http://www.hubspot.com | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141118000755/http://www.entrepreneur.com/ | - | 200 | http://wayback.archive-it.org/10702/20141118000755/http://www.entrepreneur.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150907174146/http://www.accuweather.com/ | http://collections.internetmemory.org/nli/20150907174146/http://accuweather.com/en/nl/netherlands-weather | 200 | http://wayback.archive-it.org/10702/20150907174146/http://www.accuweather.com/ | http://wayback.archive-it.org/10702/20150907174149/http://www.accuweather.com/en/nl/netherlands-weather | 200 | 3 | Yes | Yes | |
http://collections.internetmemory.org/nli/20160821182538/http://stackoverflow.com/ | - | 200 | http://wayback.archive-it.org/10702/20160821182538/http://stackoverflow.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20170927210525/http://www.addthis.com/ | - | 200 | http://wayback.archive-it.org/10702/20170927210525/http://www.addthis.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20110316234442/http://nginx.org/ | - | 200 | http://wayback.archive-it.org/10702/20110316234442/http://nginx.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121221170524/http://www.google.co.in/ | - | 200 | http://wayback.archive-it.org/10702/20121221170524/http://www.google.co.in/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20130114085253/http://www.warnerbros.com/ | - | 200 | http://wayback.archive-it.org/10702/20130114085253/http://www.warnerbros.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140322000624/http://www.allaboutcookies.org/ | - | 200 | http://wayback.archive-it.org/10702/20140322000624/http://www.allaboutcookies.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150815051140/http://www.transportation.gov/ | - | 200 | http://wayback.archive-it.org/10702/20150815051140/http://www.transportation.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160426155756/http://www.amazon.fr/ | http://collections.internetmemory.org/nli/20160426155756/https://www.amazon.fr/ | 200 | http://wayback.archive-it.org/10702/20160426155756/http://www.amazon.fr/ | http://wayback.archive-it.org/10702/20160426155759/https://www.amazon.fr/ | 200 | 3 | Yes | Yes | |
http://collections.internetmemory.org/nli/20170406132815/http://www.pwc.com/ | - | 200 | http://wayback.archive-it.org/10702/20170406132815/http://www.pwc.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20110311000045/http://www.adweek.com/ | http://collections.internetmemory.org/nli/20110311000045/http://adweek.com/aw/index.jsp | 200 | http://wayback.archive-it.org/10702/20110311000045/http://www.adweek.com/ | http://wayback.archive-it.org/10702/20110311000029/http://www.adweek.com/aw/index.jsp | 200 | -16 | Yes | Yes | |
http://collections.internetmemory.org/nli/20121221203744/http://www.google.com.hk/ | - | 200 | http://wayback.archive-it.org/10702/20121221203744/http://www.google.com.hk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20131207091834/http://www.google.com/reader/about/ | - | 200 | http://wayback.archive-it.org/10702/20131207091834/http://www.google.com/reader/about/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140714222506/http://www.discovery.com/ | - | 200 | http://wayback.archive-it.org/10702/20140714222506/http://www.discovery.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20151016094418/http://www.aboutcookies.org/ | - | 200 | http://wayback.archive-it.org/10702/20151016094418/http://www.aboutcookies.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160427034044/http://www.nsw.gov.au/ | http://collections.internetmemory.org/nli/20160427034044/https://www.nsw.gov.au/ | 200 | http://wayback.archive-it.org/10702/20160427034044/http://www.nsw.gov.au/ | http://wayback.archive-it.org/10702/20160427034107/https://www.nsw.gov.au/ | 200 | 23 | Yes | Yes | |
http://collections.internetmemory.org/nli/20170530135108/http://wordpress.org/ | http://collections.internetmemory.org/nli/20170530135108/https://wordpress.org/ | 200 | http://wayback.archive-it.org/10702/20170530135108/http://wordpress.org/ | http://wayback.archive-it.org/10702/20170529091414/https://wordpress.org/ | 200 | -103014.0 (1 days) | Yes | Yes | |
http://collections.internetmemory.org/nli/20111017032837/http://www.dictionary.com/ | http://collections.internetmemory.org/nli/20111017032837/http://dictionary.reference.com/ | 200 | http://wayback.archive-it.org/10702/20111017032837/http://www.dictionary.com/ | http://wayback.archive-it.org/10702/20111017032840/http://dictionary.reference.com/ | 200 | 3 | Yes | Yes | |
http://collections.internetmemory.org/nli/20121221193154/http://www.walmart.com/ | - | 200 | http://wayback.archive-it.org/10702/20121221193154/http://www.walmart.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20131016151451/http://www.manpower.ie/ | http://collections.internetmemory.org/nli/20131016151451/https://candidate.manpower.com/wps/portal/iecampus/manpower-ireland/manpower-jobs/!ut/p/b1/04_sj9cpykssy0xplmnmz0vmafgjzoldnei8feocjq38_qlmddwndexcht2mdia0ueekuiebduboqeh_uh4uqhj3s2axa6mwp1ndy38zawn_m6gcpfb4eetnpuox5eyyzjk4kgiatprdwg!!/dl4/d5/l2dbisevz0fbis9nqseh/ | 200 | http://wayback.archive-it.org/10702/20131016151451/http://www.manpower.ie/ | http://wayback.archive-it.org/10702/20131016151517/https://candidate.manpower.com/wps/portal/IECampus/Manpower-Ireland/manpower-jobs/!ut/p/b1/04_Sj9CPykssy0xPLMnMz0vMAfGjzOLdnEI8fEOCjQ38_QLMDDwNDExCHT2MDIA0UEEkUIEBDuBoQEh_uH4UqhJ3s2AXA6MwP1NDY38zAwN_M6gCPFb4eeTnpuoX5EYYZJk4KgIATpRDWg!!/dl4/d5/L2dBISEvZ0FBIS9nQSEh/ | 200 | 26 | Yes | Yes | |
http://collections.internetmemory.org/nli/20140327154533/http://www.nbcsports.com/ | - | 200 | http://wayback.archive-it.org/10702/20140327154533/http://www.nbcsports.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150904115227/http://www.gunpolicy.org/ | - | 200 | http://wayback.archive-it.org/10702/20150904115227/http://www.gunpolicy.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160525163913/http://sitemeter.com/ | - | 200 | http://wayback.archive-it.org/10702/20160525163913/http://sitemeter.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20171102132913/http://www.youtube.com/ | http://collections.internetmemory.org/nli/20171102132913/https://youtube.com/supported_browsers?next_url=%2f | 200 | http://wayback.archive-it.org/10702/20171102132913/http://www.youtube.com/ | http://wayback.archive-it.org/10702/20171102132923/https://www.youtube.com/supported_browsers?next_url=%2F | 200 | 10 | Yes | Yes | |
http://collections.internetmemory.org/nli/20110314073137/http://www.jamesallenonf1.com/ | - | 200 | http://wayback.archive-it.org/10702/20110314073137/http://www.jamesallenonf1.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121223010150/http://kersplebedeb.com/ | - | 200 | http://wayback.archive-it.org/10702/20121223010150/http://kersplebedeb.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20131005072334/http://i.imgur.com/removed.png | - | 200 | http://wayback.archive-it.org/10702/20131005072334/http://i.imgur.com/removed.png | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141103065046/http://p3nlhclust404.shr.prod.phx3.secureserver.net/SharedContent/redirect_0.html | - | 200 | http://wayback.archive-it.org/10702/20141103065046/http://p3nlhclust404.shr.prod.phx3.secureserver.net/SharedContent/redirect_0.html | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150715115817/http://sverigesradio.se/sida/default.aspx?programid=3946 | - | 200 | http://wayback.archive-it.org/10702/20150715115817/http://sverigesradio.se/sida/default.aspx?programid=3946 | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160428232429/http://www.designedforwork.com/ | - | 200 | http://wayback.archive-it.org/10702/20160428232429/http://www.designedforwork.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20170927210522/http://www.pinterest.com/ | http://collections.internetmemory.org/nli/20170927210522/https://pinterest.com/ | 200 | http://wayback.archive-it.org/10702/20170927210522/http://www.pinterest.com/ | http://wayback.archive-it.org/10702/20170927210529/https://www.pinterest.com/ | 200 | 7 | Yes | Yes | |
http://collections.internetmemory.org/nli/20110228194909/http://ustr.gov/ | - | 200 | http://wayback.archive-it.org/10702/20110228194909/http://ustr.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20120916212531/http://www.mycitycuisine.org/wiki/Main_Page | - | 200 | http://wayback.archive-it.org/10702/20120916212531/http://www.mycitycuisine.org/wiki/Main_Page | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141024213512/http://www.opusdei.ie/en-ie/ | - | 200 | http://wayback.archive-it.org/10702/20141024213512/http://www.opusdei.ie/en-ie/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150906075322/http://www.cancer.gov/ | - | 200 | http://wayback.archive-it.org/10702/20150906075322/http://www.cancer.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160525045915/http://espiritismo.es/ | - | 200 | http://wayback.archive-it.org/10702/20160525045915/http://espiritismo.es/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20170728103443/http://www.flickr.com/ | http://collections.internetmemory.org/nli/20170728103443/https://flickr.com/ | 200 | http://wayback.archive-it.org/10702/20170728103443/http://www.flickr.com/ | http://wayback.archive-it.org/10702/20170728103433/https://www.flickr.com/ | 200 | -10 | Yes | Yes | |
http://collections.internetmemory.org/nli/20110310223642/http://www.state.gov/ | - | 200 | http://wayback.archive-it.org/10702/20110310223642/http://www.state.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121020025715/http://www.ready.gov/ | - | 200 | http://wayback.archive-it.org/10702/20121020025715/http://www.ready.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20131207190550/http://www.bbcgoodfood.com/ | - | 200 | http://wayback.archive-it.org/10702/20131207190550/http://www.bbcgoodfood.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140706183301/http://www.data.gov/ | - | 200 | http://wayback.archive-it.org/10702/20140706183301/http://www.data.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150715125506/http://health.gov/ | - | 200 | http://wayback.archive-it.org/10702/20150715125506/http://health.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160524151926/http://www.tandfonline.com/action/cookieAbsent | - | 200 | http://wayback.archive-it.org/10702/20160524151926/http://www.tandfonline.com/action/cookieAbsent | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20170728112555/http://www.google.de/ | - | 200 | http://wayback.archive-it.org/10702/20170728112555/http://www.google.de/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20110221192449/http://www.epa.gov/ | - | 200 | http://wayback.archive-it.org/10702/20110221192449/http://www.epa.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121222040423/http://www.doi.gov/ | http://collections.internetmemory.org/nli/20121222040423/http://doi.gov/index.cfm | 200 | http://wayback.archive-it.org/10702/20121222040423/http://www.doi.gov/ | http://wayback.archive-it.org/10702/20121222040426/http://www.doi.gov/index.cfm | 200 | 3 | Yes | Yes | |
http://collections.internetmemory.org/nli/20131004080947/http://www.rogerebert.com/ | - | 200 | http://wayback.archive-it.org/10702/20131004080947/http://www.rogerebert.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140407082543/http://www.fema.gov/ | - | 200 | http://wayback.archive-it.org/10702/20140407082543/http://www.fema.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150814085241/http://www.fda.gov/ | - | 200 | http://wayback.archive-it.org/10702/20150814085241/http://www.fda.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160128064727/http://www.islamreligion.com/fr/ | - | 200 | http://wayback.archive-it.org/10702/20160128064727/http://www.islamreligion.com/fr/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20170728113425/http://who.int/en/ | - | 200 | http://wayback.archive-it.org/10702/20170728113425/http://who.int/en/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20110311111749/http://www.supremecourt.gov/ | - | 200 | http://wayback.archive-it.org/10702/20110311111749/http://www.supremecourt.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121222041016/http://www.hhs.gov/ | - | 200 | http://wayback.archive-it.org/10702/20121222041016/http://www.hhs.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20131015150651/http://www.newsvine.com/ | - | 200 | http://wayback.archive-it.org/10702/20131015150651/http://www.newsvine.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140709184019/http://www.nsf.gov/ | http://collections.internetmemory.org/nli/20140709184019/http://nsf.gov/mobile/ | 200 | http://wayback.archive-it.org/10702/20140709184019/http://www.nsf.gov/ | http://wayback.archive-it.org/10702/20140709184025/http://www.nsf.gov/mobile/ | 200 | 6 | Yes | Yes | |
http://collections.internetmemory.org/nli/20150715120857/http://www.nationalservice.gov/ | - | 200 | http://wayback.archive-it.org/10702/20150715120857/http://www.nationalservice.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160427014657/http://www.thereligionofpeace.com/pages/quran/violence.aspx | - | 200 | http://wayback.archive-it.org/10702/20160427014657/http://www.thereligionofpeace.com/pages/quran/violence.aspx | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20170508151214/http://en.gravatar.com/ | - | 200 | http://wayback.archive-it.org/10702/20170508151214/http://en.gravatar.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20110221182635/http://healthfinder.gov/ | - | 200 | http://wayback.archive-it.org/10702/20110221182635/http://healthfinder.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121222095753/http://www.nps.gov/index.htm | - | 200 | http://wayback.archive-it.org/10702/20121222095753/http://www.nps.gov/index.htm | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20131208012802/http://www.simplyrecipes.com/ | - | 200 | http://wayback.archive-it.org/10702/20131208012802/http://www.simplyrecipes.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140531170737/http://www.eia.gov/ | - | 200 | http://wayback.archive-it.org/10702/20140531170737/http://www.eia.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150820054144/http://www.medicaid.gov/ | - | 200 | http://wayback.archive-it.org/10702/20150820054144/http://www.medicaid.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160506223750/http://www.grants.gov/ | - | 200 | http://wayback.archive-it.org/10702/20160506223750/http://www.grants.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20110314220446/http://www.sba.gov/ | - | 200 | http://wayback.archive-it.org/10702/20110314220446/http://www.sba.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121222152834/http://www.fws.gov/ | - | 200 | http://wayback.archive-it.org/10702/20121222152834/http://www.fws.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20131015150646/http://myspace.com/ | http://collections.internetmemory.org/nli/20131015150646/https://myspace.com/ | 200 | http://wayback.archive-it.org/10702/20131015150646/http://myspace.com/ | http://wayback.archive-it.org/10702/20131015150654/https://myspace.com/ | 200 | 8 | Yes | Yes | |
http://collections.internetmemory.org/nli/20141024175310/http://www.treasurydirect.gov/ | - | 200 | http://wayback.archive-it.org/10702/20141024175310/http://www.treasurydirect.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150815164010/http://www.treasury.gov/Pages/default.aspx | - | 200 | http://wayback.archive-it.org/10702/20150815164010/http://www.treasury.gov/Pages/default.aspx | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160430224132/http://www.ssa.gov/ | http://collections.internetmemory.org/nli/20160430224132/https://www.ssa.gov/ | 200 | http://wayback.archive-it.org/10702/20160430224132/http://www.ssa.gov/ | http://wayback.archive-it.org/10702/20160430224138/https://www.ssa.gov/ | 200 | 6 | Yes | Yes | |
http://collections.internetmemory.org/nli/20170927210527/http://about.me/ | http://collections.internetmemory.org/nli/20170927210527/https://about.me/ | 200 | http://wayback.archive-it.org/10702/20170927210527/http://about.me/ | http://wayback.archive-it.org/10702/20170927210534/https://about.me/ | 200 | 7 | Yes | Yes | |
http://collections.internetmemory.org/nli/20111016222036/http://www.recovery.gov | http://collections.internetmemory.org/nli/20111016222036/http://recovery.gov/pages/default.aspx | 200 | http://wayback.archive-it.org/10702/20111016222036/http://www.recovery.gov | http://wayback.archive-it.org/10702/20111016222038/http://www.recovery.gov/Pages/default.aspx | 200 | 2 | Yes | Yes | |
http://collections.internetmemory.org/nli/20121223162001/http://www.healthypeople.gov/ | http://collections.internetmemory.org/nli/20121223162001/http://healthypeople.gov/2020/default.aspx | 200 | http://wayback.archive-it.org/10702/20121223162001/http://www.healthypeople.gov/ | http://wayback.archive-it.org/10702/20121223162004/http://healthypeople.gov/2020/default.aspx | 200 | 3 | Yes | Yes | |
http://collections.internetmemory.org/nli/20131015150651/http://www.typepad.com/ | - | 200 | http://wayback.archive-it.org/10702/20131015150651/http://www.typepad.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140524061723/http://www.nist.gov/ | - | 200 | http://wayback.archive-it.org/10702/20140524061723/http://www.nist.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20151016182946/http://www.justice.gov/ | - | 200 | http://wayback.archive-it.org/10702/20151016182946/http://www.justice.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160421181511/http://www.federalreserve.gov/ | - | 200 | http://wayback.archive-it.org/10702/20160421181511/http://www.federalreserve.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20170406151712/http://www.bloomberg.com/businessweek | http://collections.internetmemory.org/nli/20170406151712/https://bloomberg.com/businessweek | 200 | http://wayback.archive-it.org/10702/20170406151712/http://www.bloomberg.com/businessweek | http://wayback.archive-it.org/10702/20170406151716/https://www.bloomberg.com/businessweek | 200 | 4 | Yes | Yes | |
http://collections.internetmemory.org/nli/20111017022400/http://www.loc.gov/ | http://collections.internetmemory.org/nli/20111017022400/http://loc.gov/index.html | 200 | http://wayback.archive-it.org/10702/20111017022400/http://www.loc.gov/ | http://wayback.archive-it.org/10702/20111017022404/http://www.loc.gov/index.html | 200 | 4 | Yes | Yes | |
http://collections.internetmemory.org/nli/20121223085816/http://www.hrsa.gov/ | - | 200 | http://wayback.archive-it.org/10702/20121223085816/http://www.hrsa.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20131003230805/http://apache.org/ | - | 200 | http://wayback.archive-it.org/10702/20131003230805/http://apache.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141112230112/http://www.fbo.gov/ | http://collections.internetmemory.org/nli/20141112230112/https://www.fbo.gov/ | 200 | http://wayback.archive-it.org/10702/20141112230112/http://www.fbo.gov/ | http://wayback.archive-it.org/10702/20141112230119/https://www.fbo.gov/ | 200 | 7 | Yes | Yes | |
http://collections.internetmemory.org/nli/20150811204635/http://www.experian.com/ | - | 200 | http://wayback.archive-it.org/10702/20150811204635/http://www.experian.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160424215620/http://www.esri.com/ | - | 200 | http://wayback.archive-it.org/10702/20160424215620/http://www.esri.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20170503154626/http://www.google.nl/ | - | 200 | http://wayback.archive-it.org/10702/20170503154626/http://www.google.nl/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20111021034632/http://www.maxcdn.com/ | - | 200 | http://wayback.archive-it.org/10702/20111021034632/http://www.maxcdn.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121222023520/http://www.ada.gov/ | - | 200 | http://wayback.archive-it.org/10702/20121222023520/http://www.ada.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20131208020948/http://soundcloud.com/ | - | 200 | http://wayback.archive-it.org/10702/20131208020948/http://soundcloud.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140612073606/http://www.irs.gov/ | - | 200 | http://wayback.archive-it.org/10702/20140612073606/http://www.irs.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150814051528/http://www.gpo.gov/ | - | 200 | http://wayback.archive-it.org/10702/20150814051528/http://www.gpo.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20161219162926/http://www.adobe.com/marketing-cloud.html | - | 200 | http://wayback.archive-it.org/10702/20161219162926/http://www.adobe.com/marketing-cloud.html | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20170529113208/http://en.unesco.org/ | - | 200 | http://wayback.archive-it.org/10702/20170529113208/http://en.unesco.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20111016200422/http://www.blogactionday.org | - | 200 | http://wayback.archive-it.org/10702/20111016200422/http://www.blogactionday.org | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121223162433/http://www.maryland.gov/Pages/default.aspx | - | 200 | http://wayback.archive-it.org/10702/20121223162433/http://www.maryland.gov/Pages/default.aspx | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20131126033756/http://themeforest.net/ | - | 200 | http://wayback.archive-it.org/10702/20131126033756/http://themeforest.net/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140207001552/http://advertising.bbcworldwide.com/ | - | 200 | http://wayback.archive-it.org/10702/20140207001552/http://advertising.bbcworldwide.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150819185528/http://www.dhs.gov/ | - | 200 | http://wayback.archive-it.org/10702/20150819185528/http://www.dhs.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160627132855/http://www.audible.com | - | 200 | http://wayback.archive-it.org/10702/20160627132855/http://www.audible.com | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20170713192509/http://storify.com/ | http://collections.internetmemory.org/nli/20170713192509/https://storify.com/ | 200 | http://wayback.archive-it.org/10702/20170713192509/http://storify.com/ | http://wayback.archive-it.org/10702/20170713192331/https://storify.com/ | 200 | -98.0 ( 1 mins) | Yes | Yes | |
http://collections.internetmemory.org/nli/20110310224327/http://www.breakingnews.com | - | 200 | http://wayback.archive-it.org/10702/20110310224327/http://www.breakingnews.com | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121222181723/http://www.feedthefuture.gov/ | - | 200 | http://wayback.archive-it.org/10702/20121222181723/http://www.feedthefuture.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20131004002343/http://www.nature.com/ | - | 200 | http://wayback.archive-it.org/10702/20131004002343/http://www.nature.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140612042726/http://www.abebooks.com/ | - | 200 | http://wayback.archive-it.org/10702/20140612042726/http://www.abebooks.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150814033951/http://www.defenseone.com | - | 200 | http://wayback.archive-it.org/10702/20150814033951/http://www.defenseone.com | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20161205230044/http://www.shopbop.com | http://collections.internetmemory.org/nli/20161205230044/https://shopbop.com/ | 200 | http://wayback.archive-it.org/10702/20161205230044/http://www.shopbop.com | http://wayback.archive-it.org/10702/20161205230048/https://www.shopbop.com/ | 200 | 4 | Yes | Yes | |
http://collections.internetmemory.org/nli/20170927210603/http://example.com/ | - | 200 | http://wayback.archive-it.org/10702/20170927210603/http://example.com/ | http://wayback.archive-it.org/10702/20170927201549/http://www.example.com/ | 200 | -3014.0 ( 50 mins) | Yes | Yes | |
http://collections.internetmemory.org/nli/20110313133644/http://www.aaas.org/ | - | 200 | http://wayback.archive-it.org/10702/20110313133644/http://www.aaas.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121223003314/http://www.discover.com/ | http://collections.internetmemory.org/nli/20121223003314/https://www.discover.com/ | 200 | http://wayback.archive-it.org/10702/20121223003314/http://www.discover.com/ | http://wayback.archive-it.org/10702/20121223003307/https://www.discover.com/ | 200 | -7 | Yes | Yes | |
http://collections.internetmemory.org/nli/20131126032637/http://www.reverbnation.com/ | - | 200 | http://wayback.archive-it.org/10702/20131126032637/http://www.reverbnation.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141102141443/http://www.createspace.com/ | http://collections.internetmemory.org/nli/20141102141443/https://www.createspace.com/ | 200 | http://wayback.archive-it.org/10702/20141102141443/http://www.createspace.com/ | http://wayback.archive-it.org/10702/20141102141501/https://www.createspace.com/ | 200 | 18 | Yes | Yes | |
http://collections.internetmemory.org/nli/20150815221900/http://www.doingbusiness.org | - | 200 | http://wayback.archive-it.org/10702/20150815221900/http://www.doingbusiness.org | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160429195707/http://www.freelancer.com/ | http://collections.internetmemory.org/nli/20160429195707/https://www.freelancer.com/ | 200 | http://wayback.archive-it.org/10702/20160429195707/http://www.freelancer.com/ | http://wayback.archive-it.org/10702/20160429195714/https://www.freelancer.com/ | 200 | 7 | Yes | Yes | |
http://collections.internetmemory.org/nli/20170728104053/http://www.openstreetmap.org/ | - | 200 | http://wayback.archive-it.org/10702/20170728104053/http://www.openstreetmap.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20110221222449/http://lifehacker.com/ | - | 200 | http://wayback.archive-it.org/10702/20110221222449/http://lifehacker.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121223011241/http://www.amazon.ca/ | - | 200 | http://wayback.archive-it.org/10702/20121223011241/http://www.amazon.ca/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20131210202945/http://www.gofundme.com/ | - | 200 | http://wayback.archive-it.org/10702/20131210202945/http://www.gofundme.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141109233129/http://www.theatlanticcities.com/ | http://collections.internetmemory.org/nli/20141109233129/http://citylab.com/ | 200 | http://wayback.archive-it.org/10702/20141109233129/http://www.theatlanticcities.com/ | http://wayback.archive-it.org/10702/20141015230106/http://www.citylab.com/ | 200 | -2161823.0 (25 days) | Yes | Yes | |
http://collections.internetmemory.org/nli/20150715053421/http://www.redcrossblood.org/ | - | 200 | http://wayback.archive-it.org/10702/20150715053421/http://www.redcrossblood.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160428125106/http://www.thisoldhouse.com/ | http://collections.internetmemory.org/nli/20160428125106/http://thisoldhouse.com/toh/ | 200 | http://wayback.archive-it.org/10702/20160428125106/http://www.thisoldhouse.com/ | http://wayback.archive-it.org/10702/20160428125109/http://www.thisoldhouse.com/toh/ | 200 | 3 | Yes | Yes | |
http://collections.internetmemory.org/nli/20170330154801/http://wordpress.tv/ | - | 200 | http://wayback.archive-it.org/10702/20170330154801/http://wordpress.tv/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20110227211245/http://www.godaddy.com/ | - | 200 | http://wayback.archive-it.org/10702/20110227211245/http://www.godaddy.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121221185726/http://www.amazon.it/ | - | 200 | http://wayback.archive-it.org/10702/20121221185726/http://www.amazon.it/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20131208184324/http://www.cracked.com/ | - | 200 | http://wayback.archive-it.org/10702/20131208184324/http://www.cracked.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140727173607/http://www.tv.com | - | 200 | http://wayback.archive-it.org/10702/20140727173607/http://www.tv.com | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150831092728/http://www.sbnation.com | - | 200 | http://wayback.archive-it.org/10702/20150831092728/http://www.sbnation.com | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160430152605/http://www.pbslearningmedia.org/ | - | 200 | http://wayback.archive-it.org/10702/20160430152605/http://www.pbslearningmedia.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20170728114019/http://www.telegraph.co.uk/ | - | 200 | http://wayback.archive-it.org/10702/20170728114019/http://www.telegraph.co.uk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20111016145036/http://www.engadget.com/ | - | 200 | http://wayback.archive-it.org/10702/20111016145036/http://www.engadget.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121025115834/http://jess3.com/ | - | 200 | http://wayback.archive-it.org/10702/20121025115834/http://jess3.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20131022125103/http://disneytermsofuse.com/ | - | 200 | http://wayback.archive-it.org/10702/20131022125103/http://disneytermsofuse.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141008053902/http://www.sciencedirect.com/ | - | 200 | http://wayback.archive-it.org/10702/20141008053902/http://www.sciencedirect.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150813170549/http://www.usnews.com/ | - | 200 | http://wayback.archive-it.org/10702/20150813170549/http://www.usnews.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20161213191306/http://www.condenast.com/privacy-policy/ | - | 200 | http://wayback.archive-it.org/10702/20161213191306/http://www.condenast.com/privacy-policy/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20170728105117/http://www.icloud.com | http://collections.internetmemory.org/nli/20170728105117/https://icloud.com/ | 200 | http://wayback.archive-it.org/10702/20170728105117/http://www.icloud.com | http://wayback.archive-it.org/10702/20170728105122/https://www.icloud.com/ | 200 | 5 | Yes | Yes | |
http://collections.internetmemory.org/nli/20110315021228/http://springer.com/ | http://collections.internetmemory.org/nli/20110315021228/http://springer.com/?sgwid=0-102-0-0-0 | 200 | http://wayback.archive-it.org/10702/20110315021228/http://springer.com/ | http://wayback.archive-it.org/10702/20110315021230/http://www.springer.com/?SGWID=0-102-0-0-0 | 200 | 2 | Yes | Yes | |
http://collections.internetmemory.org/nli/20121222041004/http://www.calbears.com/ | - | 200 | http://wayback.archive-it.org/10702/20121222041004/http://www.calbears.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20131005035312/http://dish.andrewsullivan.com/ | - | 200 | http://wayback.archive-it.org/10702/20131005035312/http://dish.andrewsullivan.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140709222052/http://xinhuanet.com/ | - | 200 | http://wayback.archive-it.org/10702/20140709222052/http://xinhuanet.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150812113210/http://www.skype.com/en/ | - | 200 | http://wayback.archive-it.org/10702/20150812113210/http://www.skype.com/en/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160514124204/http://mp3.com/ | - | 200 | http://wayback.archive-it.org/10702/20160514124204/http://mp3.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20170728103646/http://shop.bbc.com/ | http://collections.internetmemory.org/nli/20170728103646/https://shop.bbc.com/ | 200 | http://wayback.archive-it.org/10702/20170728103646/http://shop.bbc.com/ | http://wayback.archive-it.org/10702/20170728103652/https://shop.bbc.com/ | 200 | 6 | Yes | Yes | |
http://collections.internetmemory.org/nli/20110311031827/http://www.adobe.com/ | - | 200 | http://wayback.archive-it.org/10702/20110311031827/http://www.adobe.com/ | http://wayback.archive-it.org/10702/20110311031816/http://www.adobe.com/ | 200 | -11 | Yes | Yes | |
http://collections.internetmemory.org/nli/20121221211440/http://www.thegreenguide.com/ | http://collections.internetmemory.org/nli/20121221211440/http://environment.nationalgeographic.com/environment/green-guide/ | 200 | http://wayback.archive-it.org/10702/20121221211440/http://www.thegreenguide.com/ | http://wayback.archive-it.org/10702/20121221211443/http://environment.nationalgeographic.com/environment/green-guide/ | 200 | 3 | Yes | Yes | |
http://collections.internetmemory.org/nli/20131218084313/http://www.blogger.com/ | http://collections.internetmemory.org/nli/20131218084313/https://accounts.google.com/servicelogin?service=blogger&passive=1209600&continue=http://www.blogger.com/home&followup=http://www.blogger.com/home<mpl=start | 200 | http://wayback.archive-it.org/10702/20131218084313/http://www.blogger.com/ | http://wayback.archive-it.org/10702/20131210133952/https://accounts.google.com/ServiceLogin?service=blogger&passive=1209600&continue=http://www.blogger.com/home&followup=http://www.blogger.com/home<mpl=start | 200 | -673401.0 (7 days) | Yes | Yes | |
http://collections.internetmemory.org/nli/20140602064557/http://www.house.gov/ | - | 200 | http://wayback.archive-it.org/10702/20140602064557/http://www.house.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20151016163311/http://arstechnica.com/ | - | 200 | http://wayback.archive-it.org/10702/20151016163311/http://arstechnica.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160329014602/http://www.hao123.com/ | - | 200 | http://wayback.archive-it.org/10702/20160329014602/http://www.hao123.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20170330154017/http://www.parliament.uk/ | - | 200 | http://wayback.archive-it.org/10702/20170330154017/http://www.parliament.uk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20110301020540/http://www.istockphoto.com/ | - | 200 | http://wayback.archive-it.org/10702/20110301020540/http://www.istockphoto.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121221172113/http://www.crunchboard.com/ | http://collections.internetmemory.org/nli/20121221172113/http://crunchboard.com/jobs/ | 200 | http://wayback.archive-it.org/10702/20121221172113/http://www.crunchboard.com/ | http://wayback.archive-it.org/10702/20121221172120/http://www.crunchboard.com/jobs/ | 200 | 7 | Yes | Yes | |
http://collections.internetmemory.org/nli/20131230180755/http://www.google.com/intl/en/policies/privacy/ | - | 200 | http://wayback.archive-it.org/10702/20131230180755/http://www.google.com/intl/en/policies/privacy/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141104201337/http://pcworld.com/ | - | 200 | http://wayback.archive-it.org/10702/20141104201337/http://pcworld.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20151020030748/http://newrepublic.com/ | - | 200 | http://wayback.archive-it.org/10702/20151020030748/http://newrepublic.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20161213210220/http://www.banquemondiale.org | - | 200 | http://wayback.archive-it.org/10702/20161213210220/http://www.banquemondiale.org | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20171103110843/http://www.kickstarter.com/ | http://collections.internetmemory.org/nli/20171103110843/https://kickstarter.com/ | 200 | http://wayback.archive-it.org/10702/20171103110843/http://www.kickstarter.com/ | http://wayback.archive-it.org/10702/20171102132921/https://www.kickstarter.com/ | 200 | -77962.0 ( 21 hours) | Yes | Yes | |
http://collections.internetmemory.org/nli/20110222035132/http://blog.flickr.net/en | - | 200 | http://wayback.archive-it.org/10702/20110222035132/http://blog.flickr.net/en | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121223062309/http://downforeveryoneorjustme.com | - | 200 | http://wayback.archive-it.org/10702/20121223062309/http://downforeveryoneorjustme.com | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20131126021519/http://www.iom.int/ | http://collections.internetmemory.org/nli/20131126021519/http://iom.int/cms/en/sites/iom/home.html | 200 | http://wayback.archive-it.org/10702/20131126021519/http://www.iom.int/ | http://wayback.archive-it.org/10702/20131126021748/http://www.iom.int/cms/en/sites/iom/home.html | 200 | 149.0 ( 2 mins) | Yes | Yes | |
http://collections.internetmemory.org/nli/20141203105631/http://statcounter.com/ | - | 200 | http://wayback.archive-it.org/10702/20141203105631/http://statcounter.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150822104003/http://www.babble.com/ | - | 200 | http://wayback.archive-it.org/10702/20150822104003/http://www.babble.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160430032056/http://n4g.com/ | - | 200 | http://wayback.archive-it.org/10702/20160430032056/http://n4g.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20170728103800/http://www.bbc.co.uk/news | - | 200 | http://wayback.archive-it.org/10702/20170728103800/http://www.bbc.co.uk/news | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20110302202155/http://www.heart.org/HEARTORG/ | - | 200 | http://wayback.archive-it.org/10702/20110302202155/http://www.heart.org/HEARTORG/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121221182437/http://www.hearst.com/ | - | 200 | http://wayback.archive-it.org/10702/20121221182437/http://www.hearst.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20131003233044/http://www.unhcr.org/ | - | 200 | http://wayback.archive-it.org/10702/20131003233044/http://www.unhcr.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140709105801/http://www.chevron.com/ | - | 200 | http://wayback.archive-it.org/10702/20140709105801/http://www.chevron.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150908035405/http://www.sptimes.com/ | - | 200 | http://wayback.archive-it.org/10702/20150908035405/http://www.sptimes.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160531035953/http://www.seeker.com/ | - | 200 | http://wayback.archive-it.org/10702/20160531035953/http://www.seeker.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20170328083919/http://www.stumbleupon.com/ | http://collections.internetmemory.org/nli/20170328083919/https://stumbleupon.com/ | 200 | http://wayback.archive-it.org/10702/20170328083919/http://www.stumbleupon.com/ | http://wayback.archive-it.org/10702/20170328083925/https://www.stumbleupon.com/ | 200 | 6 | Yes | Yes | |
http://collections.internetmemory.org/nli/20110405142546/http://movabletype.com | - | 200 | http://wayback.archive-it.org/10702/20110405142546/http://movabletype.com | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121221185946/http://www.bluehost.com/ | - | 200 | http://wayback.archive-it.org/10702/20121221185946/http://www.bluehost.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20131004051518/http://www.spiegel.de/ | - | 200 | http://wayback.archive-it.org/10702/20131004051518/http://www.spiegel.de/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141006173243/http://www.pri.org/ | - | 200 | http://wayback.archive-it.org/10702/20141006173243/http://www.pri.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150812154948/http://www.mediaite.com/ | - | 200 | http://wayback.archive-it.org/10702/20150812154948/http://www.mediaite.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160127133320/http://www.tlc.com/ | - | 200 | http://wayback.archive-it.org/10702/20160127133320/http://www.tlc.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20170131152118/http://www.elegantthemes.com/ | http://collections.internetmemory.org/nli/20170131152118/https://elegantthemes.com/ | 200 | http://wayback.archive-it.org/10702/20170131152118/http://www.elegantthemes.com/ | http://wayback.archive-it.org/10702/20170131152127/https://www.elegantthemes.com/ | 200 | 9 | Yes | Yes | |
http://collections.internetmemory.org/nli/20110223081312/http://www.groundreport.com/ | - | 200 | http://wayback.archive-it.org/10702/20110223081312/http://www.groundreport.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121221225349/http://www.speakingtree.in/ | - | 200 | http://wayback.archive-it.org/10702/20121221225349/http://www.speakingtree.in/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20131015220038/http://home.bt.com/ | - | 200 | http://wayback.archive-it.org/10702/20131015220038/http://home.bt.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140404065432/http://www.foreignaffairs.com/ | - | 200 | http://wayback.archive-it.org/10702/20140404065432/http://www.foreignaffairs.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150824031544/http://ukpollingreport.co.uk/ | - | 200 | http://wayback.archive-it.org/10702/20150824031544/http://ukpollingreport.co.uk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20161219162757/http://www.fotolia.com/ | http://collections.internetmemory.org/nli/20161219162757/https://fotolia.com/ | 200 | http://wayback.archive-it.org/10702/20161219162757/http://www.fotolia.com/ | http://wayback.archive-it.org/10702/20161219162823/https://www.fotolia.com/ | 200 | 26 | Yes | Yes | |
http://collections.internetmemory.org/nli/20170927210525/http://www.amazon.com/ | http://collections.internetmemory.org/nli/20170927210525/https://amazon.com/ | 200 | http://wayback.archive-it.org/10702/20170927210525/http://www.amazon.com/ | http://wayback.archive-it.org/10702/20170915175606/https://www.amazon.com/ | 200 | -1048159.0 (12 days) | Yes | Yes | |
http://collections.internetmemory.org/nli/20110222111504/http://www.bl.uk/ | - | 200 | http://wayback.archive-it.org/10702/20110222111504/http://www.bl.uk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121221164014/http://epaper.timesofindia.com/ | http://collections.internetmemory.org/nli/20121221164014/http://payment.epaper.timesofindia.com/epsignup/signin.aspx | 200 | http://wayback.archive-it.org/10702/20121221164014/http://epaper.timesofindia.com/ | http://wayback.archive-it.org/10702/20121221164021/http://payment.epaper.timesofindia.com/epsignup/signin.aspx | 200 | 7 | Yes | Yes | |
http://collections.internetmemory.org/nli/20131005091029/http://imgur.com/ | - | 200 | http://wayback.archive-it.org/10702/20131005091029/http://imgur.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141014191102/http://www.ucl.ac.uk | - | 200 | http://wayback.archive-it.org/10702/20141014191102/http://www.ucl.ac.uk | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20151201090622/http://www.findmypast.co.uk/ | - | 200 | http://wayback.archive-it.org/10702/20151201090622/http://www.findmypast.co.uk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160525173351/http://www.youdao.com/ | - | 200 | http://wayback.archive-it.org/10702/20160525173351/http://www.youdao.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20110311001556/http://sounds.bl.uk | - | 200 | http://wayback.archive-it.org/10702/20110311001556/http://sounds.bl.uk | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121223170529/http://www.maxpreps.com | http://collections.internetmemory.org/nli/20121223170529/http://maxpreps.com/national/national.htm | 200 | http://wayback.archive-it.org/10702/20121223170529/http://www.maxpreps.com | http://wayback.archive-it.org/10702/20121223220145/http://www.maxpreps.com/national/national.htm | 200 | 17776.0 ( 4 hours) | Yes | Yes | |
http://collections.internetmemory.org/nli/20131213185605/http://www.ign.com/ | http://collections.internetmemory.org/nli/20131213185605/http://nl.ign.com/ | 200 | http://wayback.archive-it.org/10702/20131213185605/http://www.ign.com/ | http://wayback.archive-it.org/10702/20131213185611/http://nl.ign.com/ | 200 | 6 | Yes | Yes | |
http://collections.internetmemory.org/nli/20141014153805/http://www.bls.gov/ | - | 200 | http://wayback.archive-it.org/10702/20141014153805/http://www.bls.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20151016153031/http://unctad.org/en/Pages/Home.aspx | - | 200 | http://wayback.archive-it.org/10702/20151016153031/http://unctad.org/en/Pages/Home.aspx | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160223174950/http://www.eonline.com/ | - | 200 | http://wayback.archive-it.org/10702/20160223174950/http://www.eonline.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20110224070238/http://id.loc.gov/ | - | 200 | http://wayback.archive-it.org/10702/20110224070238/http://id.loc.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20120829105305/http://www.mysimon.com/ | - | 200 | http://wayback.archive-it.org/10702/20120829105305/http://www.mysimon.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20131207221137/http://creativecommons.org/ | - | 200 | http://wayback.archive-it.org/10702/20131207221137/http://creativecommons.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141021070443/http://www.unicef.org/ | - | 200 | http://wayback.archive-it.org/10702/20141021070443/http://www.unicef.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20151016204316/http://123-reg-expired.co.uk/ | - | 200 | http://wayback.archive-it.org/10702/20151016204316/http://123-reg-expired.co.uk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160520074800/http://www.moviefone.com/news/ | - | 200 | http://wayback.archive-it.org/10702/20160520074800/http://www.moviefone.com/news/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20111016143654/http://www.ncbi.nlm.nih.gov/pubmed/ | - | 200 | http://wayback.archive-it.org/10702/20111016143654/http://www.ncbi.nlm.nih.gov/pubmed/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121223220149/http://www.urbanbaby.com | - | 200 | http://wayback.archive-it.org/10702/20121223220149/http://www.urbanbaby.com | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20131023165157/http://www.dropbox.com/ | http://collections.internetmemory.org/nli/20131023165157/https://www.dropbox.com/ | 200 | http://wayback.archive-it.org/10702/20131023165157/http://www.dropbox.com/ | http://wayback.archive-it.org/10702/20131023165155/https://www.dropbox.com/ | 200 | -2 | Yes | Yes | |
http://collections.internetmemory.org/nli/20141010091145/http://www.nationaltrust.org.uk/ | - | 200 | http://wayback.archive-it.org/10702/20141010091145/http://www.nationaltrust.org.uk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150819214555/http://www.metoffice.gov.uk/ | - | 200 | http://wayback.archive-it.org/10702/20150819214555/http://www.metoffice.gov.uk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160530161021/http://www.eventbrite.pt | http://collections.internetmemory.org/nli/20160530161021/https://www.eventbrite.fr/ | 200 | http://wayback.archive-it.org/10702/20160530161021/http://www.eventbrite.pt | http://wayback.archive-it.org/10702/20160525131202/https://www.eventbrite.fr/ | 200 | -442699.0 (5 days) | Yes | Yes | |
http://collections.internetmemory.org/nli/20110310202100/http://www.peterrobinson.org/ | - | 200 | http://wayback.archive-it.org/10702/20110310202100/http://www.peterrobinson.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20120829105305/http://www.shopper.com | http://collections.internetmemory.org/nli/20120829105305/http://shopper.cnet.com/ | 200 | http://wayback.archive-it.org/10702/20120829105305/http://www.shopper.com | http://wayback.archive-it.org/10702/20120829105315/http://shopper.cnet.com/ | 200 | 10 | Yes | Yes | |
http://collections.internetmemory.org/nli/20131004051643/http://www.slideshare.net/ | - | 200 | http://wayback.archive-it.org/10702/20131004051643/http://www.slideshare.net/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141008100650/http://www.forestry.gov.uk/ | - | 200 | http://wayback.archive-it.org/10702/20141008100650/http://www.forestry.gov.uk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150811183403/http://www.ippr.org/ | - | 200 | http://wayback.archive-it.org/10702/20150811183403/http://www.ippr.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160520163607/http://www.bjjubao.org/ | - | 200 | http://wayback.archive-it.org/10702/20160520163607/http://www.bjjubao.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20111016193648/http://www.equalitytrust.org.uk/ | - | 200 | http://wayback.archive-it.org/10702/20111016193648/http://www.equalitytrust.org.uk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121222031853/http://www.cbsinteractive.com/ | - | 200 | http://wayback.archive-it.org/10702/20121222031853/http://www.cbsinteractive.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20131126033003/http://www.google.com/ | http://collections.internetmemory.org/nli/20131126033003/http://google.nl/?gws_rd=cr&ei=uxwuups3l-ou0axe04dgbg | 200 | http://wayback.archive-it.org/10702/20131126033003/http://www.google.com/ | http://wayback.archive-it.org/10702/20131126033003/http://www.google.nl/?gws_rd=cr&ei=uxWUUpS3L-OU0AXe04DgBg | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140601030957/http://www.nerc.ac.uk/ | - | 200 | http://wayback.archive-it.org/10702/20140601030957/http://www.nerc.ac.uk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150822234045/http://www.oxfam.org.uk/ | - | 200 | http://wayback.archive-it.org/10702/20150822234045/http://www.oxfam.org.uk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160524152201/http://www.artscouncil.org.uk/ | - | 200 | http://wayback.archive-it.org/10702/20160524152201/http://www.artscouncil.org.uk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20111128101343/http://www.museumoffreederry.org/ | - | 200 | http://wayback.archive-it.org/10702/20111128101343/http://www.museumoffreederry.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20120829105305/http://www.cbsfilms.com | - | 200 | http://wayback.archive-it.org/10702/20120829105305/http://www.cbsfilms.com | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20131015150701/http://livejournal.com/ | - | 200 | http://wayback.archive-it.org/10702/20131015150701/http://livejournal.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141111214133/http://www.buydomains.com/ | - | 200 | http://wayback.archive-it.org/10702/20141111214133/http://www.buydomains.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150818011825/http://www.derrycity.gov.uk/ | - | 200 | http://wayback.archive-it.org/10702/20150818011825/http://www.derrycity.gov.uk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160510173747/http://ee.co.uk | - | 200 | http://wayback.archive-it.org/10702/20160510173747/http://ee.co.uk | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20111017151745/http://www.123-reg.co.uk/ | - | 200 | http://wayback.archive-it.org/10702/20111017151745/http://www.123-reg.co.uk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20120829105305/http://www.help.com/ | - | 200 | http://wayback.archive-it.org/10702/20120829105305/http://www.help.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20131207233316/http://www.latimes.com/ | - | 200 | http://wayback.archive-it.org/10702/20131207233316/http://www.latimes.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141007163202/http://www.fsa.gov.uk/ | - | 200 | http://wayback.archive-it.org/10702/20141007163202/http://www.fsa.gov.uk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150814003020/http://www.gov.scot/ | - | 200 | http://wayback.archive-it.org/10702/20150814003020/http://www.gov.scot/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160130213435/http://www.energysavingtrust.org.uk/ | - | 200 | http://wayback.archive-it.org/10702/20160130213435/http://www.energysavingtrust.org.uk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20110228074020/http://www.nhc.noaa.gov/ | - | 200 | http://wayback.archive-it.org/10702/20110228074020/http://www.nhc.noaa.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20120829105305/http://www.sho.com | http://collections.internetmemory.org/nli/20120829105305/http://sho.com/sho/home | 200 | http://wayback.archive-it.org/10702/20120829105305/http://www.sho.com | http://wayback.archive-it.org/10702/20120829105311/http://www.sho.com/sho/home | 200 | 6 | Yes | Yes | |
http://collections.internetmemory.org/nli/20131022141518/http://www.tripadvisor.com/ | - | 200 | http://wayback.archive-it.org/10702/20131022141518/http://www.tripadvisor.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141011001702/http://history.state.gov/ | - | 200 | http://wayback.archive-it.org/10702/20141011001702/http://history.state.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20151016192221/http://data.worldbank.org/ | - | 200 | http://wayback.archive-it.org/10702/20151016192221/http://data.worldbank.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20161205214321/http://www.ucl.ac.uk/ioe | - | 200 | http://wayback.archive-it.org/10702/20161205214321/http://www.ucl.ac.uk/ioe | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20111103130151/http://www.usaid.gov/ | - | 200 | http://wayback.archive-it.org/10702/20111103130151/http://www.usaid.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121223002737/http://readwrite.com/ | - | 200 | http://wayback.archive-it.org/10702/20121223002737/http://readwrite.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20130110042119/http://www.wired.com/ | - | 200 | http://wayback.archive-it.org/10702/20130110042119/http://www.wired.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141106064844/http://databank.worldbank.org/data/home.aspx | - | 200 | http://wayback.archive-it.org/10702/20141106064844/http://databank.worldbank.org/data/home.aspx | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150909185419/http://www.nlm.nih.gov/ | - | 200 | http://wayback.archive-it.org/10702/20150909185419/http://www.nlm.nih.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20161017201922/http://www.nimc.co.uk/ | - | 200 | http://wayback.archive-it.org/10702/20161017201922/http://www.nimc.co.uk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121222152834/http://www.ftc.gov/ | - | 200 | http://wayback.archive-it.org/10702/20121222152834/http://www.ftc.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20131004112559/http://www.bloomberg.com/ | - | 200 | http://wayback.archive-it.org/10702/20131004112559/http://www.bloomberg.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140403023314/http://www.nssl.noaa.gov/ | - | 200 | http://wayback.archive-it.org/10702/20140403023314/http://www.nssl.noaa.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150907043714/http://www.afbini.gov.uk/ | - | 200 | http://wayback.archive-it.org/10702/20150907043714/http://www.afbini.gov.uk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20110222053830/http://drugs.homeoffice.gov.uk/drugs-laws/acmd/ | http://collections.internetmemory.org/nli/20110222053830/http://homeoffice.gov.uk/drugs/ | 200 | http://wayback.archive-it.org/10702/20110222053830/http://drugs.homeoffice.gov.uk/drugs-laws/acmd/ | http://wayback.archive-it.org/10702/20110222053828/http://www.homeoffice.gov.uk/drugs/ | 200 | -2 | Yes | Yes | |
http://collections.internetmemory.org/nli/20121224003257/http://robertreich.org/ | http://collections.internetmemory.org/nli/20121224003257/http://robertreich.org/?80a18e20 | 200 | http://wayback.archive-it.org/10702/20121224003257/http://robertreich.org/ | http://wayback.archive-it.org/10702/20121224003304/http://robertreich.org/?80a18e20 | 200 | 7 | Yes | Yes | |
http://collections.internetmemory.org/nli/20131004064835/http://vimeo.com/ | http://collections.internetmemory.org/nli/20131004064835/https://vimeo.com/ | 200 | http://wayback.archive-it.org/10702/20131004064835/http://vimeo.com/ | http://wayback.archive-it.org/10702/20131004064842/https://vimeo.com/ | 200 | 7 | Yes | Yes | |
http://collections.internetmemory.org/nli/20141002090022/http://wn.com/ | - | 200 | http://wayback.archive-it.org/10702/20141002090022/http://wn.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150814055136/http://www.defense.gov/ | - | 200 | http://wayback.archive-it.org/10702/20150814055136/http://www.defense.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160518024354/http://www.newsy.com/ | - | 200 | http://wayback.archive-it.org/10702/20160518024354/http://www.newsy.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20111016144822/http://www.buzzfeed.com/ | - | 200 | http://wayback.archive-it.org/10702/20111016144822/http://www.buzzfeed.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121223031837/http://www2008.org/ | - | 200 | http://wayback.archive-it.org/10702/20121223031837/http://www2008.org/ | - | 404 | - | Yes | No | |
http://collections.internetmemory.org/nli/20130102070808/http://www.spotify.com/ | http://collections.internetmemory.org/nli/20130102070808/http://spotify.com/nl/video-splash/?utm_source=spotify&utm_medium=web&utm_campaign=start | 200 | http://wayback.archive-it.org/10702/20130102070808/http://www.spotify.com/ | http://wayback.archive-it.org/10702/20130102070814/http://www.spotify.com/nl/video-splash/?utm_source=spotify&utm_medium=web&utm_campaign=start | 200 | 6 | Yes | Yes | |
http://collections.internetmemory.org/nli/20141004173612/http://www.theatlantic.com/ | - | 200 | http://wayback.archive-it.org/10702/20141004173612/http://www.theatlantic.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20151231085549/http://www.businessinsider.com/ | http://collections.internetmemory.org/nli/20151231085549/http://uk.businessinsider.com/?r=us&ir=t | 200 | http://wayback.archive-it.org/10702/20151231085549/http://www.businessinsider.com/ | - | 404 | - | No | No | |
http://collections.internetmemory.org/nli/20161220105324/http://www.cntraveler.com/travel-inspiration?src=concierge | - | 200 | http://wayback.archive-it.org/10702/20161220105324/http://www.cntraveler.com/travel-inspiration?src=concierge | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20111016144013/http://jalopnik.com/ | - | 200 | http://wayback.archive-it.org/10702/20111016144013/http://jalopnik.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121223103411/http://www.digitalpreservation.gov/ | - | 200 | http://wayback.archive-it.org/10702/20121223103411/http://www.digitalpreservation.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20130106113057/http://techcrunch.com/ | - | 200 | http://wayback.archive-it.org/10702/20130106113057/http://techcrunch.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140131000432/http://www.addtoany.com/ | - | 200 | http://wayback.archive-it.org/10702/20140131000432/http://www.addtoany.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150905055508/http://www.ebay.com/ | - | 200 | http://wayback.archive-it.org/10702/20150905055508/http://www.ebay.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160425075928/http://www.barnesandnoble.com/ | - | 200 | http://wayback.archive-it.org/10702/20160425075928/http://www.barnesandnoble.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20110314182718/http://www.google.co.jp/ | - | 200 | http://wayback.archive-it.org/10702/20110314182718/http://www.google.co.jp/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20131017115704/http://www.facebook.com/ | - | 200 | http://wayback.archive-it.org/10702/20131017115704/http://www.facebook.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141008091334/http://www.etsy.com/ | http://collections.internetmemory.org/nli/20141008091334/https://www.etsy.com/ | 200 | http://wayback.archive-it.org/10702/20141008091334/http://www.etsy.com/ | http://wayback.archive-it.org/10702/20141008091337/https://www.etsy.com/ | 200 | 3 | Yes | Yes | |
http://collections.internetmemory.org/nli/20150812021709/http://www.usatoday.com/ | - | 200 | http://wayback.archive-it.org/10702/20150812021709/http://www.usatoday.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160525173433/http://www.google.fr/ | - | 200 | http://wayback.archive-it.org/10702/20160525173433/http://www.google.fr/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20110301160143/http://www.homestead.com/ | - | 200 | http://wayback.archive-it.org/10702/20110301160143/http://www.homestead.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121223105329/http://www.undp.org/ | http://collections.internetmemory.org/nli/20121223105329/http://undp.org/content/undp/en/home.html | 200 | http://wayback.archive-it.org/10702/20121223105329/http://www.undp.org/ | http://wayback.archive-it.org/10702/20121223105335/http://www.undp.org/content/undp/en/home.html | 200 | 6 | Yes | Yes | |
http://collections.internetmemory.org/nli/20131022122426/http://www.wunderground.com/ | - | 200 | http://wayback.archive-it.org/10702/20131022122426/http://www.wunderground.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141008113142/http://www.surveymonkey.com/ | http://collections.internetmemory.org/nli/20141008113142/https://nl.surveymonkey.com/ | 200 | http://wayback.archive-it.org/10702/20141008113142/http://www.surveymonkey.com/ | http://wayback.archive-it.org/10702/20141008113154/https://nl.surveymonkey.com/ | 200 | 12 | Yes | Yes | |
http://collections.internetmemory.org/nli/20150830070401/http://www.stanford.edu/ | - | 200 | http://wayback.archive-it.org/10702/20150830070401/http://www.stanford.edu/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20161125162729/http://www.doubleclickbygoogle.com/ | http://collections.internetmemory.org/nli/20161125162729/https://doubleclickbygoogle.com/ | 200 | http://wayback.archive-it.org/10702/20161125162729/http://www.doubleclickbygoogle.com/ | http://wayback.archive-it.org/10702/20161125162731/https://www.doubleclickbygoogle.com/ | 200 | 2 | Yes | Yes | |
http://collections.internetmemory.org/nli/20111103122028/http://www.scribd.com/ | - | 200 | http://wayback.archive-it.org/10702/20111103122028/http://www.scribd.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121223190251/http://www.vam.ac.uk/ | - | 200 | http://wayback.archive-it.org/10702/20121223190251/http://www.vam.ac.uk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20130122091641/http://twitter.com/ | - | 200 | http://wayback.archive-it.org/10702/20130122091641/http://twitter.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140719172726/http://www.opera.com/ | - | 200 | http://wayback.archive-it.org/10702/20140719172726/http://www.opera.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150812091241/http://www.goodreads.com/ | - | 200 | http://wayback.archive-it.org/10702/20150812091241/http://www.goodreads.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160427173443/http://www.google.es/ | - | 200 | http://wayback.archive-it.org/10702/20160427173443/http://www.google.es/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20110222005703/http://www.google.it/ | - | 200 | http://wayback.archive-it.org/10702/20110222005703/http://www.google.it/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121221183147/http://britishlibrary.typepad.co.uk/webarchive/ | - | 200 | http://wayback.archive-it.org/10702/20121221183147/http://britishlibrary.typepad.co.uk/webarchive/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20131004212022/http://www.politico.com/ | - | 200 | http://wayback.archive-it.org/10702/20131004212022/http://www.politico.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140406022819/http://www.google.ca/ | - | 200 | http://wayback.archive-it.org/10702/20140406022819/http://www.google.ca/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150814054351/http://www.nationalgeographic.com/ | - | 200 | http://wayback.archive-it.org/10702/20150814054351/http://www.nationalgeographic.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20161018204334/http://www.whitehouse.gov/ | http://collections.internetmemory.org/nli/20161018204334/https://whitehouse.gov/ | 200 | http://wayback.archive-it.org/10702/20161018204334/http://www.whitehouse.gov/ | http://wayback.archive-it.org/10702/20161018204337/https://www.whitehouse.gov/ | 200 | 3 | Yes | Yes | |
http://collections.internetmemory.org/nli/20110310175259/http://europa.eu/ | - | 200 | http://wayback.archive-it.org/10702/20110310175259/http://europa.eu/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121223103112/http://www.dpconline.org/ | - | 200 | http://wayback.archive-it.org/10702/20121223103112/http://www.dpconline.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20131220150737/http://www.addthis.com/ | - | 200 | http://wayback.archive-it.org/10702/20131220150737/http://www.addthis.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141208140340/http://www.gstatic.com/ | - | 404 | http://wayback.archive-it.org/10702/20141208140340/http://www.gstatic.com/ | - | 404 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20151020085537/http://www.meetup.com/ | - | 200 | http://wayback.archive-it.org/10702/20151020085537/http://www.meetup.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160427063435/http://www.google.com.au/ | - | 200 | http://wayback.archive-it.org/10702/20160427063435/http://www.google.com.au/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20110310185251/http://www.abc.net.au/ | - | 200 | http://wayback.archive-it.org/10702/20110310185251/http://www.abc.net.au/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121025231903/http://csrc.nist.gov/ | - | 200 | http://wayback.archive-it.org/10702/20121025231903/http://csrc.nist.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20131126102510/http://www.google.co.in/ | - | 200 | http://wayback.archive-it.org/10702/20131126102510/http://www.google.co.in/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141008085818/http://weather.com/ | - | 200 | http://wayback.archive-it.org/10702/20141008085818/http://weather.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150817194011/http://www.ustream.tv/ | - | 200 | http://wayback.archive-it.org/10702/20150817194011/http://www.ustream.tv/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20161212215710/http://www.naver.com/ | - | 200 | http://wayback.archive-it.org/10702/20161212215710/http://www.naver.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20110224105850/http://www.cdbaby.com/ | - | 200 | http://wayback.archive-it.org/10702/20110224105850/http://www.cdbaby.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121223231619/http://www.redcross.org.uk/ | - | 200 | http://wayback.archive-it.org/10702/20121223231619/http://www.redcross.org.uk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20130207162903/http://wordpress.org/ | - | 200 | http://wayback.archive-it.org/10702/20130207162903/http://wordpress.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141012091408/http://www.booking.com/ | - | 200 | http://wayback.archive-it.org/10702/20141012091408/http://www.booking.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20151201125057/http://www.squarespace.com/ | - | 200 | http://wayback.archive-it.org/10702/20151201125057/http://www.squarespace.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160508051816/http://www.indiatimes.com/ | - | 200 | http://wayback.archive-it.org/10702/20160508051816/http://www.indiatimes.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20111027005230/http://www.worldbank.org/ | - | 200 | http://wayback.archive-it.org/10702/20111027005230/http://www.worldbank.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121222074027/http://labourlist.org | - | 200 | http://wayback.archive-it.org/10702/20121222074027/http://labourlist.org | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20131003230430/http://www.youtube.com/ | - | 200 | http://wayback.archive-it.org/10702/20131003230430/http://www.youtube.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141030233149/http://www.fastcompany.com/ | - | 200 | http://wayback.archive-it.org/10702/20141030233149/http://www.fastcompany.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150814054427/http://www.sciencemag.org/ | - | 200 | http://wayback.archive-it.org/10702/20150814054427/http://www.sciencemag.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160426195001/http://www.android.com/ | - | 200 | http://wayback.archive-it.org/10702/20160426195001/http://www.android.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20111027114758/http://www.google.pl/ | - | 200 | http://wayback.archive-it.org/10702/20111027114758/http://www.google.pl/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121222224638/http://www.shopify.com/ | - | 200 | http://wayback.archive-it.org/10702/20121222224638/http://www.shopify.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20131003230447/http://www.pinterest.com/ | http://collections.internetmemory.org/nli/20131003230447/https://www.pinterest.com/ | 200 | http://wayback.archive-it.org/10702/20131003230447/http://www.pinterest.com/ | http://wayback.archive-it.org/10702/20131003230547/https://www.pinterest.com/ | 200 | 60.0 ( 1 mins) | Yes | Yes | |
http://collections.internetmemory.org/nli/20140406004031/http://www.accuweather.com/ | http://collections.internetmemory.org/nli/20140406004031/http://accuweather.com/en/nl/netherlands-weather | 200 | http://wayback.archive-it.org/10702/20140406004031/http://www.accuweather.com/ | http://wayback.archive-it.org/10702/20140406004034/http://www.accuweather.com/en/nl/netherlands-weather | 200 | 3 | Yes | Yes | |
http://collections.internetmemory.org/nli/20150715053423/http://www.redcross.org/ | - | 200 | http://wayback.archive-it.org/10702/20150715053423/http://www.redcross.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20161118112804/http://www.hubspot.com | - | 200 | http://wayback.archive-it.org/10702/20161118112804/http://www.hubspot.com | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20110221164107/http://www.flickr.com/ | - | 200 | http://wayback.archive-it.org/10702/20110221164107/http://www.flickr.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121221161751/http://www.entrepreneur.com/ | - | 200 | http://wayback.archive-it.org/10702/20121221161751/http://www.entrepreneur.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20131207230235/http://www.mycitycuisine.org/wiki/Main_Page | - | 200 | http://wayback.archive-it.org/10702/20131207230235/http://www.mycitycuisine.org/wiki/Main_Page | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141110192148/http://www.warnerbros.com/ | - | 200 | http://wayback.archive-it.org/10702/20141110192148/http://www.warnerbros.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20151030120255/http://www.allaboutcookies.org/ | - | 200 | http://wayback.archive-it.org/10702/20151030120255/http://www.allaboutcookies.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160427001325/http://www.transportation.gov/ | http://collections.internetmemory.org/nli/20160427001325/https://www.transportation.gov/ | 200 | http://wayback.archive-it.org/10702/20160427001325/http://www.transportation.gov/ | http://wayback.archive-it.org/10702/20160427001338/https://www.transportation.gov/ | 200 | 13 | Yes | Yes | |
http://collections.internetmemory.org/nli/20111026125212/http://www.data.gov/ | - | 200 | http://wayback.archive-it.org/10702/20111026125212/http://www.data.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20120829104744/http://nginx.org/ | - | 200 | http://wayback.archive-it.org/10702/20120829104744/http://nginx.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20131207154638/http://who.int/en/ | - | 200 | http://wayback.archive-it.org/10702/20131207154638/http://who.int/en/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140709140747/http://www.pwc.com/ | - | 200 | http://wayback.archive-it.org/10702/20140709140747/http://www.pwc.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150814054932/http://www.google.com/reader/about/ | - | 200 | http://wayback.archive-it.org/10702/20150814054932/http://www.google.com/reader/about/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160427220454/http://www.google.com.hk/ | - | 200 | http://wayback.archive-it.org/10702/20160427220454/http://www.google.com.hk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20110222005704/http://www.google.de/ | - | 200 | http://wayback.archive-it.org/10702/20110222005704/http://www.google.de/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121221161755/http://www.adweek.com/ | - | 200 | http://wayback.archive-it.org/10702/20121221161755/http://www.adweek.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20131126090038/http://en.gravatar.com/ | - | 200 | http://wayback.archive-it.org/10702/20131126090038/http://en.gravatar.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140131052823/http://www.dictionary.com/ | http://collections.internetmemory.org/nli/20140131052823/http://dictionary.reference.com/ | 200 | http://wayback.archive-it.org/10702/20140131052823/http://www.dictionary.com/ | http://wayback.archive-it.org/10702/20140131052826/http://dictionary.reference.com/ | 200 | 3 | Yes | Yes | |
http://collections.internetmemory.org/nli/20151218143256/http://i.imgur.com/removed.png | - | 200 | http://wayback.archive-it.org/10702/20151218143256/http://i.imgur.com/removed.png | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160123155500/http://www.discovery.com/ | - | 200 | http://wayback.archive-it.org/10702/20160123155500/http://www.discovery.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20110221212116/http://www.newsvine.com/ | - | 200 | http://wayback.archive-it.org/10702/20110221212116/http://www.newsvine.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121221224117/http://www.aboutcookies.org/ | - | 200 | http://wayback.archive-it.org/10702/20121221224117/http://www.aboutcookies.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20131017115705/http://www.wufoo.com/ | - | 200 | http://wayback.archive-it.org/10702/20131017115705/http://www.wufoo.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150812024500/http://p3nlhclust404.shr.prod.phx3.secureserver.net/SharedContent/redirect_0.html | - | 200 | http://wayback.archive-it.org/10702/20150812024500/http://p3nlhclust404.shr.prod.phx3.secureserver.net/SharedContent/redirect_0.html | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160424225302/http://www.walmart.com/ | - | 200 | http://wayback.archive-it.org/10702/20160424225302/http://www.walmart.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20110311141958/http://myspace.com/ | - | 200 | http://wayback.archive-it.org/10702/20110311141958/http://myspace.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121223010553/http://ustr.gov/ | - | 200 | http://wayback.archive-it.org/10702/20121223010553/http://ustr.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20131022132310/http://about.me/ | http://collections.internetmemory.org/nli/20131022132310/https://about.me/ | 200 | http://wayback.archive-it.org/10702/20131022132310/http://about.me/ | http://wayback.archive-it.org/10702/20131022132224/https://about.me/ | 200 | -46 | Yes | Yes | |
http://collections.internetmemory.org/nli/20141015010330/http://www.youtube.com/?feature=youtu.be | - | 200 | http://wayback.archive-it.org/10702/20141015010330/http://www.youtube.com/?feature=youtu.be | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20151016153048/http://www.state.gov/ | - | 200 | http://wayback.archive-it.org/10702/20151016153048/http://www.state.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160505062019/http://www.nbcsports.com/ | - | 200 | http://wayback.archive-it.org/10702/20160505062019/http://www.nbcsports.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20110313161159/http://www.typepad.com/ | - | 200 | http://wayback.archive-it.org/10702/20110313161159/http://www.typepad.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20120607140440/http://www.cancer.gov/ | - | 200 | http://wayback.archive-it.org/10702/20120607140440/http://www.cancer.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20130119213114/http://www.google.nl/ | - | 200 | http://wayback.archive-it.org/10702/20130119213114/http://www.google.nl/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140601024220/http://www.epa.gov/ | - | 200 | http://wayback.archive-it.org/10702/20140601024220/http://www.epa.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20151017092743/http://www.fema.gov/ | - | 200 | http://wayback.archive-it.org/10702/20151017092743/http://www.fema.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160121021811/http://www.bbcgoodfood.com/ | - | 200 | http://wayback.archive-it.org/10702/20160121021811/http://www.bbcgoodfood.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20110221210446/http://apache.org/ | - | 200 | http://wayback.archive-it.org/10702/20110221210446/http://apache.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121030030652/http://www.supremecourt.gov/ | - | 200 | http://wayback.archive-it.org/10702/20121030030652/http://www.supremecourt.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20131207205309/http://storify.com/ | - | 200 | http://wayback.archive-it.org/10702/20131207205309/http://storify.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140720062117/http://www.rogerebert.com/ | - | 200 | http://wayback.archive-it.org/10702/20140720062117/http://www.rogerebert.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150715111813/http://healthfinder.gov/ | - | 200 | http://wayback.archive-it.org/10702/20150715111813/http://healthfinder.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160427174825/http://www.fda.gov/ | - | 200 | http://wayback.archive-it.org/10702/20160427174825/http://www.fda.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20110313130157/http://www.nature.com/ | - | 200 | http://wayback.archive-it.org/10702/20110313130157/http://www.nature.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121222034934/http://www.nationalservice.gov/ | - | 200 | http://wayback.archive-it.org/10702/20121222034934/http://www.nationalservice.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20131003231114/http://example.com/ | - | 200 | http://wayback.archive-it.org/10702/20131003231114/http://example.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141008050732/http://www.simplyrecipes.com/ | - | 200 | http://wayback.archive-it.org/10702/20141008050732/http://www.simplyrecipes.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150816001204/http://www.eia.gov/ | - | 200 | http://wayback.archive-it.org/10702/20150816001204/http://www.eia.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160128065708/http://www.nsf.gov/ | - | 200 | http://wayback.archive-it.org/10702/20160128065708/http://www.nsf.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20110312084648/http://www.reverbnation.com/ | - | 200 | http://wayback.archive-it.org/10702/20110312084648/http://www.reverbnation.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121223143625/http://www.treasury.gov/Pages/default.aspx | - | 200 | http://wayback.archive-it.org/10702/20121223143625/http://www.treasury.gov/Pages/default.aspx | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20131208022229/http://www.telegraph.co.uk/ | - | 200 | http://wayback.archive-it.org/10702/20131208022229/http://www.telegraph.co.uk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141014095722/http://www.recovery.gov | http://collections.internetmemory.org/nli/20141014095722/http://recovery.gov/pages/default.aspx | 200 | http://wayback.archive-it.org/10702/20141014095722/http://www.recovery.gov | http://wayback.archive-it.org/10702/20141014095725/http://www.recovery.gov/Pages/default.aspx | 200 | 3 | Yes | Yes | |
http://collections.internetmemory.org/nli/20150830110430/http://www.treasurydirect.gov/ | - | 200 | http://wayback.archive-it.org/10702/20150830110430/http://www.treasurydirect.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160412101355/http://www.justice.gov/ | http://collections.internetmemory.org/nli/20160412101355/https://www.justice.gov/ | 200 | http://wayback.archive-it.org/10702/20160412101355/http://www.justice.gov/ | http://wayback.archive-it.org/10702/20160412101408/https://www.justice.gov/ | 200 | 13 | Yes | Yes | |
http://collections.internetmemory.org/nli/20111022202601/http://www.openstreetmap.org/ | - | 200 | http://wayback.archive-it.org/10702/20111022202601/http://www.openstreetmap.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121025231849/http://www.nist.gov/ | http://collections.internetmemory.org/nli/20121025231849/http://nist.gov/index.html | 200 | http://wayback.archive-it.org/10702/20121025231849/http://www.nist.gov/ | http://wayback.archive-it.org/10702/20121025231856/http://www.nist.gov/index.html | 200 | 7 | Yes | Yes | |
http://collections.internetmemory.org/nli/20131210054144/http://www.stumbleupon.com/ | - | 200 | http://wayback.archive-it.org/10702/20131210054144/http://www.stumbleupon.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140708192000/http://www.federalreserve.gov/ | - | 200 | http://wayback.archive-it.org/10702/20140708192000/http://www.federalreserve.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20151017153718/http://www.bloomberg.com/businessweek | - | 200 | http://wayback.archive-it.org/10702/20151017153718/http://www.bloomberg.com/businessweek | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20161216211554/http://www.loc.gov/ | http://collections.internetmemory.org/nli/20161216211554/https://loc.gov/ | 200 | http://wayback.archive-it.org/10702/20161216211554/http://www.loc.gov/ | http://wayback.archive-it.org/10702/20161216211600/https://www.loc.gov/ | 200 | 6 | Yes | Yes | |
http://collections.internetmemory.org/nli/20111021002950/http://www.cracked.com/ | - | 200 | http://wayback.archive-it.org/10702/20111021002950/http://www.cracked.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121223010743/http://www.fbo.gov/ | http://collections.internetmemory.org/nli/20121223010743/https://www.fbo.gov/ | 200 | http://wayback.archive-it.org/10702/20121223010743/http://www.fbo.gov/ | http://wayback.archive-it.org/10702/20121223010747/https://www.fbo.gov/ | 200 | 4 | Yes | Yes | |
http://collections.internetmemory.org/nli/20130103212258/http://www.amazon.com/ | - | 200 | http://wayback.archive-it.org/10702/20130103212258/http://www.amazon.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140131002330/http://www.esri.com/ | - | 200 | http://wayback.archive-it.org/10702/20140131002330/http://www.esri.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20151016164915/http://soundcloud.com/ | http://collections.internetmemory.org/nli/20151016164915/https://soundcloud.com/ | 200 | http://wayback.archive-it.org/10702/20151016164915/http://soundcloud.com/ | http://wayback.archive-it.org/10702/20151016164919/https://soundcloud.com/ | 200 | 4 | Yes | Yes | |
http://collections.internetmemory.org/nli/20160513001423/http://www.gpo.gov/ | http://collections.internetmemory.org/nli/20160513001423/https://www.gpo.gov/ | 200 | http://wayback.archive-it.org/10702/20160513001423/http://www.gpo.gov/ | http://wayback.archive-it.org/10702/20160513001430/https://www.gpo.gov/ | 200 | 7 | Yes | Yes | |
http://collections.internetmemory.org/nli/20110228194910/http://www.sciencedirect.com/ | - | 200 | http://wayback.archive-it.org/10702/20110228194910/http://www.sciencedirect.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121222195311/http://www.experian.com/ | - | 200 | http://wayback.archive-it.org/10702/20121222195311/http://www.experian.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20130104204810/http://www.flickr.com/ | - | 200 | http://wayback.archive-it.org/10702/20130104204810/http://www.flickr.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140206001307/http://en.unesco.org/ | - | 200 | http://wayback.archive-it.org/10702/20140206001307/http://en.unesco.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160530173721/http://advertising.bbcworldwide.com/ | - | 200 | http://wayback.archive-it.org/10702/20160530173721/http://advertising.bbcworldwide.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20110314061742/http://xinhuanet.com/ | - | 200 | http://wayback.archive-it.org/10702/20110314061742/http://xinhuanet.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20120529021332/http://www.maxcdn.com/ | - | 200 | http://wayback.archive-it.org/10702/20120529021332/http://www.maxcdn.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141014055128/http://www.breakingnews.com | - | 200 | http://wayback.archive-it.org/10702/20141014055128/http://www.breakingnews.com | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150831065800/http://www.gofundme.com/ | - | 200 | http://wayback.archive-it.org/10702/20150831065800/http://www.gofundme.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20161213124150/http://www.dhs.gov/ | http://collections.internetmemory.org/nli/20161213124150/https://dhs.gov/ | 200 | http://wayback.archive-it.org/10702/20161213124150/http://www.dhs.gov/ | http://wayback.archive-it.org/10702/20161213124139/https://www.dhs.gov/ | 200 | -11 | Yes | Yes | |
http://collections.internetmemory.org/nli/20121020025716/http://www.blogactionday.org | - | 200 | http://wayback.archive-it.org/10702/20121020025716/http://www.blogactionday.org | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141104014527/http://www.defenseone.com | - | 200 | http://wayback.archive-it.org/10702/20141104014527/http://www.defenseone.com | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150821231503/http://www.engadget.com/ | - | 200 | http://wayback.archive-it.org/10702/20150821231503/http://www.engadget.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20161205230048/http://www.abebooks.com/ | http://collections.internetmemory.org/nli/20161205230048/https://abebooks.com/ | 200 | http://wayback.archive-it.org/10702/20161205230048/http://www.abebooks.com/ | http://wayback.archive-it.org/10702/20161205230059/https://www.abebooks.com/ | 200 | 11 | Yes | Yes | |
http://collections.internetmemory.org/nli/20111016182546/http://www.parliament.uk/ | - | 200 | http://wayback.archive-it.org/10702/20111016182546/http://www.parliament.uk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121223201116/http://www.audible.com | - | 200 | http://wayback.archive-it.org/10702/20121223201116/http://www.audible.com | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141108184444/http://www.doingbusiness.org | - | 200 | http://wayback.archive-it.org/10702/20141108184444/http://www.doingbusiness.org | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150829164850/http://dish.andrewsullivan.com/ | - | 200 | http://wayback.archive-it.org/10702/20150829164850/http://dish.andrewsullivan.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160117191213/http://www.aaas.org/ | - | 200 | http://wayback.archive-it.org/10702/20160117191213/http://www.aaas.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20110222170001/http://www.kickstarter.com/ | - | 200 | http://wayback.archive-it.org/10702/20110222170001/http://www.kickstarter.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121223233803/http://www.shopbop.com | - | 200 | http://wayback.archive-it.org/10702/20121223233803/http://www.shopbop.com | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140408135237/http://www.redcrossblood.org/ | - | 200 | http://wayback.archive-it.org/10702/20140408135237/http://www.redcrossblood.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20151016151146/http://pcworld.com/ | - | 200 | http://wayback.archive-it.org/10702/20151016151146/http://pcworld.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160128112430/http://www.theatlanticcities.com/ | http://collections.internetmemory.org/nli/20160128112430/http://citylab.com/ | 200 | http://wayback.archive-it.org/10702/20160128112430/http://www.theatlanticcities.com/ | http://wayback.archive-it.org/10702/20160128112433/http://www.citylab.com/ | 200 | 3 | Yes | Yes | |
http://collections.internetmemory.org/nli/20110223153402/http://www.unhcr.org/ | - | 200 | http://wayback.archive-it.org/10702/20110223153402/http://www.unhcr.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121222224959/http://www.freelancer.com/ | - | 200 | http://wayback.archive-it.org/10702/20121222224959/http://www.freelancer.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140404170601/http://www.godaddy.com/ | - | 200 | http://wayback.archive-it.org/10702/20140404170601/http://www.godaddy.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20151017041243/http://www.bbc.co.uk/news | - | 200 | http://wayback.archive-it.org/10702/20151017041243/http://www.bbc.co.uk/news | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20161212211150/http://wordpress.tv/ | - | 200 | http://wayback.archive-it.org/10702/20161212211150/http://wordpress.tv/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20110310183532/http://www.spiegel.de/ | - | 200 | http://wayback.archive-it.org/10702/20110310183532/http://www.spiegel.de/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121221221959/http://lifehacker.com/ | - | 200 | http://wayback.archive-it.org/10702/20121221221959/http://lifehacker.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140531223952/http://www.sbnation.com | - | 200 | http://wayback.archive-it.org/10702/20140531223952/http://www.sbnation.com | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20151016223914/http://www.pri.org/ | - | 200 | http://wayback.archive-it.org/10702/20151016223914/http://www.pri.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160429154036/http://www.tv.com | - | 200 | http://wayback.archive-it.org/10702/20160429154036/http://www.tv.com | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20111018183336/http://www.mediaite.com/ | - | 200 | http://wayback.archive-it.org/10702/20111018183336/http://www.mediaite.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121221224739/http://www.usnews.com/ | - | 200 | http://wayback.archive-it.org/10702/20121221224739/http://www.usnews.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140206001216/http://www.adobe.com/ | - | 200 | http://wayback.archive-it.org/10702/20140206001216/http://www.adobe.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150824063224/http://home.bt.com/ | - | 200 | http://wayback.archive-it.org/10702/20150824063224/http://home.bt.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160505223947/http://disneytermsofuse.com/ | http://collections.internetmemory.org/nli/20160505223947/https://disneytermsofuse.com/ | 200 | http://wayback.archive-it.org/10702/20160505223947/http://disneytermsofuse.com/ | http://wayback.archive-it.org/10702/20160505223954/https://disneytermsofuse.com/ | 200 | 7 | Yes | Yes | |
http://collections.internetmemory.org/nli/20110223054427/http://www.foreignaffairs.com/ | - | 200 | http://wayback.archive-it.org/10702/20110223054427/http://www.foreignaffairs.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121223010838/http://springer.com/ | http://collections.internetmemory.org/nli/20121223010838/http://springer.com/?sgwid=5-102-0-0-0 | 200 | http://wayback.archive-it.org/10702/20121223010838/http://springer.com/ | http://wayback.archive-it.org/10702/20121223010851/http://www.springer.com/?SGWID=5-102-0-0-0 | 200 | 13 | Yes | Yes | |
http://collections.internetmemory.org/nli/20141030125841/http://www.istockphoto.com/ | - | 200 | http://wayback.archive-it.org/10702/20141030125841/http://www.istockphoto.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20151203095631/http://imgur.com/ | - | 200 | http://wayback.archive-it.org/10702/20151203095631/http://imgur.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160926085007/http://www.icloud.com | http://collections.internetmemory.org/nli/20160926085007/https://icloud.com/ | 200 | http://wayback.archive-it.org/10702/20160926085007/http://www.icloud.com | http://wayback.archive-it.org/10702/20160926085021/https://www.icloud.com/ | 200 | 14 | Yes | Yes | |
http://collections.internetmemory.org/nli/20110223163049/http://ukpollingreport.co.uk/ | - | 200 | http://wayback.archive-it.org/10702/20110223163049/http://ukpollingreport.co.uk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121223002913/http://www.house.gov/ | - | 200 | http://wayback.archive-it.org/10702/20121223002913/http://www.house.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140207001641/http://www.google.com/intl/en/policies/privacy/ | - | 200 | http://wayback.archive-it.org/10702/20140207001641/http://www.google.com/intl/en/policies/privacy/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150822075941/http://www.ucl.ac.uk | - | 200 | http://wayback.archive-it.org/10702/20150822075941/http://www.ucl.ac.uk | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160411224252/http://www.skype.com/en/ | - | 200 | http://wayback.archive-it.org/10702/20160411224252/http://www.skype.com/en/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20110311072758/http://www.ign.com/ | http://collections.internetmemory.org/nli/20110311072758/http://uk.ign.com/ | 200 | http://wayback.archive-it.org/10702/20110311072758/http://www.ign.com/ | http://wayback.archive-it.org/10702/20110311072803/http://uk.ign.com/ | 200 | 5 | Yes | Yes | |
http://collections.internetmemory.org/nli/20121222122842/http://arstechnica.com/ | - | 200 | http://wayback.archive-it.org/10702/20121222122842/http://arstechnica.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140706171821/http://newrepublic.com/ | - | 200 | http://wayback.archive-it.org/10702/20140706171821/http://newrepublic.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150811151904/http://www.bls.gov/ | - | 200 | http://wayback.archive-it.org/10702/20150811151904/http://www.bls.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160530173723/http://shop.bbc.com/ | - | 200 | http://wayback.archive-it.org/10702/20160530173723/http://shop.bbc.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20110311090935/http://creativecommons.org/ | - | 200 | http://wayback.archive-it.org/10702/20110311090935/http://creativecommons.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121025151026/http://blog.flickr.net/en | - | 200 | http://wayback.archive-it.org/10702/20121025151026/http://blog.flickr.net/en | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141112131415/http://www.iom.int/ | http://collections.internetmemory.org/nli/20141112131415/http://iom.int/cms/en/sites/iom/home.html | 200 | http://wayback.archive-it.org/10702/20141112131415/http://www.iom.int/ | http://wayback.archive-it.org/10702/20141112131431/http://www.iom.int/cms/en/sites/iom/home.html | 200 | 16 | Yes | Yes | |
http://collections.internetmemory.org/nli/20150910042132/http://www.unicef.org/ | - | 200 | http://wayback.archive-it.org/10702/20150910042132/http://www.unicef.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20161212225050/http://statcounter.com/ | - | 200 | http://wayback.archive-it.org/10702/20161212225050/http://statcounter.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20110311034357/http://www.dropbox.com/ | - | 200 | http://wayback.archive-it.org/10702/20110311034357/http://www.dropbox.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121222090129/http://www.babble.com/ | - | 200 | http://wayback.archive-it.org/10702/20121222090129/http://www.babble.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141118091427/http://www.sptimes.com/ | - | 200 | http://wayback.archive-it.org/10702/20141118091427/http://www.sptimes.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20151016153903/http://www.google.com/ | - | 200 | http://wayback.archive-it.org/10702/20151016153903/http://www.google.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20161216211559/http://www.bl.uk/ | - | 200 | http://wayback.archive-it.org/10702/20161216211559/http://www.bl.uk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20110228121253/http://www.metoffice.gov.uk/ | - | 200 | http://wayback.archive-it.org/10702/20110228121253/http://www.metoffice.gov.uk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121221190709/http://n4g.com/ | - | 200 | http://wayback.archive-it.org/10702/20121221190709/http://n4g.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140609173855/http://123-reg-expired.co.uk/ | - | 200 | http://wayback.archive-it.org/10702/20140609173855/http://123-reg-expired.co.uk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150812113140/http://livejournal.com/ | - | 200 | http://wayback.archive-it.org/10702/20150812113140/http://livejournal.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160328221418/http://www.findmypast.co.uk/ | - | 200 | http://wayback.archive-it.org/10702/20160328221418/http://www.findmypast.co.uk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20110310164317/http://www.slideshare.net/ | - | 200 | http://wayback.archive-it.org/10702/20110310164317/http://www.slideshare.net/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121223010838/http://www.chevron.com/ | - | 200 | http://wayback.archive-it.org/10702/20121223010838/http://www.chevron.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140611014641/http://www.ippr.org/ | - | 200 | http://wayback.archive-it.org/10702/20140611014641/http://www.ippr.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20151016160324/http://www.fsa.gov.uk/ | - | 200 | http://wayback.archive-it.org/10702/20151016160324/http://www.fsa.gov.uk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20161213102051/http://www.ncbi.nlm.nih.gov/pubmed/ | http://collections.internetmemory.org/nli/20161213102051/https://ncbi.nlm.nih.gov/pubmed/ | 200 | http://wayback.archive-it.org/10702/20161213102051/http://www.ncbi.nlm.nih.gov/pubmed/ | http://wayback.archive-it.org/10702/20161213102100/https://www.ncbi.nlm.nih.gov/pubmed/ | 200 | 9 | Yes | Yes | |
http://collections.internetmemory.org/nli/20110310184408/http://www.derrycity.gov.uk/ | - | 200 | http://wayback.archive-it.org/10702/20110310184408/http://www.derrycity.gov.uk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20120829180842/http://movabletype.com | - | 200 | http://wayback.archive-it.org/10702/20120829180842/http://movabletype.com | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140706184626/http://www.oxfam.org.uk/ | - | 200 | http://wayback.archive-it.org/10702/20140706184626/http://www.oxfam.org.uk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150822034111/http://www.tripadvisor.com/ | - | 200 | http://wayback.archive-it.org/10702/20150822034111/http://www.tripadvisor.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160412200720/http://www.forestry.gov.uk/ | - | 200 | http://wayback.archive-it.org/10702/20160412200720/http://www.forestry.gov.uk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20110223014429/http://www.latimes.com/ | - | 200 | http://wayback.archive-it.org/10702/20110223014429/http://www.latimes.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121221192015/http://www.tlc.com/ | - | 200 | http://wayback.archive-it.org/10702/20121221192015/http://www.tlc.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140601041251/http://www.nhc.noaa.gov/ | - | 200 | http://wayback.archive-it.org/10702/20140601041251/http://www.nhc.noaa.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20151016163146/http://history.state.gov/ | - | 200 | http://wayback.archive-it.org/10702/20151016163146/http://history.state.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160119052636/http://www.gov.scot/ | - | 200 | http://wayback.archive-it.org/10702/20160119052636/http://www.gov.scot/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20110310183938/http://www.wired.com/ | - | 200 | http://wayback.archive-it.org/10702/20110310183938/http://www.wired.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121222231306/http://www.elegantthemes.com/ | - | 200 | http://wayback.archive-it.org/10702/20121222231306/http://www.elegantthemes.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140715030751/http://data.worldbank.org/ | - | 200 | http://wayback.archive-it.org/10702/20140715030751/http://data.worldbank.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20151016161041/http://www.bloomberg.com/ | http://collections.internetmemory.org/nli/20151016161041/http://bloomberg.com/europe | 200 | http://wayback.archive-it.org/10702/20151016161041/http://www.bloomberg.com/ | http://wayback.archive-it.org/10702/20151016161044/http://www.bloomberg.com/europe | 200 | 3 | Yes | Yes | |
http://collections.internetmemory.org/nli/20160202173305/http://www.usaid.gov/ | http://collections.internetmemory.org/nli/20160202173305/https://www.usaid.gov/ | 200 | http://wayback.archive-it.org/10702/20160202173305/http://www.usaid.gov/ | http://wayback.archive-it.org/10702/20160202173308/https://www.usaid.gov/ | 200 | 3 | Yes | Yes | |
http://collections.internetmemory.org/nli/20110324133006/http://vimeo.com/ | - | 200 | http://wayback.archive-it.org/10702/20110324133006/http://vimeo.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121221173552/http://www.youdao.com/ | - | 200 | http://wayback.archive-it.org/10702/20121221173552/http://www.youdao.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141119103139/http://www.nlm.nih.gov/ | - | 200 | http://wayback.archive-it.org/10702/20141119103139/http://www.nlm.nih.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150811191743/http://www.buzzfeed.com/ | - | 200 | http://wayback.archive-it.org/10702/20150811191743/http://www.buzzfeed.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160429212735/http://wn.com/ | - | 200 | http://wayback.archive-it.org/10702/20160429212735/http://wn.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20111103132412/http://www.businessinsider.com/ | - | 200 | http://wayback.archive-it.org/10702/20111103132412/http://www.businessinsider.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121222142646/http://sounds.bl.uk | - | 200 | http://wayback.archive-it.org/10702/20121222142646/http://sounds.bl.uk | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141117043225/http://www.afbini.gov.uk/ | - | 200 | http://wayback.archive-it.org/10702/20141117043225/http://www.afbini.gov.uk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150811143013/http://www.theatlantic.com/ | http://collections.internetmemory.org/nli/20150811143013/http://theatlantic.com/world/ | 200 | http://wayback.archive-it.org/10702/20150811143013/http://www.theatlantic.com/ | http://wayback.archive-it.org/10702/20150811143016/http://www.theatlantic.com/world/ | 200 | 3 | Yes | Yes | |
http://collections.internetmemory.org/nli/20160430225157/http://www.defense.gov/ | - | 200 | http://wayback.archive-it.org/10702/20160430225157/http://www.defense.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20110313083645/http://techcrunch.com/ | - | 200 | http://wayback.archive-it.org/10702/20110313083645/http://techcrunch.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20120613130433/http://unctad.org/en/Pages/Home.aspx | - | 200 | http://wayback.archive-it.org/10702/20120613130433/http://unctad.org/en/Pages/Home.aspx | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140609144515/http://www.newsy.com/ | - | 200 | http://wayback.archive-it.org/10702/20140609144515/http://www.newsy.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20151030110746/http://www.addtoany.com/ | http://collections.internetmemory.org/nli/20151030110746/https://www.addtoany.com/ | 200 | http://wayback.archive-it.org/10702/20151030110746/http://www.addtoany.com/ | http://wayback.archive-it.org/10702/20151030110756/https://www.addtoany.com/ | 200 | 10 | Yes | Yes | |
http://collections.internetmemory.org/nli/20160427103829/http://www.spotify.com/ | http://collections.internetmemory.org/nli/20160427103829/https://www.spotify.com/fr/ | 200 | http://wayback.archive-it.org/10702/20160427103829/http://www.spotify.com/ | http://wayback.archive-it.org/10702/20160427103839/https://www.spotify.com/fr/ | 200 | 10 | Yes | Yes | |
http://collections.internetmemory.org/nli/20111017014704/http://www.barnesandnoble.com/ | - | 200 | http://wayback.archive-it.org/10702/20111017014704/http://www.barnesandnoble.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121223021005/http://www.eonline.com/ | - | 200 | http://wayback.archive-it.org/10702/20121223021005/http://www.eonline.com/ | http://wayback.archive-it.org/10702/20121222115030/http://uk.eonline.com/ | 200 | -51575.0 ( 14 hours) | No | Yes | |
http://collections.internetmemory.org/nli/20141106054821/http://www.ebay.com/ | - | 200 | http://wayback.archive-it.org/10702/20141106054821/http://www.ebay.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20151201020708/http://www.facebook.com/ | http://collections.internetmemory.org/nli/20151201020708/https://www.facebook.com/ | 200 | http://wayback.archive-it.org/10702/20151201020708/http://www.facebook.com/ | http://wayback.archive-it.org/10702/20151201020634/https://www.facebook.com/?_rdr=p | 200 | -34 | No | Yes | |
http://collections.internetmemory.org/nli/20160129200626/http://www.etsy.com/ | http://collections.internetmemory.org/nli/20160129200626/https://www.etsy.com/ | 200 | http://wayback.archive-it.org/10702/20160129200626/http://www.etsy.com/ | http://wayback.archive-it.org/10702/20160129200629/https://www.etsy.com/ | 200 | 3 | Yes | Yes | |
http://collections.internetmemory.org/nli/20110228173621/http://www.usatoday.com/ | - | 200 | http://wayback.archive-it.org/10702/20110228173621/http://www.usatoday.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121017103836/http://id.loc.gov/ | - | 200 | http://wayback.archive-it.org/10702/20121017103836/http://id.loc.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140726125825/http://www.google.fr/ | - | 200 | http://wayback.archive-it.org/10702/20140726125825/http://www.google.fr/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150822082242/http://www.homestead.com/ | - | 200 | http://wayback.archive-it.org/10702/20150822082242/http://www.homestead.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160114105959/http://www.wunderground.com/ | - | 200 | http://wayback.archive-it.org/10702/20160114105959/http://www.wunderground.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20111016134453/http://www.surveymonkey.com/ | http://collections.internetmemory.org/nli/20111016134453/http://nl.surveymonkey.com/home.aspx | 200 | http://wayback.archive-it.org/10702/20111016134453/http://www.surveymonkey.com/ | http://wayback.archive-it.org/10702/20111016134219/http://nl.surveymonkey.com/home.aspx | 200 | -154.0 ( 2 mins) | Yes | Yes | |
http://collections.internetmemory.org/nli/20121223022903/http://www.equalitytrust.org.uk/ | - | 200 | http://wayback.archive-it.org/10702/20121223022903/http://www.equalitytrust.org.uk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140525085532/http://www.scribd.com/ | - | 200 | http://wayback.archive-it.org/10702/20140525085532/http://www.scribd.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20151016150615/http://www.doubleclickbygoogle.com/ | http://collections.internetmemory.org/nli/20151016150615/https://www.doubleclickbygoogle.com/ | 200 | http://wayback.archive-it.org/10702/20151016150615/http://www.doubleclickbygoogle.com/ | http://wayback.archive-it.org/10702/20160821160814/https://www.doubleclickbygoogle.com/ | 200 | 26787719.0 (310 days) | Yes | Yes | |
http://collections.internetmemory.org/nli/20161213111140/http://www.stanford.edu/ | - | 200 | http://wayback.archive-it.org/10702/20161213111140/http://www.stanford.edu/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20110310152237/http://twitter.com/ | - | 200 | http://wayback.archive-it.org/10702/20110310152237/http://twitter.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121017105813/http://www.artscouncil.org.uk/ | - | 200 | http://wayback.archive-it.org/10702/20121017105813/http://www.artscouncil.org.uk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140524190333/http://www.goodreads.com/ | - | 200 | http://wayback.archive-it.org/10702/20140524190333/http://www.goodreads.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150812213753/http://www.politico.com/ | - | 200 | http://wayback.archive-it.org/10702/20150812213753/http://www.politico.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160525173429/http://www.google.ca/ | - | 200 | http://wayback.archive-it.org/10702/20160525173429/http://www.google.ca/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20111016200358/http://www.whitehouse.gov/ | - | 200 | http://wayback.archive-it.org/10702/20111016200358/http://www.whitehouse.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121030025315/http://www.123-reg.co.uk/ | - | 200 | http://wayback.archive-it.org/10702/20121030025315/http://www.123-reg.co.uk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140524011708/http://www.google.es/ | - | 200 | http://wayback.archive-it.org/10702/20140524011708/http://www.google.es/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150904035955/http://europa.eu/ | - | 200 | http://wayback.archive-it.org/10702/20150904035955/http://europa.eu/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160425003314/http://www.nationalgeographic.com/ | - | 200 | http://wayback.archive-it.org/10702/20160425003314/http://www.nationalgeographic.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20111016133426/http://www.addthis.com/ | - | 200 | http://wayback.archive-it.org/10702/20111016133426/http://www.addthis.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141013202555/http://www.meetup.com/ | - | 200 | http://wayback.archive-it.org/10702/20141013202555/http://www.meetup.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20151030110734/http://www.gstatic.com/ | - | 404 | http://wayback.archive-it.org/10702/20151030110734/http://www.gstatic.com/ | - | 404 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160429212815/http://www.abc.net.au/ | - | 200 | http://wayback.archive-it.org/10702/20160429212815/http://www.abc.net.au/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20111016131426/http://www.ustream.tv/ | - | 200 | http://wayback.archive-it.org/10702/20111016131426/http://www.ustream.tv/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121221203746/http://www.google.co.jp/ | - | 200 | http://wayback.archive-it.org/10702/20121221203746/http://www.google.co.jp/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141027110833/http://www.google.com.au/ | - | 200 | http://wayback.archive-it.org/10702/20141027110833/http://www.google.com.au/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20151020024017/http://www.cdbaby.com/ | - | 200 | http://wayback.archive-it.org/10702/20151020024017/http://www.cdbaby.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160525173429/http://www.google.co.in/ | - | 200 | http://wayback.archive-it.org/10702/20160525173429/http://www.google.co.in/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20111120101356/http://wordpress.org/ | - | 200 | http://wayback.archive-it.org/10702/20111120101356/http://wordpress.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121221195853/http://www.opera.com/ | - | 200 | http://wayback.archive-it.org/10702/20121221195853/http://www.opera.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140716152553/http://www.squarespace.com/ | - | 200 | http://wayback.archive-it.org/10702/20140716152553/http://www.squarespace.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20151017024036/http://www.booking.com/ | - | 200 | http://wayback.archive-it.org/10702/20151017024036/http://www.booking.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160123143523/http://weather.com/ | - | 200 | http://wayback.archive-it.org/10702/20160123143523/http://weather.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20110310104228/http://www.youtube.com/ | - | 200 | http://wayback.archive-it.org/10702/20110310104228/http://www.youtube.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121223020850/http://www.google.it/ | - | 200 | http://wayback.archive-it.org/10702/20121223020850/http://www.google.it/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141022210557/http://www.worldbank.org/ | - | 200 | http://wayback.archive-it.org/10702/20141022210557/http://www.worldbank.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20151201062516/http://www.pinterest.com/ | http://collections.internetmemory.org/nli/20151201062516/https://www.pinterest.com/ | 200 | http://wayback.archive-it.org/10702/20151201062516/http://www.pinterest.com/ | http://wayback.archive-it.org/10702/20151201062509/https://www.pinterest.com/ | 200 | -7 | Yes | Yes | |
http://collections.internetmemory.org/nli/20160406083158/http://www.fastcompany.com/ | - | 200 | http://wayback.archive-it.org/10702/20160406083158/http://www.fastcompany.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20110228154156/http://www.accuweather.com/ | - | 200 | http://wayback.archive-it.org/10702/20110228154156/http://www.accuweather.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121221162249/http://www.indiatimes.com/ | - | 200 | http://wayback.archive-it.org/10702/20121221162249/http://www.indiatimes.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140405234652/http://www.sciencemag.org/ | - | 200 | http://wayback.archive-it.org/10702/20140405234652/http://www.sciencemag.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150906160030/http://www.entrepreneur.com/ | - | 200 | http://wayback.archive-it.org/10702/20150906160030/http://www.entrepreneur.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160506180425/http://www.redcross.org/ | - | 200 | http://wayback.archive-it.org/10702/20160506180425/http://www.redcross.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20110224031422/http://who.int/en/ | - | 200 | http://wayback.archive-it.org/10702/20110224031422/http://who.int/en/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121223013713/http://www.hubspot.com | - | 200 | http://wayback.archive-it.org/10702/20121223013713/http://www.hubspot.com | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141101053251/http://www.google.pl/ | - | 200 | http://wayback.archive-it.org/10702/20141101053251/http://www.google.pl/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20151017042113/http://www.pwc.com/ | - | 200 | http://wayback.archive-it.org/10702/20151017042113/http://www.pwc.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160525191231/http://www.warnerbros.com/ | - | 200 | http://wayback.archive-it.org/10702/20160525191231/http://www.warnerbros.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20110404155422/http://en.gravatar.com/ | - | 200 | http://wayback.archive-it.org/10702/20110404155422/http://en.gravatar.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121221200746/http://www.allaboutcookies.org/ | - | 200 | http://wayback.archive-it.org/10702/20121221200746/http://www.allaboutcookies.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141015015015/http://www.google.com/reader/about/ | - | 200 | http://wayback.archive-it.org/10702/20141015015015/http://www.google.com/reader/about/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20151018004157/http://www.google.de/ | - | 200 | http://wayback.archive-it.org/10702/20151018004157/http://www.google.de/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160419222359/http://www.dictionary.com/ | - | 200 | http://wayback.archive-it.org/10702/20160419222359/http://www.dictionary.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20111103134235/http://www.wufoo.com/ | - | 200 | http://wayback.archive-it.org/10702/20111103134235/http://www.wufoo.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121221161224/http://www.newsvine.com/ | - | 200 | http://wayback.archive-it.org/10702/20121221161224/http://www.newsvine.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140526052623/http://i.imgur.com/removed.png | - | 200 | http://wayback.archive-it.org/10702/20140526052623/http://i.imgur.com/removed.png | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150822204737/http://myspace.com/ | http://collections.internetmemory.org/nli/20150822204737/https://myspace.com/ | 200 | http://wayback.archive-it.org/10702/20150822204737/http://myspace.com/ | http://wayback.archive-it.org/10702/20150822204741/https://myspace.com/ | 200 | 4 | Yes | Yes | |
http://collections.internetmemory.org/nli/20160424204129/http://www.aboutcookies.org/ | - | 200 | http://wayback.archive-it.org/10702/20160424204129/http://www.aboutcookies.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20111114105247/http://www.google.nl/ | - | 200 | http://wayback.archive-it.org/10702/20111114105247/http://www.google.nl/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121223053906/http://www.gunpolicy.org/ | - | 200 | http://wayback.archive-it.org/10702/20121223053906/http://www.gunpolicy.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141018205733/http://ustr.gov/ | - | 200 | http://wayback.archive-it.org/10702/20141018205733/http://ustr.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150523050549/http://www.youtube.com/?feature=youtu.be | http://collections.internetmemory.org/nli/20150523050549/https://www.youtube.com/?feature=youtu.be | 200 | http://wayback.archive-it.org/10702/20150523050549/http://www.youtube.com/?feature=youtu.be | http://wayback.archive-it.org/10702/20150523050552/https://www.youtube.com/?feature=youtu.be | 200 | 3 | Yes | Yes | |
http://collections.internetmemory.org/nli/20160508224332/http://p3nlhclust404.shr.prod.phx3.secureserver.net/SharedContent/redirect_0.html | - | 200 | http://wayback.archive-it.org/10702/20160508224332/http://p3nlhclust404.shr.prod.phx3.secureserver.net/SharedContent/redirect_0.html | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20111022204706/http://storify.com/ | - | 200 | http://wayback.archive-it.org/10702/20111022204706/http://storify.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121222041236/http://about.me/ | - | 200 | http://wayback.archive-it.org/10702/20121222041236/http://about.me/ | http://wayback.archive-it.org/10702/20121222041502/https://about.me/ | 200 | 146.0 ( 2 mins) | Yes | Yes | |
http://collections.internetmemory.org/nli/20141015054718/http://www.state.gov/ | - | 200 | http://wayback.archive-it.org/10702/20141015054718/http://www.state.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150812072345/http://www.typepad.com/ | - | 200 | http://wayback.archive-it.org/10702/20150812072345/http://www.typepad.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160123143707/http://www.epa.gov/ | - | 200 | http://wayback.archive-it.org/10702/20160123143707/http://www.epa.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20110222213339/http://example.com/ | http://collections.internetmemory.org/nli/20110222213339/http://iana.org/domains/example/ | 200 | http://wayback.archive-it.org/10702/20110222213339/http://example.com/ | http://wayback.archive-it.org/10702/20110222124734/http://www.iana.org/domains/example/ | 200 | -31565.0 ( 8 hours) | Yes | Yes | |
http://collections.internetmemory.org/nli/20121222113307/http://www.bbcgoodfood.com/ | - | 200 | http://wayback.archive-it.org/10702/20121222113307/http://www.bbcgoodfood.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140728075338/http://www.cancer.gov/ | - | 200 | http://wayback.archive-it.org/10702/20140728075338/http://www.cancer.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20151016160345/http://apache.org/ | - | 200 | http://wayback.archive-it.org/10702/20151016160345/http://apache.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160130215824/http://www.fema.gov/ | - | 200 | http://wayback.archive-it.org/10702/20160130215824/http://www.fema.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20110310155642/http://www.telegraph.co.uk/ | - | 200 | http://wayback.archive-it.org/10702/20110310155642/http://www.telegraph.co.uk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121222012739/http://healthfinder.gov/ | - | 200 | http://wayback.archive-it.org/10702/20121222012739/http://healthfinder.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141108215925/http://www.supremecourt.gov/ | - | 200 | http://wayback.archive-it.org/10702/20141108215925/http://www.supremecourt.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150811174055/http://www.nature.com/ | - | 200 | http://wayback.archive-it.org/10702/20150811174055/http://www.nature.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160413064902/http://www.simplyrecipes.com/ | - | 200 | http://wayback.archive-it.org/10702/20160413064902/http://www.simplyrecipes.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20110313173608/http://www.amazon.com/ | - | 200 | http://wayback.archive-it.org/10702/20110313173608/http://www.amazon.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121222152833/http://www.eia.gov/ | - | 200 | http://wayback.archive-it.org/10702/20121222152833/http://www.eia.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141117041354/http://www.fda.gov/ | - | 200 | http://wayback.archive-it.org/10702/20141117041354/http://www.fda.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20151017194659/http://www.openstreetmap.org/ | - | 200 | http://wayback.archive-it.org/10702/20151017194659/http://www.openstreetmap.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160425050232/http://www.reverbnation.com/ | http://collections.internetmemory.org/nli/20160425050232/https://www.reverbnation.com/ | 200 | http://wayback.archive-it.org/10702/20160425050232/http://www.reverbnation.com/ | http://wayback.archive-it.org/10702/20160425050236/https://www.reverbnation.com/ | 200 | 4 | Yes | Yes | |
http://collections.internetmemory.org/nli/20111017093441/http://imgur.com/ | - | 200 | http://wayback.archive-it.org/10702/20111017093441/http://imgur.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121223005935/http://www.justice.gov/ | - | 200 | http://wayback.archive-it.org/10702/20121223005935/http://www.justice.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140602175340/http://www.treasury.gov/Pages/default.aspx | - | 200 | http://wayback.archive-it.org/10702/20140602175340/http://www.treasury.gov/Pages/default.aspx | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20151016230637/http://www.stumbleupon.com/ | http://collections.internetmemory.org/nli/20151016230637/https://www.stumbleupon.com/ | 200 | http://wayback.archive-it.org/10702/20151016230637/http://www.stumbleupon.com/ | http://wayback.archive-it.org/10702/20151016230644/https://www.stumbleupon.com/ | 200 | 7 | Yes | Yes | |
http://collections.internetmemory.org/nli/20160503134841/http://www.bloomberg.com/businessweek | - | 200 | http://wayback.archive-it.org/10702/20160503134841/http://www.bloomberg.com/businessweek | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20111103130151/http://www.unicef.org/ | - | 200 | http://wayback.archive-it.org/10702/20111103130151/http://www.unicef.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121223161402/http://www.federalreserve.gov/ | - | 200 | http://wayback.archive-it.org/10702/20121223161402/http://www.federalreserve.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140404063845/http://www.loc.gov/ | - | 200 | http://wayback.archive-it.org/10702/20140404063845/http://www.loc.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150523074438/http://www.cracked.com/ | - | 200 | http://wayback.archive-it.org/10702/20150523074438/http://www.cracked.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20161213064354/http://soundcloud.com/ | http://collections.internetmemory.org/nli/20161213064354/https://soundcloud.com/ | 200 | http://wayback.archive-it.org/10702/20161213064354/http://soundcloud.com/ | http://wayback.archive-it.org/10702/20161213064357/https://soundcloud.com/ | 200 | 3 | Yes | Yes | |
http://collections.internetmemory.org/nli/20110222101215/http://www.google.com/ | http://collections.internetmemory.org/nli/20110222101215/http://google.nl/ | 200 | http://wayback.archive-it.org/10702/20110222101215/http://www.google.com/ | http://wayback.archive-it.org/10702/20110222101219/http://www.google.nl/ | 200 | 4 | Yes | Yes | |
http://collections.internetmemory.org/nli/20121222024220/http://www.esri.com/ | - | 200 | http://wayback.archive-it.org/10702/20121222024220/http://www.esri.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140602175518/http://www.gpo.gov/ | - | 200 | http://wayback.archive-it.org/10702/20140602175518/http://www.gpo.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150813062933/http://www.sciencedirect.com/ | - | 200 | http://wayback.archive-it.org/10702/20150813062933/http://www.sciencedirect.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160114004443/http://www.flickr.com/ | http://collections.internetmemory.org/nli/20160114004443/https://www.flickr.com/ | 200 | http://wayback.archive-it.org/10702/20160114004443/http://www.flickr.com/ | http://wayback.archive-it.org/10702/20150812021054/https://www.flickr.com/ | 200 | -13386829.0 (154 days) | Yes | Yes | |
http://collections.internetmemory.org/nli/20110222233427/http://livejournal.com/ | - | 200 | http://wayback.archive-it.org/10702/20110222233427/http://livejournal.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121222012025/http://themeforest.net/ | - | 200 | http://wayback.archive-it.org/10702/20121222012025/http://themeforest.net/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141011211928/http://www.gofundme.com/ | - | 200 | http://wayback.archive-it.org/10702/20141011211928/http://www.gofundme.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20151016183230/http://xinhuanet.com/ | - | 200 | http://wayback.archive-it.org/10702/20151016183230/http://xinhuanet.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160524152842/http://en.unesco.org/ | - | 200 | http://wayback.archive-it.org/10702/20160524152842/http://en.unesco.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20110313105226/http://www.ippr.org/ | - | 200 | http://wayback.archive-it.org/10702/20110313105226/http://www.ippr.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121221185818/http://www.breakingnews.com | - | 200 | http://wayback.archive-it.org/10702/20121221185818/http://www.breakingnews.com | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140715034454/http://www.blogger.com/ | http://collections.internetmemory.org/nli/20140715034454/https://accounts.google.com/servicelogin?service=blogger&passive=1209600&continue=https://www.blogger.com/home&followup=https://www.blogger.com/home<mpl=start | 200 | http://wayback.archive-it.org/10702/20140715034454/http://www.blogger.com/ | http://wayback.archive-it.org/10702/20140715034512/https://accounts.google.com/ServiceLogin?service=blogger&passive=1209600&continue=https://www.blogger.com/home&followup=https://www.blogger.com/home<mpl=start | 200 | 18 | Yes | Yes | |
http://collections.internetmemory.org/nli/20150818093804/http://www.parliament.uk/ | - | 200 | http://wayback.archive-it.org/10702/20150818093804/http://www.parliament.uk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160116180123/http://www.defenseone.com | - | 200 | http://wayback.archive-it.org/10702/20160116180123/http://www.defenseone.com | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20110222174757/http://www.tripadvisor.com/ | - | 200 | http://wayback.archive-it.org/10702/20110222174757/http://www.tripadvisor.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121020025714/http://www.dhs.gov/ | - | 200 | http://wayback.archive-it.org/10702/20121020025714/http://www.dhs.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140406134848/http://www.engadget.com/ | - | 200 | http://wayback.archive-it.org/10702/20140406134848/http://www.engadget.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150523051204/http://www.kickstarter.com/ | http://collections.internetmemory.org/nli/20150523051204/https://www.kickstarter.com/ | 200 | http://wayback.archive-it.org/10702/20150523051204/http://www.kickstarter.com/ | http://wayback.archive-it.org/10702/20150523051211/https://www.kickstarter.com/ | 200 | 7 | Yes | Yes | |
http://collections.internetmemory.org/nli/20160419224218/http://www.doingbusiness.org | - | 200 | http://wayback.archive-it.org/10702/20160419224218/http://www.doingbusiness.org | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20110314042821/http://www.bloomberg.com/ | - | 200 | http://wayback.archive-it.org/10702/20110314042821/http://www.bloomberg.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121221164422/http://pcworld.com/ | - | 200 | http://wayback.archive-it.org/10702/20121221164422/http://pcworld.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141008095248/http://dish.andrewsullivan.com/ | - | 200 | http://wayback.archive-it.org/10702/20141008095248/http://dish.andrewsullivan.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150813151623/http://www.unhcr.org/ | - | 200 | http://wayback.archive-it.org/10702/20150813151623/http://www.unhcr.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160518140611/http://www.godaddy.com/ | http://collections.internetmemory.org/nli/20160518140611/https://www.godaddy.com/ | 200 | http://wayback.archive-it.org/10702/20160518140611/http://www.godaddy.com/ | http://wayback.archive-it.org/10702/20160518140618/https://www.godaddy.com/ | 200 | 7 | Yes | Yes | |
http://collections.internetmemory.org/nli/20110308130449/http://www.addtoany.com/ | - | 200 | http://wayback.archive-it.org/10702/20110308130449/http://www.addtoany.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121221203958/http://www.theatlanticcities.com/ | - | 200 | http://wayback.archive-it.org/10702/20121221203958/http://www.theatlanticcities.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140210050840/http://www.bbc.co.uk/news | - | 404 | http://wayback.archive-it.org/10702/20140210050840/http://www.bbc.co.uk/news | - | 404 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20151016150226/http://www.spiegel.de/ | - | 200 | http://wayback.archive-it.org/10702/20151016150226/http://www.spiegel.de/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160202125105/http://www.pri.org/ | - | 200 | http://wayback.archive-it.org/10702/20160202125105/http://www.pri.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20110310152352/http://www.facebook.com/ | - | 200 | http://wayback.archive-it.org/10702/20110310152352/http://www.facebook.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121222072224/http://www.sbnation.com | - | 200 | http://wayback.archive-it.org/10702/20121222072224/http://www.sbnation.com | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141103220020/http://www.mediaite.com/ | - | 200 | http://wayback.archive-it.org/10702/20141103220020/http://www.mediaite.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20151016203214/http://www.foreignaffairs.com/ | http://collections.internetmemory.org/nli/20151016203214/https://www.foreignaffairs.com/ | 200 | http://wayback.archive-it.org/10702/20151016203214/http://www.foreignaffairs.com/ | http://wayback.archive-it.org/10702/20151016203236/https://www.foreignaffairs.com/ | 200 | 22 | Yes | Yes | |
http://collections.internetmemory.org/nli/20160118185811/http://www.usnews.com/ | - | 200 | http://wayback.archive-it.org/10702/20160118185811/http://www.usnews.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20110313102447/http://www.etsy.com/ | - | 200 | http://wayback.archive-it.org/10702/20110313102447/http://www.etsy.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121222192202/http://www.tv.com | - | 200 | http://wayback.archive-it.org/10702/20121222192202/http://www.tv.com | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140403130141/http://ukpollingreport.co.uk/ | - | 200 | http://wayback.archive-it.org/10702/20140403130141/http://ukpollingreport.co.uk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150715123325/http://www.ign.com/ | http://collections.internetmemory.org/nli/20150715123325/http://fr.ign.com/ | 200 | http://wayback.archive-it.org/10702/20150715123325/http://www.ign.com/ | http://wayback.archive-it.org/10702/20150715123331/http://fr.ign.com/ | 200 | 6 | Yes | Yes | |
http://collections.internetmemory.org/nli/20160514205953/http://www.adobe.com/ | - | 200 | http://wayback.archive-it.org/10702/20160514205953/http://www.adobe.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20110221192454/http://www.stanford.edu/ | - | 200 | http://wayback.archive-it.org/10702/20110221192454/http://www.stanford.edu/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121223005847/http://www.istockphoto.com/ | - | 200 | http://wayback.archive-it.org/10702/20121223005847/http://www.istockphoto.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141016223231/http://www.babble.com/ | - | 200 | http://wayback.archive-it.org/10702/20141016223231/http://www.babble.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20151017004004/http://www.dropbox.com/ | http://collections.internetmemory.org/nli/20151017004004/https://www.dropbox.com/ | 200 | http://wayback.archive-it.org/10702/20151017004004/http://www.dropbox.com/ | http://wayback.archive-it.org/10702/20151017004011/https://www.dropbox.com/ | 200 | 7 | Yes | Yes | |
http://collections.internetmemory.org/nli/20161212215704/http://home.bt.com/ | - | 200 | http://wayback.archive-it.org/10702/20161212215704/http://home.bt.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121222131751/http://www.google.com/intl/en/policies/privacy/ | - | 200 | http://wayback.archive-it.org/10702/20121222131751/http://www.google.com/intl/en/policies/privacy/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141019045616/http://www.bl.uk/ | - | 200 | http://wayback.archive-it.org/10702/20141019045616/http://www.bl.uk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20151017013407/http://vimeo.com/ | http://collections.internetmemory.org/nli/20151017013407/https://vimeo.com/ | 200 | http://wayback.archive-it.org/10702/20151017013407/http://vimeo.com/ | http://wayback.archive-it.org/10702/20151017013410/https://vimeo.com/ | 200 | 3 | Yes | Yes | |
http://collections.internetmemory.org/nli/20161214180634/http://springer.com/ | http://collections.internetmemory.org/nli/20161214180634/http://springer.com/gp/ | 200 | http://wayback.archive-it.org/10702/20161214180634/http://springer.com/ | http://wayback.archive-it.org/10702/20161214180637/http://www.springer.com/gp/ | 200 | 3 | Yes | Yes | |
http://collections.internetmemory.org/nli/20121223005807/http://www.ucl.ac.uk | - | 200 | http://wayback.archive-it.org/10702/20121223005807/http://www.ucl.ac.uk | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140709125412/http://www.metoffice.gov.uk/ | - | 200 | http://wayback.archive-it.org/10702/20140709125412/http://www.metoffice.gov.uk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20151016170832/http://techcrunch.com/ | - | 200 | http://wayback.archive-it.org/10702/20151016170832/http://techcrunch.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160503134952/http://arstechnica.com/ | - | 200 | http://wayback.archive-it.org/10702/20160503134952/http://arstechnica.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121222115511/http://www.bls.gov/ | - | 200 | http://wayback.archive-it.org/10702/20121222115511/http://www.bls.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140404060743/http://www.slideshare.net/ | - | 200 | http://wayback.archive-it.org/10702/20140404060743/http://www.slideshare.net/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150811200850/http://www.google.fr/ | - | 200 | http://wayback.archive-it.org/10702/20150811200850/http://www.google.fr/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160116150933/http://newrepublic.com/ | http://collections.internetmemory.org/nli/20160116150933/https://newrepublic.com/ | 200 | http://wayback.archive-it.org/10702/20160116150933/http://newrepublic.com/ | http://wayback.archive-it.org/10702/20160116150936/https://newrepublic.com/ | 200 | 3 | Yes | Yes | |
http://collections.internetmemory.org/nli/20121222050307/http://www.iom.int/ | http://collections.internetmemory.org/nli/20121222050307/http://iom.int/cms/en/sites/iom/home.html | 200 | http://wayback.archive-it.org/10702/20121222050307/http://www.iom.int/ | http://wayback.archive-it.org/10702/20121222050311/http://www.iom.int/cms/en/sites/iom/home.html | 200 | 4 | Yes | Yes | |
http://collections.internetmemory.org/nli/20141008030324/http://www.derrycity.gov.uk/ | - | 200 | http://wayback.archive-it.org/10702/20141008030324/http://www.derrycity.gov.uk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150829165740/http://www.wunderground.com/ | - | 200 | http://wayback.archive-it.org/10702/20150829165740/http://www.wunderground.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160427090708/http://creativecommons.org/ | - | 200 | http://wayback.archive-it.org/10702/20160427090708/http://creativecommons.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121221210702/http://statcounter.com/ | - | 200 | http://wayback.archive-it.org/10702/20121221210702/http://statcounter.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141013035925/http://www.latimes.com/ | - | 200 | http://wayback.archive-it.org/10702/20141013035925/http://www.latimes.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150715130005/http://www.surveymonkey.com/ | http://collections.internetmemory.org/nli/20150715130005/https://fr.surveymonkey.com/ | 200 | http://wayback.archive-it.org/10702/20150715130005/http://www.surveymonkey.com/ | http://wayback.archive-it.org/10702/20150715130020/https://fr.surveymonkey.com/ | 200 | 15 | Yes | Yes | |
http://collections.internetmemory.org/nli/20160501001504/http://blog.flickr.net/en | - | 200 | http://wayback.archive-it.org/10702/20160501001504/http://blog.flickr.net/en | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121229171506/http://123-reg-expired.co.uk/ | - | 200 | http://wayback.archive-it.org/10702/20121229171506/http://123-reg-expired.co.uk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141001111615/http://www.wired.com/ | - | 200 | http://wayback.archive-it.org/10702/20141001111615/http://www.wired.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150817070941/http://www.scribd.com/ | http://collections.internetmemory.org/nli/20150817070941/https://www.scribd.com/ | 200 | http://wayback.archive-it.org/10702/20150817070941/http://www.scribd.com/ | http://wayback.archive-it.org/10702/20150817070948/https://www.scribd.com/ | 200 | 7 | Yes | Yes | |
http://collections.internetmemory.org/nli/20160427225300/http://data.worldbank.org/ | - | 200 | http://wayback.archive-it.org/10702/20160427225300/http://data.worldbank.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121223195340/http://www.fsa.gov.uk/ | - | 200 | http://wayback.archive-it.org/10702/20121223195340/http://www.fsa.gov.uk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140602185548/http://www.usaid.gov/ | - | 200 | http://wayback.archive-it.org/10702/20140602185548/http://www.usaid.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20151016152910/http://twitter.com/ | http://collections.internetmemory.org/nli/20151016152910/https://twitter.com/ | 200 | http://wayback.archive-it.org/10702/20151016152910/http://twitter.com/ | http://wayback.archive-it.org/10702/20151016152913/https://twitter.com/ | 200 | 3 | Yes | Yes | |
http://collections.internetmemory.org/nli/20160125192901/http://www.nlm.nih.gov/ | http://collections.internetmemory.org/nli/20160125192901/https://www.nlm.nih.gov/ | 200 | http://wayback.archive-it.org/10702/20160125192901/http://www.nlm.nih.gov/ | http://wayback.archive-it.org/10702/20160125192904/https://www.nlm.nih.gov/ | 200 | 3 | Yes | Yes | |
http://collections.internetmemory.org/nli/20121028155121/http://www.ncbi.nlm.nih.gov/pubmed/ | - | 200 | http://wayback.archive-it.org/10702/20121028155121/http://www.ncbi.nlm.nih.gov/pubmed/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140404092241/http://www.buzzfeed.com/ | - | 200 | http://wayback.archive-it.org/10702/20140404092241/http://www.buzzfeed.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150815084309/http://www.whitehouse.gov/ | http://collections.internetmemory.org/nli/20150815084309/https://www.whitehouse.gov/ | 200 | http://wayback.archive-it.org/10702/20150815084309/http://www.whitehouse.gov/ | http://wayback.archive-it.org/10702/20150815084323/https://www.whitehouse.gov/ | 200 | 14 | Yes | Yes | |
http://collections.internetmemory.org/nli/20160328202444/http://www.businessinsider.com/ | http://collections.internetmemory.org/nli/20160328202444/http://uk.businessinsider.com/?r=us&ir=t | 200 | http://wayback.archive-it.org/10702/20160328202444/http://www.businessinsider.com/ | - | 404 | - | No | No | |
http://collections.internetmemory.org/nli/20121222083636/http://www.oxfam.org.uk/ | - | 200 | http://wayback.archive-it.org/10702/20121222083636/http://www.oxfam.org.uk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141001221620/http://www.usatoday.com/ | - | 200 | http://wayback.archive-it.org/10702/20141001221620/http://www.usatoday.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20151030110730/http://www.addthis.com/ | - | 200 | http://wayback.archive-it.org/10702/20151030110730/http://www.addthis.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160114123127/http://www.theatlantic.com/ | http://collections.internetmemory.org/nli/20160114123127/http://theatlantic.com/world/ | 200 | http://wayback.archive-it.org/10702/20160114123127/http://www.theatlantic.com/ | http://wayback.archive-it.org/10702/20160114123130/http://www.theatlantic.com/world/ | 200 | 3 | Yes | Yes | |
http://collections.internetmemory.org/nli/20121114091804/http://www.forestry.gov.uk/ | - | 200 | http://wayback.archive-it.org/10702/20121114091804/http://www.forestry.gov.uk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141009125920/http://www.homestead.com/ | - | 200 | http://wayback.archive-it.org/10702/20141009125920/http://www.homestead.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20151030122148/http://www.abc.net.au/ | - | 200 | http://wayback.archive-it.org/10702/20151030122148/http://www.abc.net.au/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20161125162443/http://www.ebay.com/ | - | 200 | http://wayback.archive-it.org/10702/20161125162443/http://www.ebay.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121223011256/http://history.state.gov/ | - | 200 | http://wayback.archive-it.org/10702/20121223011256/http://history.state.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140524034258/http://www.politico.com/ | - | 200 | http://wayback.archive-it.org/10702/20140524034258/http://www.politico.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20151218142152/http://wordpress.org/ | http://collections.internetmemory.org/nli/20151218142152/https://wordpress.org/ | 200 | http://wayback.archive-it.org/10702/20151218142152/http://wordpress.org/ | http://wayback.archive-it.org/10702/20151016165057/https://wordpress.org/ | 200 | -5434255.0 (62 days) | Yes | Yes | |
http://collections.internetmemory.org/nli/20161213045726/http://www.goodreads.com/ | http://collections.internetmemory.org/nli/20161213045726/https://goodreads.com/ | 200 | http://wayback.archive-it.org/10702/20161213045726/http://www.goodreads.com/ | http://wayback.archive-it.org/10702/20161213045821/https://www.goodreads.com/ | 200 | 55 | Yes | Yes | |
http://collections.internetmemory.org/nli/20121221233256/http://www.defense.gov/ | - | 200 | http://wayback.archive-it.org/10702/20121221233256/http://www.defense.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141002032336/http://www.nationalgeographic.com/ | - | 200 | http://wayback.archive-it.org/10702/20141002032336/http://www.nationalgeographic.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20151016162442/http://www.youtube.com/ | http://collections.internetmemory.org/nli/20151016162442/https://www.youtube.com/ | 200 | http://wayback.archive-it.org/10702/20151016162442/http://www.youtube.com/ | http://wayback.archive-it.org/10702/20151016162435/https://www.youtube.com/ | 200 | -7 | Yes | Yes | |
http://collections.internetmemory.org/nli/20160430221148/http://europa.eu/ | - | 200 | http://wayback.archive-it.org/10702/20160430221148/http://europa.eu/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121228210758/http://www.spotify.com/ | http://collections.internetmemory.org/nli/20121228210758/http://spotify.com/nl/video-splash/?utm_source=spotify&utm_medium=web&utm_campaign=start | 200 | http://wayback.archive-it.org/10702/20121228210758/http://www.spotify.com/ | http://wayback.archive-it.org/10702/20121228210804/http://www.spotify.com/nl/video-splash/?utm_source=spotify&utm_medium=web&utm_campaign=start | 200 | 6 | Yes | Yes | |
http://collections.internetmemory.org/nli/20140613141624/http://www.google.co.in/ | - | 200 | http://wayback.archive-it.org/10702/20140613141624/http://www.google.co.in/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150819230000/http://who.int/en/ | - | 200 | http://wayback.archive-it.org/10702/20150819230000/http://who.int/en/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160501152720/http://www.meetup.com/ | - | 200 | http://wayback.archive-it.org/10702/20160501152720/http://www.meetup.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121221182846/http://www.google.es/ | - | 200 | http://wayback.archive-it.org/10702/20121221182846/http://www.google.es/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140206000532/http://www.pinterest.com/ | http://collections.internetmemory.org/nli/20140206000532/https://www.pinterest.com/ | 200 | http://wayback.archive-it.org/10702/20140206000532/http://www.pinterest.com/ | http://wayback.archive-it.org/10702/20140206000600/https://www.pinterest.com/ | 200 | 28 | Yes | Yes | |
http://collections.internetmemory.org/nli/20150523051451/http://en.gravatar.com/ | - | 200 | http://wayback.archive-it.org/10702/20150523051451/http://en.gravatar.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160328201528/http://www.gstatic.com/ | - | 404 | http://wayback.archive-it.org/10702/20160328201528/http://www.gstatic.com/ | - | 404 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20120917084806/http://www.ustream.tv/ | - | 200 | http://wayback.archive-it.org/10702/20120917084806/http://www.ustream.tv/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140720054857/http://www.google.de/ | - | 200 | http://wayback.archive-it.org/10702/20140720054857/http://www.google.de/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150813074652/http://ustr.gov/ | http://collections.internetmemory.org/nli/20150813074652/https://ustr.gov/ | 200 | http://wayback.archive-it.org/10702/20150813074652/http://ustr.gov/ | http://wayback.archive-it.org/10702/20150813074655/https://ustr.gov/ | 200 | 3 | Yes | Yes | |
http://collections.internetmemory.org/nli/20160524151616/http://www.squarespace.com/ | http://collections.internetmemory.org/nli/20160524151616/https://www.squarespace.com/ | 200 | http://wayback.archive-it.org/10702/20160524151616/http://www.squarespace.com/ | http://wayback.archive-it.org/10702/20160524151625/https://www.squarespace.com/ | 200 | 9 | Yes | Yes | |
http://collections.internetmemory.org/nli/20121222020758/http://www.google.com.au/ | - | 200 | http://wayback.archive-it.org/10702/20121222020758/http://www.google.com.au/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141103044602/http://www.newsvine.com/ | - | 200 | http://wayback.archive-it.org/10702/20141103044602/http://www.newsvine.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20151203120315/http://storify.com/ | http://collections.internetmemory.org/nli/20151203120315/https://storify.com/ | 200 | http://wayback.archive-it.org/10702/20151203120315/http://storify.com/ | http://wayback.archive-it.org/10702/20151203120538/https://storify.com/ | 200 | 143.0 ( 2 mins) | Yes | Yes | |
http://collections.internetmemory.org/nli/20161213173700/http://www.booking.com/ | - | 200 | http://wayback.archive-it.org/10702/20161213173700/http://www.booking.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121221183611/http://www.cdbaby.com/ | - | 200 | http://wayback.archive-it.org/10702/20121221183611/http://www.cdbaby.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141010023947/http://myspace.com/ | http://collections.internetmemory.org/nli/20141010023947/https://myspace.com/ | 200 | http://wayback.archive-it.org/10702/20141010023947/http://myspace.com/ | http://wayback.archive-it.org/10702/20141010023950/https://myspace.com/ | 200 | 3 | Yes | Yes | |
http://collections.internetmemory.org/nli/20150819212547/http://www.epa.gov/ | - | 200 | http://wayback.archive-it.org/10702/20150819212547/http://www.epa.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160129194800/http://www.worldbank.org/ | - | 200 | http://wayback.archive-it.org/10702/20160129194800/http://www.worldbank.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20120613130842/http://weather.com/ | - | 200 | http://wayback.archive-it.org/10702/20120613130842/http://weather.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140611230128/http://example.com/ | - | 200 | http://wayback.archive-it.org/10702/20140611230128/http://example.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20151016150109/http://www.telegraph.co.uk/ | - | 200 | http://wayback.archive-it.org/10702/20151016150109/http://www.telegraph.co.uk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160412230454/http://www.accuweather.com/ | http://collections.internetmemory.org/nli/20160412230454/http://accuweather.com/en/fr/france-weather | 200 | http://wayback.archive-it.org/10702/20160412230454/http://www.accuweather.com/ | http://wayback.archive-it.org/10702/20160412230458/http://www.accuweather.com/en/fr/france-weather | 200 | 4 | Yes | Yes | |
http://collections.internetmemory.org/nli/20121221220627/http://www.fastcompany.com/ | - | 200 | http://wayback.archive-it.org/10702/20121221220627/http://www.fastcompany.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140403085918/http://apache.org/ | - | 200 | http://wayback.archive-it.org/10702/20140403085918/http://apache.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150820060847/http://www.supremecourt.gov/ | - | 200 | http://wayback.archive-it.org/10702/20150820060847/http://www.supremecourt.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20161217055906/http://www.sciencemag.org/ | - | 200 | http://wayback.archive-it.org/10702/20161217055906/http://www.sciencemag.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121223130605/http://www.warnerbros.com/ | - | 200 | http://wayback.archive-it.org/10702/20121223130605/http://www.warnerbros.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140703011439/http://www.nature.com/ | - | 200 | http://wayback.archive-it.org/10702/20140703011439/http://www.nature.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20151016121455/http://www.amazon.com/ | - | 200 | http://wayback.archive-it.org/10702/20151016121455/http://www.amazon.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160530223024/http://www.entrepreneur.com/ | http://collections.internetmemory.org/nli/20160530223024/https://www.entrepreneur.com/ | 200 | http://wayback.archive-it.org/10702/20160530223024/http://www.entrepreneur.com/ | http://wayback.archive-it.org/10702/20160530223025/https://www.entrepreneur.com/ | 200 | 1 | Yes | Yes | |
http://collections.internetmemory.org/nli/20121111230415/http://www.google.nl/ | - | 200 | http://wayback.archive-it.org/10702/20121111230415/http://www.google.nl/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140131000621/http://www.openstreetmap.org/ | - | 200 | http://wayback.archive-it.org/10702/20140131000621/http://www.openstreetmap.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20151208162431/http://www.federalreserve.gov/ | - | 200 | http://wayback.archive-it.org/10702/20151208162431/http://www.federalreserve.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160428061410/http://www.pwc.com/ | - | 200 | http://wayback.archive-it.org/10702/20160428061410/http://www.pwc.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121221173835/http://www.state.gov/ | - | 200 | http://wayback.archive-it.org/10702/20121221173835/http://www.state.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141031035812/http://www.reverbnation.com/ | - | 200 | http://wayback.archive-it.org/10702/20141031035812/http://www.reverbnation.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150904072835/http://www.loc.gov/ | - | 200 | http://wayback.archive-it.org/10702/20150904072835/http://www.loc.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160411180328/http://www.allaboutcookies.org/ | - | 200 | http://wayback.archive-it.org/10702/20160411180328/http://www.allaboutcookies.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121221185638/http://www.typepad.com/ | - | 200 | http://wayback.archive-it.org/10702/20121221185638/http://www.typepad.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141011183025/http://imgur.com/ | - | 200 | http://wayback.archive-it.org/10702/20141011183025/http://imgur.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160117191543/http://www.google.com/reader/about/ | - | 200 | http://wayback.archive-it.org/10702/20160117191543/http://www.google.com/reader/about/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20120916204354/http://www.simplyrecipes.com/ | - | 200 | http://wayback.archive-it.org/10702/20120916204354/http://www.simplyrecipes.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141104080334/http://www.justice.gov/ | - | 200 | http://wayback.archive-it.org/10702/20141104080334/http://www.justice.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150902010233/http://www.blogger.com/ | http://collections.internetmemory.org/nli/20150902010233/https://accounts.google.com/servicelogin?service=blogger&hl=nl&passive=1209600&continue=https://www.blogger.com/home | 200 | http://wayback.archive-it.org/10702/20150902010233/http://www.blogger.com/ | http://wayback.archive-it.org/10702/20150902010240/https://accounts.google.com/ServiceLogin?service=blogger&hl=nl&passive=1209600&continue=https://www.blogger.com/home | 200 | 7 | Yes | Yes | |
http://collections.internetmemory.org/nli/20160821160831/http://www.wufoo.com/ | - | 200 | http://wayback.archive-it.org/10702/20160821160831/http://www.wufoo.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20120919131839/http://www.stumbleupon.com/ | - | 200 | http://wayback.archive-it.org/10702/20120919131839/http://www.stumbleupon.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140402144748/http://www.cracked.com/ | - | 200 | http://wayback.archive-it.org/10702/20140402144748/http://www.cracked.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20150715124557/http://www.etsy.com/ | - | 200 | http://wayback.archive-it.org/10702/20150715124557/http://www.etsy.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160224150848/http://i.imgur.com/removed.png | - | 200 | http://wayback.archive-it.org/10702/20160224150848/http://i.imgur.com/removed.png | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121221173605/http://www.unicef.org/ | - | 200 | http://wayback.archive-it.org/10702/20121221173605/http://www.unicef.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141208140356/http://soundcloud.com/ | http://collections.internetmemory.org/nli/20141208140356/https://soundcloud.com/ | 200 | http://wayback.archive-it.org/10702/20141208140356/http://soundcloud.com/ | http://wayback.archive-it.org/10702/20141015200525/https://soundcloud.com/ | 200 | -4643911.0 (53 days) | Yes | Yes | |
http://collections.internetmemory.org/nli/20151201234907/http://example.com/ | - | 200 | http://wayback.archive-it.org/10702/20151201234907/http://example.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20161205211534/http://about.me/ | http://collections.internetmemory.org/nli/20161205211534/https://about.me/ | 200 | http://wayback.archive-it.org/10702/20161205211534/http://about.me/ | http://wayback.archive-it.org/10702/20161205211541/https://about.me/ | 200 | 7 | Yes | Yes | |
http://collections.internetmemory.org/nli/20120915090951/http://www.google.com/ | http://collections.internetmemory.org/nli/20120915090951/http://google.nl/ | 200 | http://wayback.archive-it.org/10702/20120915090951/http://www.google.com/ | http://wayback.archive-it.org/10702/20120915090957/http://www.google.nl/ | 200 | 6 | Yes | Yes | |
http://collections.internetmemory.org/nli/20141006123647/http://www.parliament.uk/ | - | 200 | http://wayback.archive-it.org/10702/20141006123647/http://www.parliament.uk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160423203337/http://www.eia.gov/ | - | 200 | http://wayback.archive-it.org/10702/20160423203337/http://www.eia.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121223011403/http://www.gpo.gov/ | - | 200 | http://wayback.archive-it.org/10702/20121223011403/http://www.gpo.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141002021719/http://www.tripadvisor.com/ | - | 200 | http://wayback.archive-it.org/10702/20141002021719/http://www.tripadvisor.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20161212214438/http://www.sciencedirect.com/ | - | 200 | http://wayback.archive-it.org/10702/20161212214438/http://www.sciencedirect.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121221234345/http://livejournal.com/ | - | 200 | http://wayback.archive-it.org/10702/20121221234345/http://livejournal.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141225143116/http://www.kickstarter.com/ | http://collections.internetmemory.org/nli/20141225143116/https://www.kickstarter.com/ | 200 | http://wayback.archive-it.org/10702/20141225143116/http://www.kickstarter.com/ | http://wayback.archive-it.org/10702/20141207003317/https://www.kickstarter.com/ | 200 | -1605479.0 (18 days) | Yes | Yes | |
http://collections.internetmemory.org/nli/20161205213202/http://themeforest.net/ | http://collections.internetmemory.org/nli/20161205213202/https://themeforest.net/ | 200 | http://wayback.archive-it.org/10702/20161205213202/http://themeforest.net/ | http://wayback.archive-it.org/10702/20161205213206/https://themeforest.net/ | 200 | 4 | Yes | Yes | |
http://collections.internetmemory.org/nli/20121222231128/http://www.gofundme.com/ | - | 200 | http://wayback.archive-it.org/10702/20121222231128/http://www.gofundme.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141001205049/http://www.bloomberg.com/ | - | 200 | http://wayback.archive-it.org/10702/20141001205049/http://www.bloomberg.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160121215052/http://xinhuanet.com/ | - | 200 | http://wayback.archive-it.org/10702/20160121215052/http://xinhuanet.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121222194822/http://www.engadget.com/ | - | 200 | http://wayback.archive-it.org/10702/20121222194822/http://www.engadget.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140407090807/http://www.unhcr.org/ | - | 200 | http://wayback.archive-it.org/10702/20140407090807/http://www.unhcr.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160201082141/http://www.ippr.org/ | - | 200 | http://wayback.archive-it.org/10702/20160201082141/http://www.ippr.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121222025856/http://www.godaddy.com/ | - | 200 | http://wayback.archive-it.org/10702/20121222025856/http://www.godaddy.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141201120052/http://www.facebook.com/ | http://collections.internetmemory.org/nli/20141201120052/https://www.facebook.com/?_rdr | 200 | http://wayback.archive-it.org/10702/20141201120052/http://www.facebook.com/ | http://wayback.archive-it.org/10702/20141201120106/https://www.facebook.com/ | 200 | 14 | No | Yes | |
http://collections.internetmemory.org/nli/20160125035633/http://www.breakingnews.com | - | 200 | http://wayback.archive-it.org/10702/20160125035633/http://www.breakingnews.com | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121111230145/http://www.addtoany.com/ | http://collections.internetmemory.org/nli/20121111230145/http://share.lockerz.com/ | 200 | http://wayback.archive-it.org/10702/20121111230145/http://www.addtoany.com/ | http://wayback.archive-it.org/10702/20121111230137/http://share.lockerz.com/ | 200 | -8 | Yes | Yes | |
http://collections.internetmemory.org/nli/20141017230521/http://www.usnews.com/ | - | 200 | http://wayback.archive-it.org/10702/20141017230521/http://www.usnews.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160429100727/http://pcworld.com/ | - | 200 | http://wayback.archive-it.org/10702/20160429100727/http://pcworld.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121221162201/http://www.bbc.co.uk/news | http://collections.internetmemory.org/nli/20121221162201/http://bbc.co.uk/news/ | 200 | http://wayback.archive-it.org/10702/20121221162201/http://www.bbc.co.uk/news | http://wayback.archive-it.org/10702/20121221163248/http://www.bbc.co.uk/news/ | 200 | 647.0 ( 10 mins) | Yes | Yes | |
http://collections.internetmemory.org/nli/20140717093415/http://www.ign.com/ | http://collections.internetmemory.org/nli/20140717093415/http://nl.ign.com/ | 200 | http://wayback.archive-it.org/10702/20140717093415/http://www.ign.com/ | http://wayback.archive-it.org/10702/20140717093422/http://nl.ign.com/ | 200 | 7 | Yes | Yes | |
http://collections.internetmemory.org/nli/20160116162427/http://dish.andrewsullivan.com/ | - | 200 | http://wayback.archive-it.org/10702/20160116162427/http://dish.andrewsullivan.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121113233831/http://www.spiegel.de/ | - | 200 | http://wayback.archive-it.org/10702/20121113233831/http://www.spiegel.de/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140528203509/http://vimeo.com/ | http://collections.internetmemory.org/nli/20140528203509/https://vimeo.com/ | 200 | http://wayback.archive-it.org/10702/20140528203509/http://vimeo.com/ | http://wayback.archive-it.org/10702/20140528203448/https://vimeo.com/ | 200 | -21 | Yes | Yes | |
http://collections.internetmemory.org/nli/20160412033806/http://www.mediaite.com/ | - | 200 | http://wayback.archive-it.org/10702/20160412033806/http://www.mediaite.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121222014655/http://www.pri.org/ | - | 200 | http://wayback.archive-it.org/10702/20121222014655/http://www.pri.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140610101932/http://techcrunch.com/ | - | 200 | http://wayback.archive-it.org/10702/20140610101932/http://techcrunch.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160422013918/http://www.foreignaffairs.com/ | http://collections.internetmemory.org/nli/20160422013918/https://www.foreignaffairs.com/ | 200 | http://wayback.archive-it.org/10702/20160422013918/http://www.foreignaffairs.com/ | http://wayback.archive-it.org/10702/20160422013936/https://www.foreignaffairs.com/ | 200 | 18 | Yes | Yes | |
http://collections.internetmemory.org/nli/20121221171248/http://ukpollingreport.co.uk/ | - | 200 | http://wayback.archive-it.org/10702/20121221171248/http://ukpollingreport.co.uk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140706234615/http://www.wunderground.com/ | - | 200 | http://wayback.archive-it.org/10702/20140706234615/http://www.wunderground.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160427130218/http://www.dropbox.com/ | http://collections.internetmemory.org/nli/20160427130218/https://www.dropbox.com/ | 200 | http://wayback.archive-it.org/10702/20160427130218/http://www.dropbox.com/ | http://wayback.archive-it.org/10702/20160427130225/https://www.dropbox.com/ | 200 | 7 | Yes | Yes | |
http://collections.internetmemory.org/nli/20121222002544/http://www.adobe.com/ | - | 200 | http://wayback.archive-it.org/10702/20121222002544/http://www.adobe.com/ | http://wayback.archive-it.org/10702/20121222002650/https://www.adobe.com/ | 200 | 66.0 ( 1 mins) | Yes | Yes | |
http://collections.internetmemory.org/nli/20141111111827/http://twitter.com/ | http://collections.internetmemory.org/nli/20141111111827/https://twitter.com/ | 200 | http://wayback.archive-it.org/10702/20141111111827/http://twitter.com/ | http://wayback.archive-it.org/10702/20141111111841/https://twitter.com/ | 200 | 14 | Yes | Yes | |
http://collections.internetmemory.org/nli/20160627122944/http://www.google.com/intl/en/policies/privacy/ | - | 200 | http://wayback.archive-it.org/10702/20160627122944/http://www.google.com/intl/en/policies/privacy/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121223010226/http://www.stanford.edu/ | - | 200 | http://wayback.archive-it.org/10702/20121223010226/http://www.stanford.edu/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140712014828/http://www.whitehouse.gov/ | - | 200 | http://wayback.archive-it.org/10702/20140712014828/http://www.whitehouse.gov/ | http://wayback.archive-it.org/10702/20140703134434/http://www.whitehouse.gov/ | 200 | -734634.0 (8 days) | Yes | Yes | |
http://collections.internetmemory.org/nli/20160123053118/http://www.ucl.ac.uk | - | 200 | http://wayback.archive-it.org/10702/20160123053118/http://www.ucl.ac.uk | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121222071904/http://www.bl.uk/ | - | 200 | http://wayback.archive-it.org/10702/20121222071904/http://www.bl.uk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141002101618/http://www.businessinsider.com/ | - | 200 | http://wayback.archive-it.org/10702/20141002101618/http://www.businessinsider.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160421085026/http://www.metoffice.gov.uk/ | - | 200 | http://wayback.archive-it.org/10702/20160421085026/http://www.metoffice.gov.uk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121004112634/http://www.slideshare.net/ | - | 200 | http://wayback.archive-it.org/10702/20121004112634/http://www.slideshare.net/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140717231126/http://www.addthis.com/ | - | 200 | http://wayback.archive-it.org/10702/20140717231126/http://www.addthis.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160117071557/http://www.bls.gov/ | - | 200 | http://wayback.archive-it.org/10702/20160117071557/http://www.bls.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121222235952/http://www.google.fr/ | - | 200 | http://wayback.archive-it.org/10702/20121222235952/http://www.google.fr/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140404051532/http://www.abc.net.au/ | - | 200 | http://wayback.archive-it.org/10702/20140404051532/http://www.abc.net.au/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20161017211734/http://www.derrycity.gov.uk/ | http://collections.internetmemory.org/nli/20161017211734/http://derrystrabane.com/ | 200 | http://wayback.archive-it.org/10702/20161017211734/http://www.derrycity.gov.uk/ | http://wayback.archive-it.org/10702/20161017211741/http://www.derrystrabane.com/ | 200 | 7 | Yes | Yes | |
http://collections.internetmemory.org/nli/20121221182039/http://www.latimes.com/ | - | 200 | http://wayback.archive-it.org/10702/20121221182039/http://www.latimes.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140428153240/http://wordpress.org/ | - | 200 | http://wayback.archive-it.org/10702/20140428153240/http://wordpress.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160223005412/http://www.surveymonkey.com/ | http://collections.internetmemory.org/nli/20160223005412/https://fr.surveymonkey.com/ | 200 | http://wayback.archive-it.org/10702/20160223005412/http://www.surveymonkey.com/ | http://wayback.archive-it.org/10702/20160223005416/https://fr.surveymonkey.com/ | 200 | 4 | Yes | Yes | |
http://collections.internetmemory.org/nli/20121004143746/http://www.wired.com/ | - | 200 | http://wayback.archive-it.org/10702/20121004143746/http://www.wired.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140322000452/http://www.youtube.com/ | - | 200 | http://wayback.archive-it.org/10702/20140322000452/http://www.youtube.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160525171808/http://www.scribd.com/ | http://collections.internetmemory.org/nli/20160525171808/https://www.scribd.com/ | 200 | http://wayback.archive-it.org/10702/20160525171808/http://www.scribd.com/ | http://wayback.archive-it.org/10702/20160525171809/https://www.scribd.com/ | 200 | 1 | Yes | Yes | |
http://collections.internetmemory.org/nli/20121227123548/http://data.worldbank.org/ | - | 200 | http://wayback.archive-it.org/10702/20121227123548/http://data.worldbank.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140601024059/http://who.int/en/ | - | 200 | http://wayback.archive-it.org/10702/20140601024059/http://who.int/en/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160507132228/http://www.buzzfeed.com/ | http://collections.internetmemory.org/nli/20160507132228/https://www.buzzfeed.com/ | 200 | http://wayback.archive-it.org/10702/20160507132228/http://www.buzzfeed.com/ | http://wayback.archive-it.org/10702/20160507132235/https://www.buzzfeed.com/ | 200 | 7 | Yes | Yes | |
http://collections.internetmemory.org/nli/20121221171030/http://www.usaid.gov/ | - | 200 | http://wayback.archive-it.org/10702/20121221171030/http://www.usaid.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141201120100/http://en.gravatar.com/ | - | 200 | http://wayback.archive-it.org/10702/20141201120100/http://en.gravatar.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160525173527/http://www.usatoday.com/ | - | 200 | http://wayback.archive-it.org/10702/20160525173527/http://www.usatoday.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121221193645/http://www.nlm.nih.gov/ | - | 200 | http://wayback.archive-it.org/10702/20121221193645/http://www.nlm.nih.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141020142954/http://storify.com/ | http://collections.internetmemory.org/nli/20141020142954/https://storify.com/ | 200 | http://wayback.archive-it.org/10702/20141020142954/http://storify.com/ | http://wayback.archive-it.org/10702/20141020142951/https://storify.com/ | 200 | -3 | Yes | Yes | |
http://collections.internetmemory.org/nli/20160228005706/http://www.homestead.com/ | - | 200 | http://wayback.archive-it.org/10702/20160228005706/http://www.homestead.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20120916124710/http://www.theatlantic.com/ | - | 200 | http://wayback.archive-it.org/10702/20120916124710/http://www.theatlantic.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140702102348/http://www.telegraph.co.uk/ | - | 200 | http://wayback.archive-it.org/10702/20140702102348/http://www.telegraph.co.uk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160113214439/http://www.politico.com/ | - | 200 | http://wayback.archive-it.org/10702/20160113214439/http://www.politico.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121223031258/http://www.ebay.com/ | - | 200 | http://wayback.archive-it.org/10702/20121223031258/http://www.ebay.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140322003340/http://www.flickr.com/ | - | 200 | http://wayback.archive-it.org/10702/20140322003340/http://www.flickr.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160424205434/http://www.pinterest.com/ | http://collections.internetmemory.org/nli/20160424205434/https://pinterest.com/ | 200 | http://wayback.archive-it.org/10702/20160424205434/http://www.pinterest.com/ | http://wayback.archive-it.org/10702/20160424205524/https://www.pinterest.com/ | 200 | 50 | Yes | Yes | |
http://collections.internetmemory.org/nli/20121222171335/http://www.goodreads.com/ | - | 200 | http://wayback.archive-it.org/10702/20121222171335/http://www.goodreads.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20141010133332/http://www.stumbleupon.com/ | - | 200 | http://wayback.archive-it.org/10702/20141010133332/http://www.stumbleupon.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160525134908/http://www.ustream.tv/ | - | 200 | http://wayback.archive-it.org/10702/20160525134908/http://www.ustream.tv/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121222074840/http://europa.eu/ | - | 200 | http://wayback.archive-it.org/10702/20121222074840/http://europa.eu/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20140131032911/http://www.google.com/ | http://collections.internetmemory.org/nli/20140131032911/http://google.co.uk/?gws_rd=cr&ei=hxjruuqogtky1awkh4gabw | 200 | http://wayback.archive-it.org/10702/20140131032911/http://www.google.com/ | http://wayback.archive-it.org/10702/20140131032917/http://www.google.co.uk/?gws_rd=cr&ei=hxjrUuqOGtKY1AWkh4GABw | 200 | 6 | Yes | Yes | |
http://collections.internetmemory.org/nli/20161212212738/http://www.google.de/ | - | 200 | http://wayback.archive-it.org/10702/20161212212738/http://www.google.de/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121222153331/http://www.gstatic.com/ | - | 404 | http://wayback.archive-it.org/10702/20121222153331/http://www.gstatic.com/ | - | 404 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160122053119/http://ustr.gov/ | http://collections.internetmemory.org/nli/20160122053119/https://ustr.gov/ | 200 | http://wayback.archive-it.org/10702/20160122053119/http://ustr.gov/ | http://wayback.archive-it.org/10702/20160122053124/https://ustr.gov/ | 200 | 5 | Yes | Yes | |
http://collections.internetmemory.org/nli/20121224082956/http://www.squarespace.com/ | - | 200 | http://wayback.archive-it.org/10702/20121224082956/http://www.squarespace.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160427233713/http://www.newsvine.com/ | - | 200 | http://wayback.archive-it.org/10702/20160427233713/http://www.newsvine.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20120611190826/http://www.booking.com/ | http://collections.internetmemory.org/nli/20120611190826/http://booking.com/index.en.html | 200 | http://wayback.archive-it.org/10702/20120611190826/http://www.booking.com/ | http://wayback.archive-it.org/10702/20120611190522/http://www.booking.com/index.en.html | 200 | -184.0 ( 3 mins) | Yes | Yes | |
http://collections.internetmemory.org/nli/20160822214140/http://myspace.com/ | http://collections.internetmemory.org/nli/20160822214140/https://myspace.com/ | 200 | http://wayback.archive-it.org/10702/20160822214140/http://myspace.com/ | http://wayback.archive-it.org/10702/20160822214147/https://myspace.com/ | 200 | 7 | Yes | Yes | |
http://collections.internetmemory.org/nli/20121223012201/http://www.epa.gov/ | - | 200 | http://wayback.archive-it.org/10702/20121223012201/http://www.epa.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160113212003/http://apache.org/ | - | 200 | http://wayback.archive-it.org/10702/20160113212003/http://apache.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121222005817/http://www.worldbank.org/ | - | 200 | http://wayback.archive-it.org/10702/20121222005817/http://www.worldbank.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160114021601/http://www.supremecourt.gov/ | - | 200 | http://wayback.archive-it.org/10702/20160114021601/http://www.supremecourt.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121222152805/http://www.accuweather.com/ | - | 200 | http://wayback.archive-it.org/10702/20121222152805/http://www.accuweather.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20161212213011/http://www.nature.com/ | - | 200 | http://wayback.archive-it.org/10702/20161212213011/http://www.nature.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20120916184416/http://www.sciencemag.org/ | - | 200 | http://wayback.archive-it.org/10702/20120916184416/http://www.sciencemag.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20161212212907/http://www.amazon.com/ | http://collections.internetmemory.org/nli/20161212212907/https://amazon.com/ | 200 | http://wayback.archive-it.org/10702/20161212212907/http://www.amazon.com/ | http://wayback.archive-it.org/10702/20161212212700/https://www.amazon.com/ | 200 | -127.0 ( 2 mins) | Yes | Yes | |
http://collections.internetmemory.org/nli/20121221165644/http://www.openstreetmap.org/ | - | 200 | http://wayback.archive-it.org/10702/20121221165644/http://www.openstreetmap.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160525131213/http://www.google.nl/ | - | 200 | http://wayback.archive-it.org/10702/20160525131213/http://www.google.nl/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121019122648/http://www.reverbnation.com/ | - | 200 | http://wayback.archive-it.org/10702/20121019122648/http://www.reverbnation.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160525130052/http://www.state.gov/ | - | 200 | http://wayback.archive-it.org/10702/20160525130052/http://www.state.gov/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121223132024/http://www.loc.gov/ | http://collections.internetmemory.org/nli/20121223132024/http://loc.gov/index.html | 200 | http://wayback.archive-it.org/10702/20121223132024/http://www.loc.gov/ | http://wayback.archive-it.org/10702/20121223132027/http://www.loc.gov/index.html | 200 | 3 | Yes | Yes | |
http://collections.internetmemory.org/nli/20160413171438/http://www.typepad.com/ | - | 200 | http://wayback.archive-it.org/10702/20160413171438/http://www.typepad.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121221191153/http://imgur.com/ | - | 200 | http://wayback.archive-it.org/10702/20121221191153/http://imgur.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160524151632/http://www.blogger.com/ | http://collections.internetmemory.org/nli/20160524151632/https://accounts.google.com/servicelogin?service=blogger&hl=fr&passive=1209600&continue=https://www.blogger.com/home | 200 | http://wayback.archive-it.org/10702/20160524151632/http://www.blogger.com/ | http://wayback.archive-it.org/10702/20160524151705/https://accounts.google.com/ServiceLogin?service=blogger&hl=fr&passive=1209600&continue=https://www.blogger.com/home | 200 | 33 | Yes | Yes | |
http://collections.internetmemory.org/nli/20121223174725/http://www.cracked.com/ | - | 200 | http://wayback.archive-it.org/10702/20121223174725/http://www.cracked.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160125170952/http://www.unicef.org/ | - | 200 | http://wayback.archive-it.org/10702/20160125170952/http://www.unicef.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121221163111/http://soundcloud.com/ | - | 200 | http://wayback.archive-it.org/10702/20121221163111/http://soundcloud.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160426210841/http://example.com/ | - | 200 | http://wayback.archive-it.org/10702/20160426210841/http://example.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121114122930/http://www.parliament.uk/ | - | 200 | http://wayback.archive-it.org/10702/20121114122930/http://www.parliament.uk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160525155458/http://www.tripadvisor.com/ | http://collections.internetmemory.org/nli/20160525155458/https://www.tripadvisor.com/ | 200 | http://wayback.archive-it.org/10702/20160525155458/http://www.tripadvisor.com/ | http://wayback.archive-it.org/10702/20160525155519/https://www.tripadvisor.com/ | 200 | 21 | Yes | Yes | |
http://collections.internetmemory.org/nli/20120917014447/http://www.sciencedirect.com/ | - | 200 | http://wayback.archive-it.org/10702/20120917014447/http://www.sciencedirect.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160315043610/http://livejournal.com/ | - | 200 | http://wayback.archive-it.org/10702/20160315043610/http://livejournal.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20120528230502/http://www.kickstarter.com/ | - | 200 | http://wayback.archive-it.org/10702/20120528230502/http://www.kickstarter.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160414152312/http://www.gofundme.com/ | http://collections.internetmemory.org/nli/20160414152312/https://www.gofundme.com/ | 200 | http://wayback.archive-it.org/10702/20160414152312/http://www.gofundme.com/ | http://wayback.archive-it.org/10702/20160414152319/https://www.gofundme.com/ | 200 | 7 | Yes | Yes | |
http://collections.internetmemory.org/nli/20121222162435/http://xinhuanet.com/ | - | 200 | http://wayback.archive-it.org/10702/20121222162435/http://xinhuanet.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160510174934/http://www.bloomberg.com/ | http://collections.internetmemory.org/nli/20160510174934/http://bloomberg.com/europe | 200 | http://wayback.archive-it.org/10702/20160510174934/http://www.bloomberg.com/ | http://wayback.archive-it.org/10702/20160510174937/http://www.bloomberg.com/europe | 200 | 3 | Yes | Yes | |
http://collections.internetmemory.org/nli/20121222123535/http://www.unhcr.org/ | - | 200 | http://wayback.archive-it.org/10702/20121222123535/http://www.unhcr.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160518235141/http://www.engadget.com/ | - | 200 | http://wayback.archive-it.org/10702/20160518235141/http://www.engadget.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121231135625/http://www.facebook.com/ | http://collections.internetmemory.org/nli/20121231135625/https://www.facebook.com/ | 200 | http://wayback.archive-it.org/10702/20121231135625/http://www.facebook.com/ | http://wayback.archive-it.org/10702/20121231135628/https://www.facebook.com/ | 200 | 3 | Yes | Yes | |
http://collections.internetmemory.org/nli/20160328205213/http://www.addtoany.com/ | http://collections.internetmemory.org/nli/20160328205213/https://www.addtoany.com/ | 200 | http://wayback.archive-it.org/10702/20160328205213/http://www.addtoany.com/ | http://wayback.archive-it.org/10702/20160328205230/https://www.addtoany.com/ | 200 | 17 | Yes | Yes | |
http://collections.internetmemory.org/nli/20120914222341/http://vimeo.com/ | - | 200 | http://wayback.archive-it.org/10702/20120914222341/http://vimeo.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20161213063030/http://www.bbc.co.uk/news | - | 200 | http://wayback.archive-it.org/10702/20161213063030/http://www.bbc.co.uk/news | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20120531001316/http://www.mediaite.com/ | - | 200 | http://wayback.archive-it.org/10702/20120531001316/http://www.mediaite.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160427234439/http://www.spiegel.de/ | - | 200 | http://wayback.archive-it.org/10702/20160427234439/http://www.spiegel.de/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121019203250/http://techcrunch.com/ | - | 200 | http://wayback.archive-it.org/10702/20121019203250/http://techcrunch.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20161213052138/http://ukpollingreport.co.uk/ | - | 200 | http://wayback.archive-it.org/10702/20161213052138/http://ukpollingreport.co.uk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121017105115/http://www.foreignaffairs.com/ | - | 200 | http://wayback.archive-it.org/10702/20121017105115/http://www.foreignaffairs.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160123082838/http://twitter.com/ | http://collections.internetmemory.org/nli/20160123082838/https://www.twitter.com/ | 200 | http://wayback.archive-it.org/10702/20160123082838/http://twitter.com/ | http://wayback.archive-it.org/10702/20160123082853/https://twitter.com/ | 200 | 15 | Yes | Yes | |
http://collections.internetmemory.org/nli/20120917084806/http://www.wunderground.com/ | - | 200 | http://wayback.archive-it.org/10702/20120917084806/http://www.wunderground.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160511221436/http://www.slideshare.net/ | - | 200 | http://wayback.archive-it.org/10702/20160511221436/http://www.slideshare.net/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121222204642/http://www.dropbox.com/ | http://collections.internetmemory.org/nli/20121222204642/https://www.dropbox.com/ | 200 | http://wayback.archive-it.org/10702/20121222204642/http://www.dropbox.com/ | http://wayback.archive-it.org/10702/20121222204646/https://www.dropbox.com/ | 200 | 4 | Yes | Yes | |
http://collections.internetmemory.org/nli/20160623211026/http://www.addthis.com/ | - | 200 | http://wayback.archive-it.org/10702/20160623211026/http://www.addthis.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121223122758/http://www.whitehouse.gov/ | - | 200 | http://wayback.archive-it.org/10702/20121223122758/http://www.whitehouse.gov/ | http://wayback.archive-it.org/10702/20121221222130/http://www.whitehouse.gov/administration/eop/nec/speeches/gene-sperling-remarks-economic-club-washington | 200 | -137188.0 (1 days) | No | Yes | |
http://collections.internetmemory.org/nli/20160114061811/http://www.latimes.com/ | - | 200 | http://wayback.archive-it.org/10702/20160114061811/http://www.latimes.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121221161206/http://www.businessinsider.com/ | - | 200 | http://wayback.archive-it.org/10702/20121221161206/http://www.businessinsider.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20161213111140/http://wordpress.org/ | http://collections.internetmemory.org/nli/20161213111140/https://wordpress.org/ | 200 | http://wayback.archive-it.org/10702/20161213111140/http://wordpress.org/ | http://wayback.archive-it.org/10702/20161213060304/https://wordpress.org/ | 200 | -18516.0 ( 5 hours) | Yes | Yes | |
http://collections.internetmemory.org/nli/20121221175332/http://www.abc.net.au/ | - | 200 | http://wayback.archive-it.org/10702/20121221175332/http://www.abc.net.au/ | http://wayback.archive-it.org/10702/20121221175602/http://www.abc.net.au/ | 200 | 150.0 ( 2 mins) | Yes | Yes | |
http://collections.internetmemory.org/nli/20160530162521/http://www.wired.com/ | - | 200 | http://wayback.archive-it.org/10702/20160530162521/http://www.wired.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121221171723/http://www.surveymonkey.com/ | http://collections.internetmemory.org/nli/20121221171723/http://nl.surveymonkey.com/ | 200 | http://wayback.archive-it.org/10702/20121221171723/http://www.surveymonkey.com/ | http://wayback.archive-it.org/10702/20121221171730/http://nl.surveymonkey.com/ | 200 | 7 | Yes | Yes | |
http://collections.internetmemory.org/nli/20161212211224/http://www.youtube.com/ | http://collections.internetmemory.org/nli/20161212211224/https://youtube.com/ | 200 | http://wayback.archive-it.org/10702/20161212211224/http://www.youtube.com/ | http://wayback.archive-it.org/10702/20161212211203/https://www.youtube.com/supported_browsers?next_url=%2F | 200 | -21 | No | Yes | |
http://collections.internetmemory.org/nli/20120625100914/http://www.scribd.com/ | - | 200 | http://wayback.archive-it.org/10702/20120625100914/http://www.scribd.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160422185646/http://who.int/en/ | - | 200 | http://wayback.archive-it.org/10702/20160422185646/http://who.int/en/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121221173720/http://www.buzzfeed.com/ | - | 200 | http://wayback.archive-it.org/10702/20121221173720/http://www.buzzfeed.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20161017204227/http://en.gravatar.com/ | - | 200 | http://wayback.archive-it.org/10702/20161017204227/http://en.gravatar.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121221182630/http://www.usatoday.com/ | - | 200 | http://wayback.archive-it.org/10702/20121221182630/http://www.usatoday.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160328223310/http://storify.com/ | http://collections.internetmemory.org/nli/20160328223310/https://storify.com/ | 200 | http://wayback.archive-it.org/10702/20160328223310/http://storify.com/ | http://wayback.archive-it.org/10702/20160328223646/https://storify.com/ | 200 | 216.0 ( 3 mins) | Yes | Yes | |
http://collections.internetmemory.org/nli/20121113131031/http://www.telegraph.co.uk/ | - | 200 | http://wayback.archive-it.org/10702/20121113131031/http://www.telegraph.co.uk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160524151504/http://www.stumbleupon.com/ | - | 200 | http://wayback.archive-it.org/10702/20160524151504/http://www.stumbleupon.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121113153210/http://www.politico.com/ | - | 200 | http://wayback.archive-it.org/10702/20121113153210/http://www.politico.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160424101611/http://www.google.com/ | http://collections.internetmemory.org/nli/20160424101611/http://google.fr/?gfe_rd=cr&ei=65wcv4u2gsqp8qfhtkmqba | 200 | http://wayback.archive-it.org/10702/20160424101611/http://www.google.com/ | http://wayback.archive-it.org/10702/20160424101617/http://www.google.fr/?gfe_rd=cr&ei=65wcV4u2GsqP8QfhtKmQBA | 200 | 6 | Yes | Yes | |
http://collections.internetmemory.org/nli/20120610171904/http://www.flickr.com/ | - | 200 | http://wayback.archive-it.org/10702/20120610171904/http://www.flickr.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160525123623/http://www.openstreetmap.org/ | - | 200 | http://wayback.archive-it.org/10702/20160525123623/http://www.openstreetmap.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121220001437/http://www.pinterest.com/ | - | 200 | http://wayback.archive-it.org/10702/20121220001437/http://www.pinterest.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20161217034846/http://www.cracked.com/ | - | 200 | http://wayback.archive-it.org/10702/20161217034846/http://www.cracked.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121221165018/http://myspace.com/ | - | 200 | http://wayback.archive-it.org/10702/20121221165018/http://myspace.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160627115951/http://www.parliament.uk/ | - | 200 | http://wayback.archive-it.org/10702/20160627115951/http://www.parliament.uk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121221162254/http://apache.org/ | - | 200 | http://wayback.archive-it.org/10702/20121221162254/http://apache.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20161017201510/http://www.kickstarter.com/ | http://collections.internetmemory.org/nli/20161017201510/https://kickstarter.com/ | 200 | http://wayback.archive-it.org/10702/20161017201510/http://www.kickstarter.com/ | http://wayback.archive-it.org/10702/20161017201516/https://www.kickstarter.com/ | 200 | 6 | Yes | Yes | |
http://collections.internetmemory.org/nli/20121221220033/http://www.nature.com/ | - | 200 | http://wayback.archive-it.org/10702/20121221220033/http://www.nature.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160423221904/http://www.unhcr.org/ | - | 200 | http://wayback.archive-it.org/10702/20160423221904/http://www.unhcr.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121021203647/http://www.amazon.com/ | - | 503 | http://wayback.archive-it.org/10702/20121021203647/http://www.amazon.com/ | - | 503 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20160328201335/http://www.facebook.com/ | http://collections.internetmemory.org/nli/20160328201335/https://facebook.com/ | 200 | http://wayback.archive-it.org/10702/20160328201335/http://www.facebook.com/ | http://wayback.archive-it.org/10702/20160328201444/https://www.facebook.com/ | 200 | 69.0 ( 1 mins) | Yes | Yes | |
http://collections.internetmemory.org/nli/20121227093253/http://www.blogger.com/ | http://collections.internetmemory.org/nli/20121227093253/https://accounts.google.com/servicelogin?service=blogger&passive=1209600&continue=http://www.blogger.com/home&followup=http://www.blogger.com/home<mpl=start | 200 | http://wayback.archive-it.org/10702/20121227093253/http://www.blogger.com/ | http://wayback.archive-it.org/10702/20121230130756/https://accounts.google.com/ServiceLogin?service=blogger&passive=1209600&continue=http://www.blogger.com/home&followup=http://www.blogger.com/home<mpl=start | 200 | 272103.0 (3 days) | Yes | Yes | |
http://collections.internetmemory.org/nli/20161216211625/http://vimeo.com/ | http://collections.internetmemory.org/nli/20161216211625/https://vimeo.com/ | 200 | http://wayback.archive-it.org/10702/20161216211625/http://vimeo.com/ | http://wayback.archive-it.org/10702/20161216211629/https://vimeo.com/ | 200 | 4 | Yes | Yes | |
http://collections.internetmemory.org/nli/20120914225154/http://example.com/ | http://collections.internetmemory.org/nli/20120914225154/http://iana.org/domains/example/ | 200 | http://wayback.archive-it.org/10702/20120914225154/http://example.com/ | http://wayback.archive-it.org/10702/20120914224636/http://www.iana.org/domains/example/ | 200 | -318.0 ( 5 mins) | Yes | Yes | |
http://collections.internetmemory.org/nli/20160223030730/http://www.telegraph.co.uk/ | - | 200 | http://wayback.archive-it.org/10702/20160223030730/http://www.telegraph.co.uk/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20120613143429/http://www.tripadvisor.com/ | - | 200 | http://wayback.archive-it.org/10702/20120613143429/http://www.tripadvisor.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121022135729/http://twitter.com/ | - | 200 | http://wayback.archive-it.org/10702/20121022135729/http://twitter.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20120916134536/http://www.addthis.com/ | - | 200 | http://wayback.archive-it.org/10702/20120916134536/http://www.addthis.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121122114329/http://wordpress.org/ | - | 200 | http://wayback.archive-it.org/10702/20121122114329/http://wordpress.org/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121225092832/http://www.youtube.com/ | - | 200 | http://wayback.archive-it.org/10702/20121225092832/http://www.youtube.com/ | - | 200 | - | Yes | Yes | |
http://collections.internetmemory.org/nli/20121221170435/http://who.int/en/ | - | 200 | http://wayback.archive-it.org/10702/20121221170435/http://who.int/en/ | - | 200 | - | Yes | Yes |
Thanks for this. I used the NLI Web Archive for a case-study, with a sample dataset of URL/archived web pages, and presented it at a conference in summer 2017. Of course, as part of this, I linked to some of the URL/archived web pages for effect. In late 2018, I wanted to expand the dataset further, but the original dataset was no longer available through the URLs, and thereafter trying to find the same thing in the archive-it collection was problematic. So thank you for this - it explains a lot! Also, raises the challenge of research reproducibility when an archive moves.
ReplyDeleteHi @SCHealy
ReplyDeleteHopefully replacing:
http://collection.europarchive.org/nli/
and/or
http://collections.internetmemory.org/nli/
with:
http://wayback.archive-it.org/10702/
Will get you started. You won't necessarily find the exact datestamp, but hopefully you'll still find something. We'd also be interested in knowing which URLs are completely gone.
regards,
Michael
See also:
ReplyDeleteMohamed Aturban, Michael L. Nelson, Michele C. Weigle, Where Did the Web Archive Go?, TPDL 2021. (arXiv:2108.05939)