Skip to main content
GET
Get amendment history

Authorizations

Authorization
string
header
required

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

Path Parameters

act_id
string
required

Act identifier, as returned by search, /list or /resolve.

Required string length: 1 - 200
Pattern: ^[a-zA-Z0-9_-]+$
Example:

"IND_state_20326"

Query Parameters

section
string | null

Keep only footnotes attached to this section, written exactly as the publisher does. Alphanumeric suffixes are part of the number, not a sub-provision: 498A is one section, not section 498 clause A.

Maximum string length: 40
Pattern: ^[A-Za-z0-9().\- ]{1,40}$
Example:

"23"

type
enum<string>

Amendment action class. Served in the NOMINAL spelling; the corpus stores the verbal form (substituted) and either is accepted. Values: substitution, insertion, omission, renumbering, addition, repeal, deletion, adaptation, amendment, note.

Available options:
substitution,
insertion,
omission,
renumbering,
addition,
repeal,
deletion,
adaptation,
amendment,
note
Example:

"substitution"

page
integer
default:1

1-based page number.

Required range: x >= 1
Example:

1

pageSize
integer
default:100

Results per page (1-200).

Required range: 1 <= x <= 200
Example:

100

Response

Successful Response

actId
string
required
title
string
required
totalFootnotes
integer
required

Footnotes on THIS page, not in the act. Paging is by page/pageSize, so this equals pageSize on a full page.

footnotes
FootnoteItem · object[]
required
typeCounts
Typecounts · object
required
page
integer
default:1
pageSize
integer
default:100
hasMore
boolean
default:false

True when a further page of footnotes exists.

meta
ActMeta · object

What this call cost and how long it took.

🔴 Added 2026-09-06. Five of the six original routes returned NO statement of what they billed: /text (3 credits), /amendments (5), /list (1), /filters (0) and /corresponding-provisions (1). The house rule on the US surface is that creditsConsumed is the CONTRACT and the list price is not, and it matters most exactly where refunds happen -- /text refunds on a missing act, /corresponding-provisions refunds when a mapping does not exist yet. Without this field a caller cannot tell a refunded call from a charged one, and has to reconcile against the ledger to find out.

Last modified on September 11, 2026