eurlex_citations
Retrieve citation relationships for EU legal acts, including cites, cited-by, amendments, and repeals, with configurable direction and language.
Instructions
Finds citation relationships for an EU legal act: cites, cited_by, amends/amended_by, based_on/basis_for, repeals/repealed_by. direction="both" runs a balanced split so recent cited_by entries cannot crowd out cites results; the response's counts field reports how many of each side were found. The limit is divided evenly between the two directions and is not back-filled from the richer side, so direction="both" can return fewer than limit total results even when one side has more matches available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results | |
| celex_id | Yes | CELEX identifier, e.g. '32024R1689' | |
| language | No | Language of the title, as a Cellar 3-letter code (any of the 24 official EU languages, e.g. DEU, ENG, FRA, POL, SPA) | ENG |
| direction | No | Direction: cites=acts referenced by this document, cited_by=acts referencing this document, both=a balanced split of both directions | both |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| total | Yes | Number of entries in `citations` | |
| counts | Yes | How the returned citations split across the two directions | |
| celex_id | Yes | The act whose citations were queried | |
| citations | Yes |