Query Turkish legal databases from your terminal. Designed for AI agents and programmatic use — JSON output, pipe-friendly, zero configuration.
The CLI counterpart of Yargı MCP. Query Court of Cassation, Council of State, local courts, and appellate court decisions directly from your terminal. All output is JSON — ideal for AI agents and automation scenarios.
Supports 79 different chamber filters.
npm install -g @saidsrc/yargi
# Search decisions
yargi bedesten search "workplace accident" --court YARGITAYKARARI --chamber 9
# Get full decision text (Markdown output)
yargi bedesten doc <documentId>
Supports Solr search operators: exact phrase ("phrase"), required/excluded terms (+term, -term), AND/OR/NOT.
--help for agent self-discoveryYargı CLI is open source. If your organization needs something similar for its own data sources, let's talk.