Skip to main content
GET
Get act text URLs

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 /coverage.

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

"IND_state_20326"

Response

Successful Response

actId
string
required
title
string
required
textUrl
string
required
year
integer | null
category
string | null
pdfUrl
string | null
htmlUrl
string | null
chunksCount
integer
default:0
isSubordinate
boolean
default:false

True for subordinate legislation: notifications, rules, circulars, orders. False for principal acts.

issuedDate
string | null

Date the instrument was issued by the publisher, where known.

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.

currencyStatus
string
default:unknown

How far the currency of this document can be vouched for. repeal_tracked: the publisher records a repeal flag for this document, so a repealed instrument is identifiable. as_issued: served as issued on issuedDate, and it MAY HAVE BEEN SUPERSEDED since. India Code publishes no supersession status for subordinate legislation, and a superseding instrument names its predecessor only in prose, so this API cannot tell you whether a notification is still in force. Treat as_issued documents as evidence of what was issued on a date, not as a statement of current law.

Last modified on September 7, 2026