Discover/jade.io API
live

jade.io APIjade.io

Retrieve recent High Court of Australia cases, full judgment text, and medium neutral citation lookups via the JADE.io API. 3 endpoints, no auth required.

Endpoints
3
Updated
1h ago
Try it

No input parameters required.

api.parse.bot/scraper/e339b8bc-e111-4f88-afc1-4ff0ce4a07dd/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/e339b8bc-e111-4f88-afc1-4ff0ce4a07dd/get_recent_cases' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalclick to expand

Retrieves a list of recent High Court of Australia (HCA) cases from the JADE Express page. Returns case names, citations, decision dates, and judges. Typically returns ~47 of the most recent HCA decisions.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "cases": "array of case summary objects with article_id, case_name, citation, date, judges",
    "total": "integer count of cases returned"
  },
  "sample": {
    "data": {
      "cases": [
        {
          "date": "13 May 2026",
          "judges": "Gageler CJ; Gordon, Edelman, Steward and Beech-Jones JJ",
          "citation": "[2026] HCA 16",
          "case_name": "Zip Co Limited v Firstmac Limited",
          "article_id": "1227673"
        }
      ],
      "total": 47
    },
    "status": "success"
  }
}

About the jade.io API

The JADE.io API provides access to Australian legal cases across 3 endpoints, covering recent High Court decisions, full judgment text, and citation-based lookups. The get_recent_cases endpoint returns up to ~47 of the most recent HCA decisions including case names, citations, decision dates, and judges. Cases from a wide range of Australian courts can be retrieved by JADE article ID or by medium neutral citation components.

What the API Returns

The JADE.io API surfaces Australian legal case data across three focused endpoints. get_recent_cases returns an array of High Court of Australia (HCA) case summaries, each containing an article_id, case_name, citation, date, and judges list. The total field gives the count of cases in the response — typically around 47 of the most recent HCA decisions.

Full Case Content

get_case accepts a numeric article_id (obtainable from get_recent_cases or lookup_citation) and returns the complete judgment. Response fields include court, title, citation, case_name, full_text, article_id, and catchwords. The catchwords field contains legal headnotes that describe the topics covered in the decision — useful for classification without parsing the full text.

Citation Lookup

lookup_citation resolves a medium neutral citation given its three components: year (4-digit), court (abbreviation code such as VSC, HCA, FCA, NSWSC, QCA, WASC), and number. It returns the case_name and full citation string, for example [2023] VSCA 1. This makes it straightforward to verify whether a cited case exists and retrieve its JADE article_id for a follow-up call to get_case. Supported court codes span Victorian, federal, NSW, Queensland, South Australian, and Western Australian jurisdictions.

Common use cases
  • Monitor recent High Court of Australia decisions by polling get_recent_cases for new article_id values
  • Build a citation resolver that confirms whether a medium neutral citation such as [2022] HCA 10 exists using lookup_citation
  • Extract and index catchwords from get_case responses to classify judgments by legal topic
  • Retrieve full judgment text via get_case to feed into legal research or summarization workflows
  • Cross-reference a list of case citations against JADE to retrieve judge names and decision dates in bulk
  • Populate a legal database with structured case metadata including court name, citation, and case name from multiple Australian jurisdictions
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does JADE have an official developer API?+
JADE does not publish a publicly documented developer API. The platform at jade.io is primarily a legal research tool for practitioners, with no official REST API or API key portal listed on their site.
What does `get_case` return beyond the judgment text?+
get_case returns seven fields: court, title, citation, case_name, full_text, article_id, and catchwords. The catchwords field contains legal headnotes summarising the topics and principles addressed in the decision, which can be used independently of the full text.
Which Australian courts are covered by `lookup_citation`?+
The endpoint supports court codes for Victorian courts (VSC, VSCA, VCC, VCAT), federal courts (HCA, FCA, FCAFC), and state supreme and appellate courts including NSWSC, NSWCA, QCA, QSC, SASC, and WASC. Coverage depends on the cases indexed on JADE and is not limited to a single jurisdiction.
Does the API support full-text search by legal topic or keyword?+
Not currently. The API covers recent HCA case listing, full case retrieval by article ID, and citation lookup. Full-text search by topic requires authentication on JADE and is not exposed by any of the three endpoints. You can fork this API on Parse and revise it to add a search endpoint if your use case requires it.
Is there pagination for `get_recent_cases`, or can I retrieve older cases?+
The endpoint returns a single batch of approximately 47 recent HCA decisions with no pagination parameters. Historical cases beyond that set are not returned by get_recent_cases, though they can be retrieved directly via get_case if you already have an article_id, or via lookup_citation if you know the citation. You can fork the API on Parse and revise it to add paginated historical retrieval.
Page content last updated . Spec covers 3 endpoints from jade.io.
Related APIs in Government PublicSee all →
api.nasa.gov API
Access NASA's suite of open data APIs — including the Astronomy Picture of the Day, Near Earth Object tracking, DONKI space weather events, EPIC Earth imagery, Mars weather, the NASA Image and Video Library, the Exoplanet Archive, and EONET natural events.
companieshouse.gov.uk API
Search for UK companies and officers, then access detailed information including company profiles, filing history, charges, and officers with significant control. Get comprehensive corporate records and appointment details all in one place.
sec.gov API
Search for publicly traded companies and instantly access their SEC filings with details like filing type, date, description, and accession numbers. Find the regulatory documents you need to research company financial information and compliance records.
usaspending.gov API
usaspending.gov API
find-and-update.company-information.service.gov.uk API
Search and access detailed information about UK companies registered at Companies House, including company profiles, filing histories, officers, and financial charges. Filter companies by name, status, type, SIC code, and more.
capitol.texas.gov API
Search and monitor Texas Legislature bills, track their progress through legislative stages, and retrieve detailed action histories. Look up legislator contact information, district details, committee assignments, and full committee membership rosters.
mars.nasa.gov API
Explore real-time images, weather data, and location tracking from NASA's Perseverance and Curiosity rovers on Mars, while discovering mission details, rock sample findings, and the latest news from the Mars Exploration Program. Access rover photos, scientific discoveries, and multimedia content to stay updated on current Mars exploration activities.
sbir.gov API
Search and retrieve federal Small Business Innovation Research (SBIR) and Small Business Technology Transfer (STTR) awards by keyword, funding agency, or award details to discover past-funded projects and their outcomes. Browse current funding opportunity topics to identify research areas and find relevant grants for your small business.