Access & Usage Guidelines

Official protocols for researchers, developers, institutions, and public users accessing the 1990 Web Archive database and preservation infrastructure.

📄 Version 4.2.1 🕒 Last Updated: 2024-11-15 🔒 Public Domain / CC-BY-NC-SA 4.0

1. Overview

The 1990 Web Archive is a non-profit digital preservation initiative dedicated to capturing, storing, and providing access to early web content (1990–2005). Our mission balances open access with ethical preservation, copyright compliance, and data integrity.

â„šī¸ Note

All archived materials are preserved in their original byte-stream format. Modified or reconstructed versions are explicitly marked as [RECONSTRUCTED] in metadata.

These guidelines outline access levels, permissible use cases, technical integration methods, and attribution requirements. Violations may result in access suspension or API token revocation.

2. Access Tiers

Access to the archive is structured to balance public education, academic research, and institutional preservation needs.

Tier Eligibility Permissions Rate Limits
Public Viewer Open to all Read-only rendering, metadata search, snapshot export 50 req/min (web interface)
Researcher Academic / Independent (application required) Raw HTML/CSS/JS access, bulk download (≤10GB), citation tools 500 req/min (API)
Institutional Universities, Libraries, Museums Full archive mirroring, dedicated endpoints, priority support Unlimited (negotiated SLA)

To upgrade your access tier, submit a request through the Researcher Portal. Approval typically takes 3–5 business days.

3. Usage & Licensing

Content in the 1990 Web Archive is governed by a tiered licensing model based on copyright status, source origin, and preservation ethics.

Permitted Uses

  • Academic research, historical analysis, and digital humanities projects
  • Non-commercial educational materials and museum exhibitions
  • Personal preservation and archival backups (with attribution)
  • Algorithmic analysis of early web design, markup, and media formats
âš ī¸ Restrictions

Commercial redistribution, resale, or training of proprietary AI models without explicit licensing is prohibited. Automated scraping outside the official API violates our terms.

Content Warnings

Early web content may contain outdated media formats, broken resource links, or material reflecting historical viewpoints. The archive preserves these artifacts without alteration but may apply content warnings where appropriate.

4. API & Technical Access

The 1990 Web Archive provides a RESTful API for programmatic access to metadata, rendered previews, and archived payloads.

Authentication
GET /api/v2/snapshots/{id}
Host: api.1990webarchive.org
Authorization: Bearer <YOUR_TOKEN>
X-Access-Tier: researcher

Rate Limiting & Throttling

API endpoints enforce sliding window rate limits. Exceeding thresholds returns 429 Too Many Requests with a Retry-After header. Bulk operations should use the /api/v2/batch endpoint with paginated cursors.

✅ Best Practice

Use the ?format=metadata-only query parameter during discovery phases to reduce payload size and improve throughput.

Data Formats

Archived resources are available in multiple formats:

  • original: Unmodified HTML/CSS/JS as captured
  • normalized: Modernized charset, resolved relative paths, safe sandboxing
  • rendered: Base64-encoded screenshot (1920x1080, Netscape 4.0 emulation)

5. Citation Standards

Proper attribution supports archival sustainability and academic integrity. All published works utilizing archive data must include a persistent citation identifier.

Standard Citation Format
1990 Web Archive. (Year Captured). "Title of Archived Page" [Snapshot].
Retrieved from https://archive.1990web.org/snap/{HASH}
Access Tier: {TIER} | Verification: {CHECKSUM}

For journal publications, include the WAC-DOI (Web Archive Citation) prefix followed by the snapshot hash. Example: 10.1990wac.a7f92c

6. Preservation Ethics

Digital preservation requires balancing accessibility with respect for historical context and creator intent.

  • Integrity First: Never modify original byte streams. Annotations must be stored separately in _metadata.json.
  • Privacy Considerations: Personal contact information, guestbooks, and private directories may be partially redacted in public views per GDPR/Fair Use guidelines.
  • Context Preservation: Archived pages are accompanied by capture logs, user-agent strings, and server response headers to preserve technological context.
đŸšĢ Prohibited Actions

Rehosting archived content without permission, stripping metadata, or claiming ownership of preserved artifacts violates archival ethics and may result in permanent access revocation.

7. Compliance & Takedown Requests

The 1990 Web Archive complies with applicable copyright laws, including the DMCA and international fair use/dealing provisions. We process legitimate takedown requests within 14 business days.

Submit requests via legal@1990webarchive.org with:

  • Proof of ownership or authorized representation
  • Exact snapshot URLs or hashes
  • Specific legal basis for removal

8. Support & Contact

Questions about access tiers, API integration, or research partnerships? Our documentation team and archival specialists are available to assist.

Channel Use Case Response Time
guidelines@1990webarchive.org Policy clarification, citation help 1–2 business days
api-support@1990webarchive.org Technical integration, rate limit disputes 24–48 hours
Researcher Portal Tickets Access applications, bulk export requests 3–5 business days
📡 Status Page

Monitor API uptime, crawling schedules, and archival node health at status.1990webarchive.org