🌐 REST API v4

Full programmatic access to archived pages, metadata, and rendering pipelines. Supports bulk queries, temporal versioning, and structured JSON responses.

STABLE 📄 Docs 🔑 API Keys

🐍 Python SDK

Official client library for Python 3.8+. Includes async support, automatic retries, pagination helpers, and offline rendering capabilities.

STABLE pip install 1990archive

🤖 Archive Bot

Deployable crawler agent for custom preservation projects. Compatible with Kubernetes, Docker, and edge computing environments.

BETA 📦 GitHub ⚙️ Config

🎓 Academic Access

Dedicated endpoints for universities and research institutions. Includes high-volume download quotas and citation export formats (BibTeX, CSL).

STABLE 📜 Apply 📊 Datasets

🔗 Webhook Dispatcher

Real-time event streaming for newly archived URLs, status changes, and rendering failures. Supports JSON payloads and signature verification.

STABLE 📡 Endpoints

📈 Analytics Pipeline

Structured data exports for historical web trends, technology adoption curves, and domain longevity metrics. CSV, Parquet, and SQLite formats.

BETA 📉 Reports

Quick Integration Example

integration_demo.py
# Initialize client with environment credentials archive = WebArchive(api_key="wa_live_...") # Query temporal snapshot from 1997 result = archive.search("geocities/area51/", era="1997", format="html") # Stream raw bytes with authentication with archive.render(result.url) as stream: print(stream.text[:500]) print("✓ Fetched original layout + table structure") # Output: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2..."> <HTML><HEAD><TITLE>Welcome to My Page</TITLE></HEAD> <BODY BACKGROUND="stars.gif" TEXT="#C0C0C0">... ✓ Fetched original layout + table structure

Service Status & Uptime

r>
Service Endpoint Latency Status
REST API v4 api.1990archive.org/v4 42ms Operational
Render Pipeline render.1990archive.org 128ms Operational
Academic Gateway academic.1990archive.org 67ms Maintenance (02:00 UTC)
Webhook Dispatcher events.1990archive.org 31ms Operational
Legacy SOAP API legacy.1990archive.org/ws - Deprecated