Description Usage Arguments References Examples
Use this request type to get details on bills that may be considered by the
House or Senate in the near future, based on scheduled published or announced
by congressional leadership. The bills and their potential consideration are
taken from the House Majority Leader and
floor updates from
Senate Republicans.
The responses include a legislative_day
attribute which is the earliest the
bills could be considered, and a range
attribute that indicates whether the
bill information comes from a weekly schedule or a daily one. Combine the two
for the best sense of when a bill might come up for consideration. For Senate
bills, the response includes a context
attribute reproducing the sentence that
includes mention of the bill. These responses omit bills that have not yet been
assigned a bill number or introduced, and additional bills may be considered
at any time.
1 | bills_upcoming(chamber = c("house", "senate"))
|
chamber |
house or senate |
https://projects.propublica.org/api-docs/congress-api/bills/#get-upcoming-bills
1 2 3 4 | ## Not run:
bills_upcoming("house")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.