India Act Cited By
india_act_cited_byInbound citations: provisions elsewhere in the corpus that name this act.
Cost: 2 credits. A confident "nothing cites this" is the answer and is charged.
š“ Matched on the act's TITLE, not on an identifier, because that is what
the corpus stores. A citing document that wrote the title differently is
missed, and the publisher's own line breaks make that measurable. Read
matchBasis and treat the result as a floor rather than a complete set.
A foundational act can be cited by thousands of provisions, so the answer is
PAGED with page + pageSize, the same as the rest of this API.
total is the number of distinct citing PROVISIONS across all pages, not the
size of the page you were served (returned) and not the number of matching
passages: one provision is stored as many passages, so total is the smaller
number. totalIsExact goes false only if the corpus scan behind that count hits
its ceiling, which no act in the corpus currently reaches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number. | |
| limit | No | DEPRECATED alias for `pageSize`, kept working for clients written against the original shape. Send one or the other, not both. | |
| act_id | Yes | Section identifier, e.g. `USC_T42_C21_S1983` (Title 42, Chapter 21, Section 1983, written 42 U.S.C. 1983). Take it from a search result rather than assembling it: the title and section are derivable from a citation but the CHAPTER is not, so hand-built ids usually 404. | |
| pageSize | No | Rows per page (1-100). Defaults to 25. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||