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.

Endpoints

Entities
GET/api/v1/entities/List all tracked entities
GET/api/v1/entities/<id>/Entity detail
GET/api/v1/entities/<id>/documents/All documents for an entity
GET/api/v1/entities/<id>/changes/All change events for an entity
Documents
GET/api/v1/documents/List all tracked documents
GET/api/v1/documents/<id>/Document detail with provisions
GET/api/v1/documents/<id>/versions/Full version chain with SHA-256 hashes
Changes & Diffs
GET/api/v1/events/List all change events
GET/api/v1/events/<id>/Change event detail with plain summary
GET/api/v1/diffs/List computed diffs
GET/api/v1/diffs/<id>/Diff detail with sentence-level stats
Taxonomy
GET/api/v1/domains/List all policy domains
GET/api/v1/concepts/List all governance concepts
Authentication
POST/api/v1/auth/token/Obtain API token

Authentication

Token Authentication

All API requests require a token in the Authorization header. Contact us to obtain API credentials.

# Get your token curl -X POST https://conductatlas.com/api/v1/auth/token/ \ -d '{"username": "your@email.com", "password": "yourpassword"}' # Use your token on all requests 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 →

Request API Access

The API is currently in limited access. Contact us to discuss your use case and get credentials.

api@conductatlas.com