# Stratalize Federal Judge Analytics

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

Returns a federal judge's court positions, appointment history, political affiliation, education background, and opinion count from CourtListener data.

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/judge-analytics
- Price: $0.5/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-judge-analytics-228143d9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wjBBLIo3IuqRuOB_OCVkw

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-judge-analytics-228143d9
```

Example prompt: Pull up the full federal judge profile for Amy Berman Jackson — I need her court positions, who appointed her, her political affiliation, education, and how many opinions she's written, so I can assess our litigation risk.

## When to prefer this

Use this endpoint when you need structured, machine-readable federal judge profiles for litigation risk assessment or judicial philosophy evaluation. Prefer this over manual CourtListener searches when building automated legal research workflows. The cryptographic signing makes it suitable for contexts requiring verifiable provenance of judicial data.

## Known failure modes

- Judge name not found in CourtListener database — returns empty or not-found response
- Ambiguous name matches multiple judges — may require more specific input
- CourtListener data may be outdated for recent appointments
- Payment of $0.50 USDC required per call via x402 protocol — failure to pay returns 402 error

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). Federal judge profile — court positions, appointment history, political affiliation, education, and opinion count. Source: CourtListener (Free Law Project). Use when assessing litigation risk or evaluating judicial philosophy

## Output

Returns the judge's current and past court positions, appointment history (including appointing president), political affiliation, educational background, and total opinion count. Every response is ML-DSA-65 signed with a cryptographic receipt verifiable at trust.stratalize.com/verify.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "judge_name": {
   "type": "string",
   "description": "Full or last name of federal judge"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-federal-judge-analytics-228143d9/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)
