Skip to content

Missing Persons API

The Missing Persons API centralizes scattered statewide bulletin networks, producing a real-time list of current cases dynamically formatted for visualization or general indexing.

GET https://docs.alaskaintel.com/api/missing-persons.json
{
"updated_at": "2026-04-03T18:05:00Z",
"data": [
{
"id": "mp-2026-056",
"name": "Jane Doe",
"age": 34,
"last_known_location": "Fairbanks, AK",
"status": "ACTIVE",
"incident_date": "2026-04-01",
"description": "Last seen travelling North on Hwy 2. Driving blue F-150."
}
]
}