Hacker News new | ask | show | jobs
by jrwr 1599 days ago
Here is the API you are looking for: -- https://archive.org/wayback/available?url=example.com&timest... -- this will show the oldest timestamp of a archive that the wayback has. The trick is to set the timestamp to be /really/ old and it will show the first snapshot it has.
2 comments

I don't think you can tell if "the text" of the page has changed since then without manually looking though. I'm not sure how you'd solve this technically, it's probably more than just telling you if the html bytes are identical, since small changes probably happen all the time to "the same article".

Or it might be good enough, because this kind of content is rarely updated at the same url?

I wish Wayback had an indicator for how much the page has changed from one capture to the next. A simple count of the diffs should give you a good idea.
That is irrelevant, at least for me. :)
Why are you interested in when the URL was first there, but not if it has entirely different content than when it was first there?
Because I'm only interested in when Wayback first saw the page. Nothing magical. :)
Very nice, and thanks for that! I'm unable to find usage rules, though.