Overview
CourtListener opinion search by query text.
Protocol
x402
Price
$0.0080
Payment Asset
USD Coin
Payment Network
eip155:8453
Category
tools/search
Provider
x402
Indexed
2026-03-28 19:49:20
Health
Status
healthy
Latency (p50)
166ms
Uptime (30d)
100.0%
Reliability Score
92/100
Last Checked
2026-03-29 02:50:12
Last Healthy
2026-03-29 02:50:12
Consecutive Failures
0
Input Schema
{
"discoverable": true,
"method": "GET",
"queryParams": {
"limit": {
"description": "Max rows to return",
"type": "string"
},
"query": {
"description": "Search text",
"required": true,
"type": "string"
}
},
"type": "http"
}
Output Schema
{
"data": {
"count": 20,
"query": "antitrust"
},
"source": "CourtListener API",
"success": true
}