Court Search API

POST
/court_search
LIVE

High-speed search of Australian court records, covering listed cases from 1 January 2026 onwards. Search by person, company, ACN, case number, or case title with rich filtering on state, court (38 supported), jurisdiction type, jurisdiction level, party role and date ranges. Each request accepts an array of up to 20 queries. Pagination and sorting (by date or relevance) included.

Example Request

POST
request.json
key Auth: BearerAuth
{
  "requests": [
    {
      "search_id": "ref-1",
      "name_first": "Michael",
      "name_last": "Raymond",
      "states": ["VIC"],
      "jurisdiction_type": "civil"
    }
  ]
}

Request Schema

requests
Required
array · (1 to 20)

Array of search queries.

requests[].search_id
Optional
string

Your correlation ID for the query.

case_title case_number
Conditional
string

Search by title (fuzzy / contains) or case number (exact or partial).

name_first name_middle name_last
Conditional
string

Person search. Can't be combined with name_full.

name_full
Conditional
string · "LAST, FIRST MIDDLE" format.

Person search

company_name company_acn
Conditional
string

Company entity search.

party_role
Optional
enum

plaintiff, defendant, applicant, respondent, or subject (for coroner inquests).

states
Optional
array

Up to nine states/territories including FED.

courts
Optional
array

38 supported courts: local, district, supreme, magistrates, county, coroner, family, tribunal, federal, and so on.

jurisdiction_type
Optional
enum

civil or criminal.

jurisdiction_level
Optional
enum

supreme, district, magistrate, federal, family, tribunal, coroner.

match_type
Optional
enum · (default fuzzy)

exact or fuzzy.

sort_by
Optional
enum

relevance (default), date_desc, date_asc.

date_from date_to
Optional
date

Filter by hearing date.

date_added_from date_added_to
Optional
date

Filter by when the record was added to the database. Useful for delta queries.

page per_page
Optional
integer

Pagination. per_page is capped at 50, default 20.

Available Response Data

4 Data Points
01
monitor_heart

Array of results

one per query

02
data_object

Per-query

search_id, paginated records, total_results, total_pages, page, per_page

03
data_object

Each record

id, case_title, case_number, court key, state, jurisdiction_type, jurisdiction_level, hearing_date, listing_type, parties array, additional_info, date_added

04
data_object

Per-query

error for item-level failures

lock Full API documentation provided after vetting from our compliance team.
By The Numbers

API Data Scale & Coverage tag

Unmatched data depth to power your compliance and verification workflows.

50M+
Phone & Email Records
40M+
Adverse Court Records
2BN+
Australian Universe Records
18M+
Real Estate Records
7M+
Deceased Records
980M+
Social Media & Employment Records
Practical Applications

Technical Use Cases tag

notifications_active

Ongoing case monitoring

Use date_added_from and date_added_to to run delta queries. Surfaces newly-added court records since your last sync. Supports case-watching, litigation monitoring and adverse media discovery.

business_center

Company ACN-based litigation lookup

Search by company_acn to find litigation involving a specific company, with no ambiguity from name variants.

gavel

Cross-jurisdiction case search

Search across multiple state Supreme Courts or federal courts in a single query using the courts filter. Useful for legal research and conflict checks.

Trust & Assurance

Compliance & Security tag

Enterprise-grade infrastructure audited against the standards your regulators require.

verified_user
ISO 27001 Certified
enhanced_encryption
AES-256 Encryption
public
Australian Data Sovereignty
Integration & Support

Common Questions tag

Everything you need to know about implementation details and compliance infrastructure.

help_center General

What time range does the data cover?

add

Cases listed from 1 January 2026 onwards. Historical court records before that date aren’t supported yet. More case data is being back-filled into the system over time.

rocket_launch Implementation

Which courts are searchable?

add

38 courts including Local, District and Supreme courts for each state, Coroners Courts, tribunals (ACAT, NTCAT, QCAT, SACAT, VCAT), the Federal Court of Australia, Federal Circuit and Family Court (FCFCoA), High Court of Australia, Fair Work Commission, Administrative Review Tribunal, and state Industrial Relations Commissions. Full list in the API docs.

rocket_launch Implementation

What's party_role: subject for?

add

It’s used for coroner inquests and other proceedings where plaintiff or defendant doesn’t apply. Use it when searching coroner records specifically.

Try it Live

API Testing Sandbox tag

Test the Court Search API directly in your browser with live mock data and see instant results.

rocket_launch Request Sandbox Access

Access to live sandbox environments requires manual approval from our compliance team.

BACK TO TOP