DW
▲ 12.5%
API Calls Today
48,291
▲ 0.8%
Success Rate
99.74%
📦
▼ 3.2%
Bandwidth Used
842.4 GB
🕸️
▲ 4
Active Projects
12
API Request Volume
7D
30D
90D
Rate Limit Status
Refreshes every 60s
Standard Tier
68,420 / 100,000 calls Resets in 04:12:33
Archive Jobs Queue
24 / 100 concurrent Avg wait: 2.4s
Recent API Activity
\n d>
Timestamp Endpoint Status Latency IP
14:23:01 UTC GET /archive/render 200 OK142ms 192.168.1.42
14:22:45 UTC POST /archive/crawl 202 Queued 89ms 10.0.0.5
14:21:18 UTC GET /archive/search 200 OK 215ms 172.16.0.12
14:20:55 UTC POST /archive/crawl 403 Forbidden 12ms 45.22.11.9
14:19:33 UTC GET /archive/metadata 200 OK 98ms 192.168.1.42
Quick Start

Archive a legacy URL instantly using our REST API. Includes full HTML, assets, and metadata preservation.

# Archive a 1990s webpage
curl -X POST https://api.1990archive.com/v2/crawl \\
  -H "Authorization: Bearer YOUR_API_KEY" \\
  -H "Content-Type: application/json" \\
  -d '{
    "url": "https://geocities.com/Area51/Cyberia/",
    "mode": "full_snapshot",
    "preserve_assets": true,
    "depth": 2
  }'
"}