ワンクリックで
court-proceedings-data
Query Riigi Teataja's public JSON endpoints for Estonian court decisions and court hearings.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Query Riigi Teataja's public JSON endpoints for Estonian court decisions and court hearings.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Neutral thinking partner for the user. USE WHEN the user asks for coaching, help with reflection, is struggling to get started or understand a fuzzy topic, wants to talk something through, wants to talk out loud, asks for a Socratic mode, is struggling to phrase a concrete problem or idea, seems emotionally loaded about something, or similar -- or might benefit from a coach'y approach.
Search Estonian building supply stores (Bauhof, Ehituse ABC, Decora, K-Rauta, Bauhaus, Depo), grocery stores (Prisma, Rimi, Selver), home furnishing (IKEA), and second-hand marketplaces (Vinted, Yaga) for products, prices, and stock. USE WHEN user asks to find products at Estonian stores, compare prices across them, or check availability.
Generate a printable, text-free story coloring book PDF from a story idea, with consistent characters and real-landmark backgrounds. Use when the user asks to create a coloring book, coloring pages, or a wordless picture-story PDF. Requires an OpenAI API key.
Searches the Estonian library catalog ESTER (ester.ee) to find books, check availability, and locate them in specific library branches. USE WHEN user asks to find a book in Estonian libraries, check if a book is available, find where to pick up a library book, search ESTER, or mentions Estonian library branches like Kalamaja, Keskraamatukogu, Tartu, etc.
Route Estonian public-data questions to documented official APIs, downloads, and reproducible public web interfaces. Use for Estonian statistics, legislation, parliament, registries, public finance, procurement, environment, health, transport, municipal records, and other official data retrieval.
Route a question to a verified Estonian official public-data source and execute its API, download, or public web retrieval recipe.
| name | court-proceedings-data |
| description | Query Riigi Teataja's public JSON endpoints for Estonian court decisions and court hearings. |
https://www.riigiteataja.ee/et/otsing/kohtulahendidhttps://www.riigiteataja.ee/public-api/api/v1Post JSON to /kohtuteave/otsing/kohtulahendid for decisions. A minimal request is:
{
"general": {
"searchInText": false,
"searchInTitle": false,
"searchText": "",
"searchText2": "",
"logicalOperator": "AND",
"morphSearch": false,
"sort": "toiminguNr",
"sortAscending": false
},
"precise": {"kohus": [], "seaduseSatted": {}}
}
Post the same general object to /kohtuteave/otsing/kohtuistungid with precise: {"kohus": []} for hearings. Useful precise decision fields include lahendiKpAlgus, lahendiKpLopp, kohtunik, ecliNr, menetluseTyyp, menetlusliigid, kohtumenetluseLiik, and kohus. Hearing fields include istungiAegAlgus, istungiAegLopp, istungiLiik, istungiSaal, kohtunik, menetluseLiik, and kohus.
Both responses contain kokku and up to 30 tulemused. Narrow the query with dates or court filters; do not treat the first response as a bulk export. A decision's public file is GET /kohtuteave/kohtulahendid/{avalikustatudFailiId}/file.
objektId, case number, ECLI when present, court, decision date, proceeding type, status, public-file ID/name, annotations, and source URL.koik_menetlused.html and kohtuistungid_otsing.html now load the same JavaScript application; they are not data endpoints.kokku and nonempty tulemused from both POST endpoints.kohtuasjaNumber, objektId, and lahendiKuulutamiseAeg; require hearing rows to contain kohtuasjaNr, kohus, and istungiAeg.