You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"message": "The requested resource does not exist."
}
In addition to the list above, the following 2 legislation are not available in the GovInfo API, but they're also not available in the Congress.gov APIs:
s2
s3
Even though these are likely reserved, would it be possible to have these return a response that verifies it is reserved?
This isn't very consistent and I'm putting in a backlog item to address this.
We aren't able to determine why a bill or other package doesn't exist in our system, so we would be unable to positively affirm that something is reserved or not.
The BillStatus collection (list), package summary, and package xml APIs are missing the following 118 legislation from the 118th congress:
I've verified that all of these legislation are available on the Congress.gov API, but not GovInfo.
Examples of the APIs i'm using:
Example BillStatus collection (list) request:
curl --location 'https://api.govinfo.gov/collections/BILLSTATUS/2021-1-3T00:00:00Z?offsetMark=*&pageSize=250&congress=118'
Example package summary request:
curl --location 'https://api.govinfo.gov/packages/BILLSTATUS-118s4167/summary'
Response:
Example package xml request:
curl --location 'https://api.govinfo.gov/packages/BILLSTATUS-118s4167/xml'
Response:
In addition to the list above, the following 2 legislation are not available in the GovInfo API, but they're also not available in the Congress.gov APIs:
Even though these are likely reserved, would it be possible to have these return a response that verifies it is reserved?
Similar missing legislation issue on the congress.gov repo: LibraryOfCongress/api.congress.gov#233
The text was updated successfully, but these errors were encountered: