Claim-filing & consumer apps
A fresh, verified feed with deadlines, eligibility, and proof requirements, plus the official claim destinations. Route users to the right official form with confidence the details were checked against the source record.
Data licensing
Published coverage and accepted official evidence are separate, queryable signals. You get a fresh settlement feed with row-level evidence status and the available field-level trail, so your product can cite provenance instead of guessing.
Who it's for 01
A fresh, verified feed with deadlines, eligibility, and proof requirements, plus the official claim destinations. Route users to the right official form with confidence the details were checked against the source record.
Surface "you may have money waiting" features backed by provenance, not scraped rumors. Each settlement carries the evidence trail your compliance and risk teams will ask for.
Monitor the settlement landscape with explicit provenance: case and court details, administrator, deadlines, payment status, and whether official evidence is accepted, linked, or under review.
What you get 02
Sample 03
A single field_provenance entry from the detail endpoint. Evidence URLs are
masked in this public sample; the full URLs are part of the licensed payload.
{
"field_name": "claim_deadline",
"value": "2026-09-01",
"source_url": "https://…full-url-in-licensed-api…",
"source_snippet": "Claims must be submitted by September 1, 2026 to the …",
"confidence": 95,
"verified_at": "2026-06-05T14:22:08+00:00",
"last_checked_at": "2026-06-05T14:22:08+00:00",
"document": {
"type": "long_form_notice_pdf",
"url": "https://…full-url-in-licensed-api…",
"fetched_at": "2026-06-05T14:21:55+00:00",
"content_hash": "sha256:9f2c…e1a7"
}
}
Integration 04
/api/v1/settlements/ paginated list of published records with evidence status/api/v1/settlements/<slug>/ full record with per-field provenance/api/v1/meta/ dataset metadata and live metricscurl https://settlesignal.com/api/v1/settlements/ \
-H "Authorization: Bearer ss_live_EXAMPLEKEY"
Authenticate with an Authorization: Bearer header or X-API-Key.
Create a key yourself from the API section of your free account — free tier,
600 requests/hour, revocable anytime. Higher limits and commercial terms are arranged per partner.
Start free in seconds — create a self-serve key for the free tier. Need higher limits, commercial terms, or the full per-field evidence trail? Tell us your use case and we'll scope access and a sample for your team.