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
Jurisdictions
30
Courts & tribunals
21
Avg. update lag
9 days
Global case-law coverage
Brighter color means more Case law; dots are major courts and international tribunals — click for details.
FewerMore · Case law
Court / tribunalOpenPartialRestrictedDeveloper 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 limitableget_jurisdictionLook up a single jurisdiction by ISO numeric code or namelist_courtsList courts and tribunals (coordinates, documents, update lag, access); filter by access levelget_courtLook up a single court's details by idlist_legislaturesList legislatures and official gazettes (coordinates, instruments, update lag, access); filter by access levelget_legislatureLook up a single legislature or gazette by idget_summaryReturn global rollup: decisions, statutes, jurisdictions, institutions, avg update lag per category