Embed the UAP timeline. Or pull our JSON.
Disclosure Archives is open by default. Use the iframe widget below to drop a live, auto-updating UAP timeline into any blog post, Substack, or article. Or hit the read-only JSON API and build your own.
Embed widget
One-line iframe. Auto-updates as new events publish. Three themes.
JSON API
Read-only, no auth, CORS-open. Filter by country, type, year, query.
Open dataset
CSV + JSON dump refreshed nightly.
Embed widget
Paste the snippet into any post. The widget renders in light, dark, or parchment themes and supports country/type filters.
<iframe src="https://disclosurearchives.com/embed/timeline?limit=10" width="100%" height="640" frameborder="0" loading="lazy" title="UAP timeline — Disclosure Archives"></iframe><iframe src="https://disclosurearchives.com/embed/timeline?limit=10&theme=dark" width="100%" height="640" frameborder="0" loading="lazy" title="UAP timeline — Disclosure Archives"></iframe><iframe src="https://disclosurearchives.com/embed/timeline?limit=10&country=Brazil" width="100%" height="640" frameborder="0" loading="lazy" title="Brazilian UAP timeline — Disclosure Archives"></iframe>Live preview
Widget parameters
| Param | Default | What it does |
|---|---|---|
| limit | 10 | How many events to show. 3–30. |
| theme | light | light, dark, or parchment. |
| type | all | Comma-separated: hearing,document_release,report,sighting,witness_testimony,official_statement. |
| country | all | Country name as stored in the archive (e.g. Brazil, United States). |
JSON API
Read-only, no auth required, CORS-open, cached at the edge. Reasonable use is fine; please don't hammer the endpoint — the nightly CSV/JSON dump is a better fit for one-shot ingests.
List events
GET https://disclosurearchives.com/api/v1/events?limit=50&offset=0&since=2024-01-01&country=Brazil&type=hearingSingle event
GET https://disclosurearchives.com/api/v1/events/{slug}Example: curl
curl -s 'https://disclosurearchives.com/api/v1/events?since=2024-01-01&limit=5' | jq '.data[].title'Every record includes a canonical URL — please link readers back to it. Editorial copy is CC-BY 4.0 with attribution to Disclosure Archives; primary-source documents retain their original publisher's terms.
A note on credit
The widget and API are free to use, including commercially. We only ask that you keep the canonical event URLs intact so your readers can follow citations back to a primary source — that's the whole reason Disclosure Archives exists.