Overview
Court metadata lookup (id, name, jurisdiction, hierarchy).
Protocol
x402
Price
$0.0060
Payment Asset
USD Coin
Payment Network
eip155:8453
Category
uncategorized
Provider
x402
Indexed
2026-03-28 19:49:20
Health
Status
healthy
Latency (p50)
187ms
Uptime (30d)
100.0%
Reliability Score
92/100
Last Checked
2026-03-29 02:03:07
Last Healthy
2026-03-29 02:03:07
Consecutive Failures
0
Input Schema
{
"discoverable": true,
"method": "GET",
"queryParams": {
"id": {
"description": "Exact CourtListener court id (e.g. scotus)",
"type": "string"
},
"inUse": {
"description": "true/false active-court filter",
"type": "string"
},
"jurisdiction": {
"description": "Jurisdiction code filter",
"type": "string"
},
"limit": {
"description": "Max rows to return",
"type": "string"
},
"query": {
"description": "Partial full-name lookup",
"type": "string"
}
},
"type": "http"
}
Output Schema
{
"data": {
"count": 1,
"courts": [
{
"id": "scotus"
}
]
},
"source": "CourtListener API",
"success": true
}