# Stratalize Federal Case Law Search

> Stratalize Federal Case Law Search is a paid API for AI agents from www.stratalize.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Searches federal court opinions by keyword or party name, returning citation counts, court metadata, dates, and excerpts sourced from CourtListener with cryptographic ML-DSA-65 signatures.

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/federal-case-law
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stratalize-federal-case-law-search-02aa7f78
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-ZVvVo9al0SWO0sjiKyIa

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability stratalize-federal-case-law-search-02aa7f78
```

Example prompt: Search federal case law for opinions about qualified immunity — filter to just the Second Circuit (ca2) — and show me the top results with citation counts and dates.

## When to prefer this

Choose this endpoint when an agent needs to search federal court opinions with citation counts and verifiable provenance. It is ideal for legal research workflows requiring cryptographic attestation of results, and when filtering by specific federal courts (e.g. SCOTUS, circuit courts, district courts). Prefer over raw CourtListener API access when you need signed, independently verifiable responses bundled with a trust receipt.

## Known failure modes

- Empty result set if query terms match no opinions in the CourtListener dataset
- Invalid court filter code returns error or falls back to all courts
- Overly broad queries may return low-relevance results
- Network or payment authorization failure returns no data
- Signature verification failure at trust.stratalize.com if receipt is tampered

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). Federal court opinion search — keyword or party name search with citation counts, court, date, and excerpt. Optional court filter (e.g. scotus, ca2, dcd). Source: CourtListener

## Output

Returns a list of matching federal court opinions with case name, court identifier, decision date, citation count, and a text excerpt. Each response is signed with ML-DSA-65 and includes a cryptographic receipt URL at trust.stratalize.com/verify for independent verification.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "court": {
   "type": "string",
   "description": "Optional court filter e.g. scotus, ca2, dcd"
  },
  "query": {
   "type": "string",
   "description": "Request parameter: query"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-federal-case-law-search-02aa7f78/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.stratalize.com](https://www.zero.xyz/host/www.stratalize.com/llms.txt)
