citation_lookup
Verify legal citations in briefs or memos against CourtListener's real-case database. Submit free text to identify fabricated or mangled references and get FOUND or NOT_FOUND flags per citation.
Instructions
Verify legal citations against CourtListener's database of real cases before relying on them; catches fabricated or mangled citations. Pass free text (a brief, memo, or draft) or a single citation string; every citation recognized in the text is checked. Per citation: FOUND (with case name, date, and link) or an explicit NOT_FOUND / UNKNOWN_REPORTER flag. Requires COURTLISTENER_API_TOKEN (authentication-only endpoint). Caps: 64000 characters of text and 250 citations per call (server rate limit: 60 citations/min).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Free text to scan for citations (max 64000 characters), or a single citation string like "410 U.S. 113". The first 250 citations recognized are looked up; any beyond that are returned flagged NOT_CHECKED_OVER_CAP. |