HALOWERK: List archived versions of a URL with dates, status codes and content changes, an
web_archiveList archived versions of a URL with capture dates, status codes, and content-change markers. Retrieve the snapshot closest to any date, including error responses.
Instructions
List archived versions of a URL with dates, status codes and content changes, and get the snapshot closest to any date you name.
Kostenpflichtig: 0.005 USDC je Aufruf. Bezahlt per x402 auf Base, ohne Konto. Hoechstens 0.005 USDC je Aufruf.
Queries the Internet Archive for the captured versions of a URL and returns them with capture time, HTTP status, MIME type and content digest, oldest and newest first. Because consecutive captures share a digest when nothing changed, the versions where the content actually differed are marked — that is the list worth reading, not the raw capture log. A target date returns the nearest snapshot with the gap in days, which is what a citation of a page as it stood on a given day needs. Captures that returned an error at the time are separated from successful ones, so a run of 404s reveals when a page disappeared. The CDX index is the complete source but goes down regularly; when it does, the availability endpoint answers with the closest capture and the degraded state is reported rather than passed off as an empty history. Preis 0.005 USDC je Aufruf, Abrechnung über x402.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to look up. | |
| limit | No | How many captures to return. | |
| to_date | No | Latest capture to list (YYYY-MM-DD). | |
| from_date | No | Earliest capture to list (YYYY-MM-DD). | |
| target_date | No | Find the snapshot closest to this date (YYYY-MM-DD or ISO). | |
| changes_only | No | Only captures whose content differed from the previous one. | |
| include_errors | No | Include captures that recorded an HTTP error. |