api.congress.gov icon indicating copy to clipboard operation
api.congress.gov copied to clipboard

congress.gov API

Results 144 api.congress.gov issues
Sort by recently updated
recently updated
newest added
trafficstars

I'm iterating through members of Congress using the provided pagination in the members endpoint. This is the final pagination endpoint before it returns null and it's where I noticed the...

bug

While building out a TS lib for the Congress API, I noticed your guys' [documentation for the MemberEndpoints](https://github.com/LibraryOfCongress/api.congress.gov/blob/main/Documentation/MemberEndpoint.md) has `bioguideID` instead of `bioguideId` - unimportant if you're manually reviewing this...

From @jhanna71 - It would be nice to have a sort by updateDate or publishDate. The newest CRS Reports are somewhere between 200 and 300 in the walkset right now.

The yaml schema seems to have a number of issues... Structural error at info should have required property 'version' missingProperty: version At line 2 Semantic error at paths./member/congress/{congress}.get.operationId Operations must...

There are a few properties missing that I'd expect to see at the `GET /amendment/:congress/:amendmentType/:amendmentNumber` endpoint: 1. `textVersions` 2. `cosponsors` 3. `amendments`

Also add version to swagger info property Also rename congress members list endpoint operation Id - there are no conflicts with the code base visible via grep **This change may...

For better compatibility and accessibility, I'd love to see upgrading the schemas to 3.1 OpenAPI standard. I need them in 3.1 format.

enhancement

Hello, I’m encountering a CORS error when attempting to access the text of a bill from a flutter application running as a web app on Chrome. Specifically, accessing the `api.congress.gov/bill/{congress}/{billType}/{billNumber}/text`...

investigating

Judging from the online [Congressional Record Index](https://www.congress.gov/congressional-record/congressional-record-index), it seems that the data contains proper markings about who speeks when (among house and senate members): it is possible to search for...

Hello. there's an issue with the titles returned in the get committee meeting endpoint. For example calling: https://api.congress.gov/v3/committee-meeting/119/house/117848 (https://www.congress.gov/event/119th-congress/house-event/117848) returns: ``` { "committeeMeeting": { "chamber": "House", "committees": [ { "name":...

bug