8000 BillStatus missing for bills from congress sessions 107 and older · Issue #152 · usgpo/api · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
BillStatus missing for bills from congress sessions 107 and older #152
Open
@alenafirefly

Description

@alenafirefly

For bills from congress sessions 107 and older:

  1. 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

  2. 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

  3. 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"}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0