Developer Access

Generate and manage secure API keys to programmatically access the 1990 Web Archive dataset, metadata, and rendering endpoints.

Your API Keys

prod-main-key
📅 Created: Oct 12, 2023 🌍 Scope: read, render

Usage Example

curl example
# Fetch archived page metadata curl -X GET "https://api.1990webarchive.com/v1/pages/19970814" \\ -H "Authorization: Bearer YOUR_API_KEY" \\ -H "Accept: application/json"
# Response: { "url": "http://www.geocities.com/SunsetStrip/9921", "archived_date": "1997-08-14T03:22:00Z", "status": "200", "render_url": "/render/19970814/abc123" }

Rate Limits

1,000
Requests / Day
5
Concurrent
50MB
Payload / Req
✅ Copied to clipboard!