ConsoleCatalog
Sign in
Archive Is logo

Archive Is

archive.isResearchno auth

Archive.is - archived web content, snapshot listings, and archive item details.

Domain Archive Listing

ASYNCREADNo auth

Returns archived snapshots for a domain with thumbnails, dates, and archive URLs.

ParametersFormJSON

Domain hostname to browse archived snapshots for (e.g. microsoft.com)

cost: 3 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_archive_is_domain_archive_listing",
    "params": {
      "domain_name": "microsoft.com"
    }
  }'