There's a fair number of bills actions endpoint calls that results in a 500 error with > "error": "The QuerySet value for an exact lookup must be limited to one result using slicing. (ValueError)", some examples: https://api.congress.gov/v3/bill/17/s/1/actions?format=json&limit=250&offset=0 https://api.congress.gov/v3/bill/16/s/11/actions?format=json&limit=250&offset=0 https://api.congress.gov/v3/bill/16/s/68/actions?format=json&limit=250&offset=0 https://api.congress.gov/v3/bill/20/s/45/actions?format=json&limit=250&offset=0