This is the API wrapper function for the getBill operation. It returns the primary bill detail information including sponsors, committee references, full history, bill text and roll call information.

get_bill(bill_id, api_key = legiscan_api_key())

Arguments

bill_id

Identifier for bill

api_key

Your LegiScan API key (see legiscan_api_key)

Value

A nested list, with bill_id as the unique identifier.

See also