api.congress.gov
api.congress.gov copied to clipboard
congress.gov API
I wanted to propose an enhancement to the API. When working with specific bills, it is currently not possible to get the committee meeting(s) that have been held discussing the...
**Problem** Currently, each bill includes its subject-policy area, but I have to open and navigate through individual bills to check if they belong to a specific subject-policy area. This makes...
Try this endpoint `https://api.congress.gov/v3/bill/119?format=json&fromDateTime=2025-01-01T00:00:00Z&toDateTime=2025-02-01T00:00:00Z&limit=250&offset=0` and got the response json below. However, if you check the `bills.length`, it is actually 49, not the 61 shown in the `pagination.count`. `{ "bills": [...
Any way we can look to update the API to support deterministic routing? My specific use case requires each specific route to have a distiguishable (deterministic) path Specified swagger definition...