zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
On this page
  • Playground
  • Code examples
  • Full reference
  • Related APIs
Web Tools/Wayback Machine
Logo Wayback Machine

Wayback Machine

Lookup archived snapshot dari Internet Archive Wayback Machine — find historical version of any URL by date.

Endpoints
1
Requests
4
Updated
3 months ago
For LLMs
llms.txt
Endpoint health9 hours ago
  • snapshotpassing, 2.9s
1/1 passingdaily 01:00 WIB

Playground

1 endpoint
GET/v1/web-tools:wayback/snapshot5m cache2 paramschecking key…
Parameters
urlstringrequired

URL lengkap yang ingin dicari snapshot-nya

timestampstring

Tanggal target snapshot (YYYYMMDD atau YYYYMMDDhhmmss). Kosongkan untuk snapshot terbaru

·
Response
EXAMPLE
{
  "url": "https://example.com",
  "found": true,
  "source": "web.archive.org",
  "snapshot": {
    "url": "https://web.archive.org/web/20230101000811/https://example.com/",
    "status": "200",
    "available": true,
    "timestamp": "20230101000811",
    "timestampIso": "2023-01-01T00:08:11.000Z"
  },
  "requestedTimestamp": "20230101"
}

Code examples

Snapshot
zpi-sdkrecommended
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });

const data = await client.run("web-tools:wayback", "snapshot", {
  "url": "https://example.com",
  "timestamp": "20230101"
});
console.log(data);
Full SDK reference →
request.sh
curl -X GET "https://api.zpi.web.id/v1/web-tools:wayback/snapshot?url=https%3A%2F%2Fexample.com&timestamp=20230101" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Full reference

1 endpoint · plain text
GETSnapshot/v1/web-tools:wayback/snapshotLookup archived snapshot.

Parameters

urlstringrequired
URL lengkap yang ingin dicari snapshot-nya
timestampstringoptional
Tanggal target snapshot (YYYYMMDD atau YYYYMMDDhhmmss). Kosongkan untuk snapshot terbaru

Request

curl -X GET "https://api.zpi.web.id/v1/web-tools:wayback/snapshot?url=https%3A%2F%2Fexample.com&timestamp=20230101" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "url": "https://example.com",
  "found": true,
  "source": "web.archive.org",
  "snapshot": {
    "url": "https://web.archive.org/web/20230101000811/https://example.com/",
    "status": "200",
    "available": true,
    "timestamp": "20230101000811",
    "timestampIso": "2023-01-01T00:08:11.000Z"
  },
  "requestedTimestamp": "20230101"
}

Related APIs

More in web-tools

Jina Reader

web-tools/jina-reader

Convert any webpage ke clean Markdown via Jina Reader — ideal untuk AI/LLM ingestion. Strip nav, ads, scripts; keep title + content.

116 calls·5m cache

Translate

web-tools/translate

Translate text between languages.

109 calls·5m cache

Cek Email Leak

web-tools/cek-email-leak

Cek apakah email kamu pernah bocor dalam data breach — daftar sumber kebocoran, tanggal, data yang bocor, dan jumlah yang terdampak.

26 calls·1h cache

Domain Availability

web-tools/rdap

Check domain registration availability via RDAP protocol.

29 calls·5m cache

BuiltWith Analyzer

web-tools/builtwith

Tech stack detector — framework, CMS, analytics, CDN, dan lainnya.

14 calls·1h cache

Weather Forecast

web-tools/weather

Retrieve current weather conditions and forecast for a geographic location.

7 calls·5m cache
Browse APIsPricingDocsMCP serverGet an API key
zapi.One key, one response shape.
TermsPrivacyCookiesAUPRefunds© 2026