ConductAtlas API
Programmatic access to policy change data, provisions, and version history across 170+ platforms. Built for compliance teams, legal researchers, and journalists.
● Live
REST API
Token Auth
Base URL
Base
https://conductatlas.com/api/v1/
All endpoints return JSON. Authentication required for all requests.
Authentication
Token Authentication
All API requests require a token in the Authorization header. Contact us to obtain API credentials.
curl -X POST https://conductatlas.com/api/v1/auth/token/ \
-d '{"username": "your@email.com", "password": "yourpassword"}'
curl https://conductatlas.com/api/v1/events/ \
-H 'Authorization: Token your_token_here'
Record Identifiers
Every record in ConductAtlas has a stable, citable identifier. These IDs are permanent and can be used in legal filings, research citations, and compliance documentation.
CA-E-00003Entity record
CA-D-000012Document record
CA-V-000074Version record
CA-C-000001Change event record
CA-P-00012002Provision record
Example Response
GET /api/v1/events/?limit=1
Response
{
"count": 56,
"results": [{
"public_id": "a3f8b2c1-...",
"entity": "Google Gemini",
"document": "Gemini Apps Privacy Notice",
"observed_at": "2026-03-28T06:00:00Z",
"severity_flag": "medium",
"plain_summary": "Google Gemini updated its privacy policy...",
"content_hash": "sha256:4a9f..."
}]
}
Access & Pricing
API access is available on the Professional and Enterprise plans
Free users get 5 Ask ConductAtlas queries/day. Professional users get full API access with 1,000 requests/day.
View pricing →