List case passages
listCasePassagesRetrieve paragraphs of a court decision with citable permalinks. Paginate through long judgments or jump to a specific Randnummer for precise pin-citing.
Instructions
The full text of one decision, split into its paragraphs, each with a permalink you can cite.
rn is the Randnummer the COURT printed, read out of the decision's own markup. It is never inferred from position: where a document prints no numbers, rn is null and stays null. anchor_basis is derived per decision — only 'native_numbering' means our anchor and the printed number provably coincide, so pin-cite a Randnummer only when you see that value.
amtliche_seite is null everywhere: our texts carry no page breaks, so a BVerfGE-style page pin cannot be produced honestly.
SIZE. Long decisions run to several hundred paragraphs, so the default page is 30. Three ways to move: offset pages, limit widens (max 400 — enough for a whole decision when you really want it), and around jumps. pagination appears whenever there is more than the page you were handed.
around: 51 returns a window of limit passages CENTRED on Randnummer 51 — the right call when listCitingDecisions gave you a citing_rn, when a search hit came back anchored at …#rd_51, or when you want the passage around a pin cite and not the whole judgment. It takes the number the court printed, not a position, and a decision that prints no such number answers not_in_corpus rather than silently handing you a different passage. around and offset address the same list two different ways; give one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| case | Yes | A juris doknr, an ECLI, or this site's decision URL as `search` returns it. | |
| limit | No | ||
| around | No | A Randnummer as the court printed it. Returns a window of `limit` passages centred on it. Not combinable with `offset`. | |
| offset | No |