Developer API plan

Free plan

Personal projects and evaluating the API. Single-record lookups and compliance scans, no commercial-use license.

Pricing

$0

Requests

250

per month

The free tier is for personal use and evaluation only. It does not grant a commercial-use license. For that, and for bulk list and search, you need a paid plan.

What’s included

  • 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.

Example request

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.

Start on the free tier

Create your account and generate a key in minutes. Upgrade whenever your volume grows.