Skip to main content
GET
Get the defined terms that govern this section

Authorizations

Authorization
string
header
required

API key issued from the developer dashboard. Pass as Authorization: Bearer vq_key_...

Path Parameters

act_id
string
required

Section identifier. Encodes the citation's hierarchy: USC_T42_C21_S1983 is Title 42, Chapter 21, Section 1983, the section a lawyer writes as 42 U.S.C. § 1983. Take it from a /us/statutes/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.

Required string length: 3 - 200
Example:

"USC_T42_C21_S1983"

Response

The section plus the defined terms governing it.

Response for GET /us/statutes/section/{act_id}/definitions.

section
StatuteResult · object
required

The section you asked about.

definitionsSection
StatuteResult · object | null

The sibling section the terms were parsed from. Null when the chapter has no definitions section, in which case terms is empty and the call is refunded.

terms
StatuteDefinitionTerm · object[]

Defined terms governing this section, in the order the source lists them.

total
integer
default:0

How many terms were parsed.

Example:

12

note
string | null

Set only when no terms could be returned, explaining which step came up empty: the chapter has no definitions section, or its text is not ingested yet. The call is refunded in both cases.

processingTimeMs
number
default:0

Server-side time for this request in milliseconds, excluding network transit. Useful for spotting a slow query; not billed on.

Example:

310.8

creditsConsumed
number
default:0

Credits actually charged for this call. Read it rather than assuming the list price: failed and refunded work bills 0.

Example:

4

Last modified on August 23, 2026