Skip to content

Historical archives

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Jul 19:00

📦 Historical full-list snapshots

Complete point-in-time dumps of both blocklists, rotated out of the
working tree to keep the repository slim.

  • Weekly YYYY-Www.json — captured every Monday (UTC)
  • Monthly YYYY-MM.json — captured on the 1st (UTC)
  • The most recent snapshots stay in archives/
  • Daily added/removed diffs (searchable in GitHub code search) live in changes/

Each snapshot is a single JSON object:

{
  "date": "YYYY-MM-DD",
  "primary_count": 188820,
  "community_count": 993697,
  "primary_domains": ["..."],
  "community_domains": ["..."]
}

Check a domain against a historical state:

curl -sL https://github.com/phishdestroy/destroylist/releases/download/archives/2026-06.json \
  | jq -r '.primary_domains[]' | grep -x 'suspicious-domain.com'

Monthly snapshots

Snapshot Size
2026-01.json 20.7 MB
2026-02.json 22.7 MB
2026-05.json 28.3 MB

Weekly snapshots

Snapshot Size
2025-W49.json 20.1 MB
2025-W50.json 20.3 MB
2025-W51.json 20.5 MB
2025-W52.json 20.7 MB
2026-W01.json 20.8 MB
2026-W02.json 21.2 MB
2026-W03.json 22.2 MB
2026-W04.json 22.5 MB
2026-W05.json 22.7 MB
2026-W06.json 23 MB
2026-W07.json 23.4 MB
2026-W11.json 25.4 MB
2026-W12.json 25.6 MB
2026-W13.json 26 MB
2026-W14.json 26.6 MB
2026-W15.json 26.9 MB
2026-W16.json 27.3 MB
2026-W17.json 27.6 MB
2026-W18.json 28 MB
2026-W19.json 28.5 MB
2026-W20.json 28.8 MB
2026-W21.json 29.1 MB
2026-W22.json 29.4 MB