Court Check API
/court_check
Searches Australian court records against an individual or company name and state. Supports summary reports (count by type) or detailed reports (full record list), scoped to civil, criminal, or both listings. Used in KYC, EDD, supplier due diligence and litigation pre-screening.
Example Request
POSTRequest Schema
type
name (individual) or company.
report
summary (counts) or detail (full records).
listing
civil, criminal, or all.
name_first
name_middle
name_last
Required for type=name summary reports.
name_full
Required for type=name detailed reports. Format is "LAST, FIRST MIDDLE".
company
Required for type=company.
state
ACT, NSW, NT, QLD, SA, TAS, VIC, WA. Omit to search all states.
max_results
first_result
Pagination.
Available Response Data
4 Data PointsArray of court records
summary or detail, depending on report
Summary records: full_name, total count, listing type, entity type
individual or company
Detail records: case title, court, location, state, case number, listing type, case_title, listing_type, additional_info
total_records_available count
API Data Scale & Coverage tag
Unmatched data depth to power your compliance and verification workflows.
Technical Use Cases tag
Enhanced due diligence
Include a court records check as part of EDD on high-risk customers, large transactions or counterparties in regulated industries.
Pre-engagement supplier and contractor checks
Run a court-records summary on suppliers and contractors before signing engagement letters. Civil disputes and criminal listings come up that warrant investigation.
Litigation history checks
Background research on individuals or companies for legal teams, investigative journalism and pre-investment due diligence.
Compliance & Security tag
Enterprise-grade infrastructure audited against the standards your regulators require.
Common Questions tag
Everything you need to know about implementation details and compliance infrastructure.
rocket_launch Implementation
: Why are the name fields different between summary and detail reports?
add
: Why are the name fields different between summary and detail reports?
Summary reports use the structured name_first, name_last and name_middle fields. Detail reports use a single name_full field in “LAST, FIRST MIDDLE” format (for example “DOE, JOHN JAMES”). Don’t mix the two. If name_full is set on a detail report, the structured fields are ignored.
gavel Compliance
How should I use court records in compliance decisions?
add
How should I use court records in compliance decisions?
Court records are returned because a name and state appear in public court records. They’re a signal worth investigating, not a determinative match. The person on the record might not be your subject. Verify before acting on the information.
API Testing Sandbox tag
Test the Court Check API directly in your browser with live mock data and see instant results.
rocket_launch Request Sandbox AccessAccess to live sandbox environments requires manual approval from our compliance team.