Create applications, integrations, and tools that help find missing persons faster. Access our suite of open APIs to build solutions that save lives.
All APIs are currently READ ONLY by default. Request write access below to create and modify data.
Standard HTTP-based API with JSON responses. Perfect for traditional web and mobile applications.
Real-time bidirectional communication. Get instant updates when cases are created or tips are submitted.
Next-generation protocol built on HTTP/3 with real-time field technology notifications. Ultra-low latency for time-critical search operations.
Field Unit Notifications
Deploy mesh-networked field technology that receives live updates on new tips, case status changes, and search coordination events through WebTransport streams.
AI-native protocol for large language models and AI agents to access Project Aziz data and capabilities.
Build iOS and Android apps that allow users to browse cases, receive alerts, and submit tips on the go.
Create real-time dashboards for law enforcement or media to monitor active cases and tip trends.
Develop AI-powered bots that help families manage cases, answer questions, and coordinate searches.
Connect Project Aziz with social media platforms, news outlets, or existing law enforcement systems.
Deploy custom field hardware that listens to WebSocket/WebTransport channels for real-time tip notifications, case status updates, and search coordination.
Create maps, timelines, and visual tools to help investigators and families track search efforts.
All field unit notifications follow a strict, machine-readable JSON schema for reliable parsing on embedded systems:
{
"event": "tip.received",
"version": "1.0",
"timestamp": "2026-05-20T14:30:00Z",
"case_id": 42,
"priority": "critical",
"payload": { /* event-specific */ },
"metadata": { /* context */ }
}Field units subscribe to private or public channels based on authorization:
Embedded systems should process notifications by priority:
Field devices have tools to handle connectivity loss:
📖 Full Documentation
See docs/field-unit-notifications.md for complete schemas, examples, and best practices.
All APIs are read-only by default. If you need to create or modify data (write access), fill out this form and we'll review your request.