Closed ryparker closed 3 months ago
Good morning - I see three separate titles in the billStatus/bill/titles
area. But it appears that you are looking for a separate title field at billStatus/bill/title
.
It appears that is not available in the congress.gov API for this particular bill summary either.
https://api.congress.gov/v3/bill/118/s/347?format=json&api_key=DEMO_KEY
The title
tag should be expected in responses, when available from Congress.gov.
The
<title>
tag is missing from the BILLSTATUS response for S347 of congress 118Response:
I noticed this on 5/26/2024. I haven't noticed this issue on any other legislation in the 118th congress.
Before today the title tag used to be:
Should the
<title>
tag no longer be expected in the response?