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
Every field is traced to an official source — court orders, settlement administrators, and government refund programs — re-checked on a schedule, and delivered as a clean API. You get a fresh, verified settlement feed with the full evidence trail behind every value, so your product can cite provenance instead of guessing.
Who it's for
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 court-grade citations: case and court details, administrator, deadlines, and the payment-status lifecycle, each traced to an official document and re-checked on a schedule.
What you get
The differentiator: public pages show the named authority only; the licensed API carries the full evidence trail — the source links, snippets, and document hashes we use to verify each field.
Sample
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
/api/v1/settlements/ — paginated list of verified records/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.
Keys are issued per partner and are revocable; rate limits are set per contract.
Licensing is handled directly — no self-serve billing. Describe your use case and the fields you need, and we'll scope access and a sample for your team.
Talk to us