India Act Definitions
india_act_definitionsThe terms an act defines, and the provision that defines them.
Cost: 2 credits. Refunded when the act holds no extracted definitions, because the caller asked for definitions and did not get any.
⚠️ Coverage is thin and stated rather than implied: extracted defined terms
exist for a minority of served acts. An empty answer here means we did not
extract them, NOT that the act defines nothing. definitionSections is
returned separately so you can read the defining provision directly even when
no terms were extracted from it.
terms is paged with page + pageSize, because a long definitions clause can
run to thousands of entries. definitionSections is short and is NOT paged, so
it repeats in full on every page.
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 | |||