Global Legal Data Platform

The world's law, one map

DataRack aggregates case law and statutes in force across jurisdictions, exposes them through a single query API, and visualizes global legal-data coverage on one world map.

Indexed decisions
281.18M
+6.4% this quarter
Jurisdictions
30
Continuously expanding
Courts & tribunals
21
Incl. international tribunals
Avg. update lag
9 days
Median across major courts

Global case-law coverage

Brighter color means more Case law; dots are major courts and international tribunals — click for details.

FewerMore · Case law
Court / tribunalOpenPartialRestricted
Developer API

One request, any jurisdiction's law

Every value on the map is queryable via a REST API by country/region code, returning standard JSON for easy integration into legal-tech and research tools.

GET https://api.datarack.ai/v1/jurisdictions/156?metric=cases

{
  "id": "156",
  "name": "China",
  "cases": 142600000,
  "statutes": 386000
}
MCP support

Let AI clients query legal data directly

DataRack ships a built-in Model Context Protocol endpoint. Add the address below to an MCP-capable client such as Claude Desktop or Cursor, and the AI can call tools to query case-law volume, statutes in force and court access levels.

MCP endpoint

POST https://datarack.ai/api/mcp

// Client config example (Claude Desktop / Cursor)
{
  "mcpServers": {
    "datarack": {
      "url": "https://datarack.ai/api/mcp"
    }
  }
}

Available tools

  • list_jurisdictionsList per-jurisdiction case-law and statute counts; sortable and limitable
  • get_jurisdictionLook up a single jurisdiction by ISO numeric code or name
  • list_courtsList courts and tribunals (coordinates, documents, update lag, access); filter by access level
  • get_courtLook up a single court's details by id
  • list_legislaturesList legislatures and official gazettes (coordinates, instruments, update lag, access); filter by access level
  • get_legislatureLook up a single legislature or gazette by id
  • get_summaryReturn global rollup: decisions, statutes, jurisdictions, institutions, avg update lag per category