jaeswift-website/api/data/crimescene.json
jae 054cf547cc feat: add UNREDACTED categories (US UFO, Covert Ops, Government) + CRIME SCENE section
- Added 3 categories to unredacted.json: UFO/UAP (US), Covert Operations, Government
- 127 real declassified PDFs (4.8GB) on VPS including:
  - UK MOD UFO files (112 files, 4.3GB)
  - Project Condign (250MB)
  - Pentagon UAP Report (2021)
  - CIA/NSA UFO documents
  - MKUltra Senate Hearing
  - Stargate Project docs
  - Operation Northwoods/Paperclip
  - Pentagon Papers (62MB)
  - CIA Torture Report (44MB)
  - JFK/Iran-Contra docs
- New CRIME SCENE section: HTML, CSS, JS, JSON, API routes
- Added to navigation and depot landing page
2026-04-15 19:41:09 +00:00

44 lines
1.6 KiB
JSON

{
"categories": [
{
"id": "unsolved-murders",
"name": "Unsolved Murders",
"description": "Mysterious deaths and killings that remain unsolved to this day",
"icon": "🔪",
"countries": [
{"code": "UK", "name": "United Kingdom", "flag": "🇬🇧", "collections": []},
{"code": "US", "name": "United States", "flag": "🇺🇸", "collections": []}
]
},
{
"id": "serial-killers",
"name": "Serial Killers",
"description": "Case files, psychological profiles, and investigation documents on serial killers",
"icon": "⚠️",
"countries": [
{"code": "UK", "name": "United Kingdom", "flag": "🇬🇧", "collections": []},
{"code": "US", "name": "United States", "flag": "🇺🇸", "collections": []}
]
},
{
"id": "court-transcripts",
"name": "Court Transcripts",
"description": "Trial transcripts, depositions, and legal proceedings from notable criminal cases",
"icon": "⚖️",
"countries": [
{"code": "UK", "name": "United Kingdom", "flag": "🇬🇧", "collections": []},
{"code": "US", "name": "United States", "flag": "🇺🇸", "collections": []}
]
},
{
"id": "cold-cases",
"name": "Cold Cases",
"description": "Investigations gone cold — cases shelved but never forgotten",
"icon": "❄️",
"countries": [
{"code": "UK", "name": "United Kingdom", "flag": "🇬🇧", "collections": []},
{"code": "US", "name": "United States", "flag": "🇺🇸", "collections": []}
]
}
]
}