Discover/jurisprudencia.tst.jus.br API
live

jurisprudencia.tst.jus.br APIjurisprudencia.tst.jus.br

Search and retrieve Brazilian TST judicial decisions via API. Access acórdãos, full texts, parties, ementa, and dispositivo with flexible filters.

Endpoints
3
Updated
14d ago
Try it
Page number (1-indexed)
General search terms (OR logic)
Document types, comma-separated (default: ACORDAO)
End date in YYYY-MM-DD format
Results per page (max 50)
Start date in YYYY-MM-DD format
Exact phrase search
Search within ementa
Judicial body sigla. Accepted values: CSJT, OE, PLENO, SDC, SDI1, SDI2, SDIPLENA, SESEAD,
Terms to exclude from results
Search within dispositivo
Include full inteiro teor text (true/false)
api.parse.bot/scraper/8b01ba15-3f98-4848-9997-a722ecd553d3/<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/8b01ba15-3f98-4848-9997-a722ecd553d3/search_decisions?page_size=3&orgao_sigla=SDI1' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalclick to expand

Search TST jurisprudence decisions with flexible filters. Returns paginated results with decision metadata, ementa, dispositivo, parties, and auto-generated summaries.

Input
ParamTypeDescription
pageintegerPage number (1-indexed)
querystringGeneral search terms (OR logic)
tiposstringDocument types, comma-separated (default: ACORDAO)
date_endstringEnd date in YYYY-MM-DD format
page_sizeintegerResults per page (max 50)
date_startstringStart date in YYYY-MM-DD format
exact_termstringExact phrase search
ementa_termstringSearch within ementa
orgao_siglastringJudicial body sigla. Accepted values: CSJT, OE, PLENO, SDC, SDI1, SDI2, SDIPLENA, SESEAD, T1, T2, T3, T4, T5, T6, T7, T8
exclude_termstringTerms to exclude from results
dispositivo_termstringSearch within dispositivo
include_full_textstringInclude full inteiro teor text (true/false)
Response
{
  "type": "object",
  "fields": {
    "page": "integer, current page number",
    "decisions": "array of decision objects with id, numero_processo, tipo, orgao_judicante, data_julgamento, relator, ementa, dispositivo, resumo, partes",
    "page_size": "integer, results per page",
    "total_pages": "integer, total number of pages",
    "total_results": "integer, total number of matching decisions"
  },
  "sample": {
    "data": {
      "page": 1,
      "decisions": [
        {
          "id": "55a66b5b673455582ea4ec63e5db021b",
          "tipo": "Acórdão",
          "ementa": "AGRAVO. EMBARGOS DE DECLARAÇÃO...",
          "partes": null,
          "resumo": "Resumo: AGRAVO... | Decisão: à unanimidade...",
          "relator": "Evandro Pereira Valadao Lopes",
          "dispositivo": ", à unanimidade, conhecer do recurso de agravo e, no mérito, negar-lhe provimento.",
          "numero_unico": "00011565720165100002",
          "tipo_decisoes": [],
          "data_julgamento": "2026-04-10",
          "data_publicacao": "2026-04-24T07:00:00-03",
          "numero_processo": "Ag-ED-E-RR - 1156-57.2016.5.10.0002",
          "orgao_judicante": "Subseção I Especializada em Dissídios Individuais"
        }
      ],
      "page_size": 3,
      "total_pages": 56749,
      "total_results": 170246
    },
    "status": "success"
  }
}

About the jurisprudencia.tst.jus.br API

This API provides structured access to Brazil's Superior Labor Court (TST) jurisprudence database across 3 endpoints. Use search_decisions to query acórdãos and other document types by keyword, date range, or ementa text, and receive paginated results including process number, reporting judge, ementa, dispositivo, and an auto-generated resumo. Individual decisions can be retrieved in full detail, including the complete inteiro teor and party information.

Search and Filter Decisions

The search_decisions endpoint accepts a combination of filters: free-text query (OR logic), exact_term for phrase matching, ementa_term to scope search within the ementa field, and date_start/date_end for date ranges in YYYY-MM-DD format. The tipos parameter defaults to ACORDAO but accepts comma-separated document types to include despachos and other legal instruments. Results are paginated with a maximum page_size of 50 and include total_results and total_pages for cursor management. Each item in the decisions array carries id, numero_processo, orgao_judicante, data_julgamento, relator, ementa, dispositivo, and resumo.

Decision Detail

The get_decision_detail endpoint takes a process_number in unified CNJ format (e.g., 0010535-70.2022.5.03.0078) and returns the full record. This includes inteiro_teor (the complete decision text), structured partes keyed by role (e.g., reclamante, reclamado), and the same metadata fields returned by search. Optional date_start, date_end, and orgao_sigla parameters help disambiguate cases where multiple decisions share a process number.

Judicial Bodies Reference

The list_orgaos_judicantes endpoint returns all TST judicial bodies with their codigo, descricao, and sigla. Accepted sigla values include SDI1, SDI2, SDC, PLENO, CSJT, and individual turmas (T1 through the numbered chambers). These siglas feed directly into the orgao_sigla filter on get_decision_detail, so calling this endpoint first is useful when building filtering UI or normalizing orgão references in a dataset.

Common use cases
  • Building a labor law research tool that surfaces TST precedents by legal thesis using ementa_term search
  • Aggregating acórdão metadata (relator, orgao_judicante, data_julgamento) to analyze decision volume trends by chamber over time
  • Retrieving full inteiro_teor texts for NLP pipelines that classify labor rights outcomes
  • Monitoring new decisions on a specific process number using get_decision_detail with date filters
  • Constructing a case-law citation graph from numero_processo and partes fields across multiple paginated results
  • Populating a legal database with structured TST data including dispositivo and resumo for attorney workflow tools
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 the TST provide an official public developer API?+
TST does not publish a documented REST API for external developers. The jurisprudência portal at jurisprudencia.tst.jus.br is a public web interface intended for manual research rather than programmatic access.
What does `get_decision_detail` return beyond what `search_decisions` provides?+
get_decision_detail adds two fields not present in search results: inteiro_teor (the full decision text, which can be lengthy) and partes (a structured object keyed by legal role such as reclamante and reclamado). Search results include a resumo and ementa but omit these full-text and party fields.
How should I handle cases where a process number has decisions from multiple judicial bodies?+
Use the optional orgao_sigla, date_start, and date_end parameters on get_decision_detail to narrow the result. Call list_orgaos_judicantes first to get valid sigla values such as SDI1, T3, or PLENO.
Does the API cover decisions from TRTs (Regional Labor Courts) or other labor court levels?+
Not currently. The API covers only TST (Superior Labor Court) decisions available through jurisprudencia.tst.jus.br. TRT-level decisions from Brazil's 24 regional labor courts are not included. You can fork this API on Parse and revise it to add endpoints targeting individual TRT jurisprudence portals.
Is there a limit on how far back the decision history goes?+
The API returns whatever the TST jurisprudência portal indexes. In practice, the portal includes decisions spanning several decades, but older records may have less structured metadata or shorter inteiro_teor content. Use date_start and date_end to target specific periods and check total_results to gauge coverage for a given range.
Page content last updated . Spec covers 3 endpoints from jurisprudencia.tst.jus.br.
Related APIs in Government PublicSee all →
athletic.net API
Search and analyze cross country and track & field performance data across the US, including athlete profiles, meet results, team rosters, and rankings. Access comprehensive meet information, historical records, and state-level competition data to track athlete progress and discover top performers.
alienvault.com API
Search and analyze global threat intelligence data including indicators of compromise, threat pulses, and adversary profiles from the Open Threat Exchange community. Monitor recent security alerts and access detailed information about threats and adversaries to strengthen your cybersecurity defenses.
eprocurement.gov API
Monitor India's public procurement opportunities by accessing active tenders, bids closing today, global tenders, high-value contracts, and cancelled tenders from the Central Public Procurement Portal. Search tender details, browse participating organizations, and track real-time procurement statistics to stay informed on government contracting opportunities.
maradminbot.com API
Search and retrieve official Marine Corps MARADMIN announcements from Marines.mil, filtering by year, status, and keyword to stay updated on the latest personnel and administrative directives. Get detailed information about specific announcements by number or browse the most recent updates to ensure you never miss critical Marine Corps guidance.
13f.info API
13f.info API
illinoisreportcard.com API
Search and analyze comprehensive performance data for Illinois public schools, districts, and the state, including academic achievements in ELA, math, and science, student demographics, teacher and administrator information, school finances, and environmental conditions. Compare schools side-by-side, track growth metrics, and access accountability ratings and school highlights to make informed decisions about education quality.
customs.gov.mv API
Check import/export duties, tariff classifications, and exchange rates for Maldives customs compliance, plus track vessel movements, company registrations, and declaration statuses. Get real-time data directly from the official customs portal to streamline your trade and logistics operations.
bizapedia.com API
Search for detailed business profiles and contact information from Bizapedia, including company details, employee data, and communication channels. Access comprehensive business intelligence to research companies and build targeted contact lists.