Live demo · Judicial cases database

Chinese court judgments, as structured data — in English.

Query China's case law and get back machine-readable records — court, cause of action, holding, awarded amount, outcome — with a citation back to the original judgment. The demo below runs live against a labor-dispute beta slice. The full corpus covers 130M+ publicly available PRC judgments.

Module 2 · Litigation analytics

Compensation benchmarks by province

Aggregated, anonymised statistics — zero personal data — computed across the labor-dispute slice. The kind of empirical benchmark litigation funders, insurers and in-house teams pay for. Click a column header to sort.

Loading live statistics…
Amounts are real percentile statistics (¥, RMB) over the beta slice. Win-rate is withheld until balanced-sample normalisation in the production release. USD shown at ¥7.15.
Module 3 · Built for AI products

REST API & MCP server

The same data behind this page is available as a REST API and a Model Context Protocol server — so Claude, ChatGPT, Cursor or your in-house assistant can query Chinese case law natively. This is the layer the incumbent Chinese databases don't expose to AI vendors.

REST — structured search
curl -X POST https://api.sinoverdict.com/v1/cases/search \
  -H "Authorization: Bearer YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"q":"违法解除","limit":10}'
MCP — for AI assistants
{
  "mcpServers": {
    "sinoverdict": {
      "command": "npx",
      "args": ["-y","@sinoverdict/mcp"],
      "env": { "SINOVERDICT_API_KEY": "YOUR_KEY" }
    }
  }
}
Endpoints shown are illustrative of the integration shape. Trial keys for the live API/MCP are issued per evaluation — request one below.

Evaluate the full corpus

This demo runs on a labor-dispute beta slice. Commercial, IP, maritime and other foreign-relevant case types are available for paid evaluation — delivered as bulk dataset, REST API or MCP, with a compliance pack for your procurement team.

Request evaluation access →

SinoVerdict licenses processed, structured derivatives of publicly available PRC court judgments. Data is sourced from public judicial disclosures; sensitive case categories are excluded. Informational only; not legal advice.