Developer API plan
The entry commercial plan. Bulk list and search across the dataset, with a commercial-use license and no-scrape guarantee.
Monthly
$49/mo
Annual
$490/yr
2 months free
Requests
10,000
per month
Compliance scan
Assess governing documents against statutory requirements and best-practice governance rules, and get a structured scorecard back.
Association lookup
Search and list association records by name, state, county, and type. Free keys can fetch a single record by id, but bulk list and search endpoints need a paid plan.
Risk and flood data
Layer FEMA flood zone, reserve-study health, and geographic risk signals onto association records for underwriting and due-diligence work.
Commercial-use license
The right to use the data inside your own product, workflow, or service. The free tier is for personal use and evaluation only.
No-scrape guarantee
Licensed programmatic access with reliable, structured responses, so you never have to crawl the site yourself.
Bulk operations
Stream full datasets as CSV or JSON from the export endpoint and the ce CLI. Row caps grow with your plan.
SLA
An uptime and support commitment for production workloads.
Authenticate with a bearer token, pass the document text and a two-letter state code, and get a structured compliance analysis back.
curl -X POST https://commonelements.com/api/v1/compliance/scan \
-H "Authorization: Bearer ce_live_your_key_here" \
-H "Content-Type: application/json" \
-d '{
"text": "Article I. Name. The name of this Association...",
"state": "FL",
"doc_type": "cc_rs"
}'See the full API reference for every endpoint.
Generate a key, then upgrade from your API keys settings. Checkout takes a minute.