Description Usage Arguments References Examples
Use this request type to get Library of Congress-assigned subjects about a particular bill. This request returns the 20 most recent results and supports paginated requests.
1 | bill_amendments(bill_id, congress = 116L, page = 1L)
|
bill_id |
a bill slug, for example hr4881 - these can be found in the recent bill response. |
congress |
105-116 |
page |
page of results |
https://projects.propublica.org/api-docs/congress-api/bills/#get-amendments-for-a-specific-bill
1 2 3 4 | ## Not run:
bill_amendments("hr1628", 115)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.