We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For bills from congress sessions 107 and older:
GET https://api.govinfo.gov/packages/{packageId}/summary response is missing related/billStatusLink field. For comparison: https://api.govinfo.gov/packages/BILLS-110hr2669rh/summary?api_key=DEMO_KEY - billStatusLink present https://api.govinfo.gov/packages/BILLS-103hconres190eas/summary?api_key=DEMO_KEY - no billStatusLink
billStatusLink constructed manually using ones for session 108 and newer as example, return 404 for session 107 and older. For comparison: https://www.govinfo.gov/bulkdata/BILLSTATUS/111/hr/BILLSTATUS-111hr73.xml - available https://www.govinfo.gov/bulkdata/BILLSTATUS/107/hr/BILLS-107hr2646.xml - 404
BILLSTATUS relationshipLink returned from GET https://api.govinfo.gov/related/{packageId} is broken for bills from congress session 107 and older. For comparision: https://api.govinfo.gov/related/BILLS-110hr2669rh/BILLSTATUS?api_key=DEMO_KEY - available https://api.govinfo.gov/related/BILLS-103hconres190eas/BILLSTATUS?api_key=DEMO_KEY - returns the following error: {"message":"Oops, Something went wrong, Please contact govinfo team for further assistance"}
The text was updated successfully, but these errors were encountered:
Hi, bill status XML files are only available on GovInfo back to the 108th Congress. This is why it is not returned via the API. https://www.govinfo.gov/bulkdata/BILLSTATUS
Sorry, something went wrong.
llaplant
No branches or pull requests
For bills from congress sessions 107 and older:
GET https://api.govinfo.gov/packages/{packageId}/summary response is missing related/billStatusLink field. For comparison:
https://api.govinfo.gov/packages/BILLS-110hr2669rh/summary?api_key=DEMO_KEY - billStatusLink present
https://api.govinfo.gov/packages/BILLS-103hconres190eas/summary?api_key=DEMO_KEY - no billStatusLink
billStatusLink constructed manually using ones for session 108 and newer as example, return 404 for session 107 and older. For comparison:
https://www.govinfo.gov/bulkdata/BILLSTATUS/111/hr/BILLSTATUS-111hr73.xml - available
https://www.govinfo.gov/bulkdata/BILLSTATUS/107/hr/BILLS-107hr2646.xml - 404
BILLSTATUS relationshipLink returned from GET https://api.govinfo.gov/related/{packageId} is broken for bills from congress session 107 and older. For comparision:
https://api.govinfo.gov/related/BILLS-110hr2669rh/BILLSTATUS?api_key=DEMO_KEY - available
https://api.govinfo.gov/related/BILLS-103hconres190eas/BILLSTATUS?api_key=DEMO_KEY - returns the following error:
{"message":"Oops, Something went wrong, Please contact govinfo team for further assistance"}
The text was updated successfully, but these errors were encountered: