Skip to main content
GET
/
tribunals
List tribunals (id and acronym)
curl --request GET \
  --url https://miner.production.judit.io/tribunals \
  --header 'api-key: <api-key>'
[
  {
    "tribunal_id": 123,
    "name": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.judit.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

api-key
string
header
required

Replace with the actual API key requirement for your Miner API deployment.

Response

200 - application/json

Ordered list of tribunals

tribunal_id
integer
required

Identifier used in tribunals on count/create filters

name
string
required

Tribunal acronym (from TypeormTribunal.acronym)