Developers · Clause-risk API

Verified clause-enforceability data, as clean JSON.

The same primary-source-cited holdings that power the checker — every one a verbatim court quote with a citation and a confidence band — available programmatically. Free read endpoints today; a metered query + change-alert tier for legal and CLM teams.

Free read endpoints

Endpoints

Static, CORS-enabled JSON. No key required for the read tier. Underlying court opinions are US public domain; the data is free to use with attribution to ClauseDelta.

EndpointReturns
GET /api/v1/meta.jsonCorpus stats, coverage, license, endpoint list
GET /api/v1/non_compete/holdings.jsonEvery verified non-compete holding (deduped)
GET /api/v1/non_compete/<STATE>.jsonHoldings for one state, e.g. /TX.json
Quickstart

Try it

# every verified non-compete holding for Texas
curl https://clausedelta.com/api/v1/non_compete/TX.json

Each holding:

{
  "state": "TX",
  "outcome": "struck",
  "outcome_label": "Struck / unenforceable",
  "clause_excerpt": "Employee shall not, for two years ...",
  "court_finding": "the covenant is unenforceable because ...",
  "court": "Court of Appeals of Texas",
  "citation": "558 S.W.3d 1",
  "source_url": "https://www.courtlistener.com/opinion/1202971/stonhard-inc-v-carolina-flooring/",
  "confidence": "medium",
  "decided_at": "2021-02-12"
}
Tiers

Free to read. Paid to monitor.

Free · read

$0

  • All static JSON endpoints above
  • Verified, primary-source-cited
  • CORS-enabled, no key
  • Refreshed as new rulings land
Important: This API returns an informational, primary-source-cited early-warning signal about how courts have treated comparable clause language. It is not legal advice and creates no attorney-client relationship. Enforceability is fact- and jurisdiction-specific and changes over time; consult a licensed attorney before acting. See our methodology.