api.congress.gov
api.congress.gov copied to clipboard
Bug Report: Mismatch Between bills.length and pagination.count in Bill API Response
Try this endpoint
https://api.congress.gov/v3/bill/119?format=json&fromDateTime=2025-01-01T00:00:00Z&toDateTime=2025-02-01T00:00:00Z&limit=250&offset=0
and got the response json below.
However, if you check the bills.length, it is actually 49, not the 61 shown in the pagination.count.
{ "bills": [ { "congress": 119, "latestAction": { "actionDate": "2025-01-28", "text": "Cloture on the motion to proceed to the measure not invoked in Senate by Yea-Nay Vote. 54 - 45. Record Vote Number: 22. (CR S410)" }, "number": "23", "originChamber": "House", "originChamberCode": "H", "title": "Illegitimate Court Counteraction Act", "type": "HR", "updateDate": "2025-01-29", "updateDateIncludingText": "2025-02-04", "url": "https://api.congress.gov/v3/bill/119/hr/23?format=json" }, { "congress": 119, "latestAction": { "actionDate": "2025-01-24", "text": "Received in the Senate and Read twice and referred to the Committee on the Judiciary." }, "number": "21", "originChamber": "House", "originChamberCode": "H", "title": "Born-Alive Abortion Survivors Protection Act", "type": "HR", "updateDate": "2025-01-31", "updateDateIncludingText": "2025-01-31", "url": "https://api.congress.gov/v3/bill/119/hr/21?format=json" }, { "congress": 119, "latestAction": { "actionDate": "2025-01-24", "text": "Referred to the House Committee on Energy and Commerce." }, "number": "67", "originChamber": "House", "originChamberCode": "H", "title": "Recognizing the roles and the contributions of Americas Certified Registered Nurse Anesthetists (CRNAs) and their critical role in providing quality health care for the public and the Nation's Armed Forces for more than 150 years and through multiple public health emergencies and beyond.", "type": "HRES", "updateDate": "2025-01-27", "updateDateIncludingText": "2025-01-27", "url": "https://api.congress.gov/v3/bill/119/hres/67?format=json" }, { "congress": 119, "latestAction": { "actionDate": "2025-01-23", "text": "Referred to the Committee on the Judiciary. (text: CR S339-340)" }, "number": "32", "originChamber": "Senate", "originChamberCode": "S", "title": "A resolution designating January 23, 2025, as \"Maternal Health Awareness Day\".", "type": "SRES", "updateDate": "2025-01-27", "updateDateIncludingText": "2025-01-27", "url": "https://api.congress.gov/v3/bill/119/sres/32?format=json" }, { "congress": 119, "latestAction": { "actionDate": "2025-01-22", "text": "Cloture on the motion to proceed to the measure not invoked in Senate by Yea-Nay Vote. 52 - 47. Record Vote Number: 11. (CR S294-295)" }, "number": "6", "originChamber": "Senate", "originChamberCode": "S", "title": "Born-Alive Abortion Survivors Protection Act", "type": "S", "updateDate": "2025-01-30", "updateDateIncludingText": "2025-01-30", "url": "https://api.congress.gov/v3/bill/119/s/6?format=json" }, { "congress": 119, "latestAction": { "actionDate": "2025-01-21", "text": "Placed on Senate Legislative Calendar under General Orders. Calendar No. 5." }, "number": "29", "originChamber": "Senate", "originChamberCode": "S", "title": "An original resolution expressing the sense of the Senate that the President of the United States possesses legal authority under existing law to take immediate and necessary action to secure the southwest border of the United States.", "type": "SRES", "updateDate": "2025-01-22", "updateDateIncludingText": "2025-01-23", "url": "https://api.congress.gov/v3/bill/119/sres/29?format=json" }, { "congress": 119, "latestAction": { "actionDate": "2025-01-16", "text": "Referred to the House Committee on the Judiciary." }, "number": "21", "originChamber": "House", "originChamberCode": "H", "title": "Disapproving of the rule submitted by the Department of Homeland Security relating to \"Modernizing H-2 Program Requirements, Oversight, and Worker Protections\".", "type": "HJRES", "updateDate": "2025-01-23", "updateDateIncludingText": "2025-01-23", "url": "https://api.congress.gov/v3/bill/119/hjres/21?format=json" }, { "congress": 119, "latestAction": { "actionDate": "2025-01-13", "text": "Referred to the House Committee on the Judiciary." }, "number": "17", "originChamber": "House", "originChamberCode": "H", "title": "Proposing a balanced budget amendment to the Constitution of the United States.", "type": "HJRES", "updateDate": "2025-01-28", "updateDateIncludingText": "2025-01-28", "url": "https://api.congress.gov/v3/bill/119/hjres/17?format=json" }, { "congress": 119, "latestAction": { "actionDate": "2025-01-09", "text": "Referred to the House Committee on Energy and Commerce." }, "number": "15", "originChamber": "House", "originChamberCode": "H", "title": "Providing for congressional disapproval under chapter 8 of title 5, United States Code, of the rule submitted by the Department of Energy relating to \"Energy Conservation Program: Energy Conservation Standards for Commercial Water Heating Equipment\".", "type": "HJRES", "updateDate": "2025-01-22", "updateDateIncludingText": "2025-01-22", "url": "https://api.congress.gov/v3/bill/119/hjres/15?format=json" }, { "congress": 119, "latestAction": { "actionDate": "2025-01-09", "text": "Referred to the House Committee on Transportation and Infrastructure." }, "number": "27", "originChamber": "House", "originChamberCode": "H", "title": "Expressing opposition to Central Business District Tolling Program of New York City.", "type": "HRES", "updateDate": "2025-01-13", "updateDateIncludingText": "2025-01-13", "url": "https://api.congress.gov/v3/bill/119/hres/27?format=json" }, { "congress": 119, "latestAction": { "actionDate": "2025-01-08", "text": "Read twice and referred to the Committee on the Judiciary." }, "number": "2", "originChamber": "Senate", "originChamberCode": "S", "title": "A joint resolution proposing amendments to the Constitution of the United States relative to the line item veto, a limitation on the number of terms that a Member of Congress may serve, and requiring a vote of two-thirds of the membership of both Houses of Congress on any legislation raising or imposing new taxes or fees.", "type": "SJRES", "updateDate": "2025-01-17", "updateDateIncludingText": "2025-01-17", "url": "https://api.congress.gov/v3/bill/119/sjres/2?format=json" }, { "congress": 119, "latestAction": { "actionDate": "2025-01-07", "text": "Referred to the House Committee on Appropriations." }, "number": "19", "originChamber": "House", "originChamberCode": "H", "title": "Providing the sense of the House of Representatives that the House should not adjourn until the annual appropriation bills within the jurisdiction of all the subcommittees of the Committee on Appropriations for the current fiscal year are enacted into law.", "type": "HRES", "updateDate": "2025-01-22", "updateDateIncludingText": "2025-01-22", "url": "https://api.congress.gov/v3/bill/119/hres/19?format=json" }, { "congress": 119, "latestAction": { "actionDate": "2025-01-06", "actionTime": "13:48:26", "text": "Motion to reconsider laid on the table Agreed to without objection." }, "number": "14", "originChamber": "House", "originChamberCode": "H", "title": "Electing Members to certain standing committees of the House of Representatives.", "type": "HRES", "updateDate": "2025-01-31", "updateDateIncludingText": "2025-01-31", "url": "https://api.congress.gov/v3/bill/119/hres/14?format=json" }, { "congress": 119, "latestAction": { "actionDate": "2025-01-06", "actionTime": "13:47:58", "text": "Motion to reconsider laid on the table Agreed to without objection." }, "number": "13", "originChamber": "House", "originChamberCode": "H", "title": "Electing Members to certain standing committees of the House of Representatives.", "type": "HRES", "updateDate": "2025-01-31", "updateDateIncludingText": "2025-01-31", "url": "https://api.congress.gov/v3/bill/119/hres/13?format=json" }, { "congress": 119, "latestAction": { "actionDate": "2025-01-06", "text": "Received in the Senate." }, "number": "1", "originChamber": "House", "originChamberCode": "H", "title": "Regarding consent to assemble outside the seat of government.", "type": "HCONRES", "updateDate": "2025-01-23", "updateDateIncludingText": "2025-01-23", "url": "https://api.congress.gov/v3/bill/119/hconres/1?format=json" }, { "congress": 119, "latestAction": { "actionDate": "2025-01-06", "text": "Referred to the Committee on Rules, and in addition to the Committee on the Judiciary, for a period to be subsequently determined by the Speaker, in each case for consideration of such provisions as fall within the jurisdiction of the committee concerned." }, "number": "15", "originChamber": "House", "originChamberCode": "H", "title": "Rescinding the subpoenas issued by the January 6th Select Committee on September 23, 2021, October 6, 2021, and February 9, 2022, and withdrawing the recommendations finding Stephen K. Bannon, Mark Randall Meadows, Daniel Scavino, Jr., and Peter K. Navarro in contempt of Congress.", "type": "HRES", "updateDate": "2025-01-31", "updateDateIncludingText": "2025-01-31", "url": "https://api.congress.gov/v3/bill/119/hres/15?format=json" }, { "congress": 119, "latestAction": { "actionDate": "2025-01-06", "text": "Message on Senate action sent to the House." }, "number": "13", "originChamber": "Senate", "originChamberCode": "S", "title": "A resolution notifying the House of Representatives of the election of a Sergeant at Arms and Doorkeeper of the Senate.", "type": "SRES", "updateDate": "2025-01-30", "updateDateIncludingText": "2025-01-30", "url": "https://api.congress.gov/v3/bill/119/sres/13?format=json" }, { "congress": 119, "latestAction": { "actionDate": "2025-01-06", "text": "Message on Senate action sent to the House." }, "number": "10", "originChamber": "Senate", "originChamberCode": "S", "title": "A resolution notifying the House of Representatives of the election of a Secretary of the Senate.", "type": "SRES", "updateDate": "2025-01-30", "updateDateIncludingText": "2025-01-30", "url": "https://api.congress.gov/v3/bill/119/sres/10?format=json" }, { "congress": 119, "latestAction": { "actionDate": "2025-01-06", "text": "Message on Senate action sent to the House." }, "number": "5", "originChamber": "Senate", "originChamberCode": "S", "title": "A resolution notifying the House of Representatives of the election of a President pro tempore.", "type": "SRES", "updateDate": "2025-01-15", "updateDateIncludingText": "2025-01-15", "url": "https://api.congress.gov/v3/bill/119/sres/5?format=json" }, { "congress": 119, "latestAction": { "actionDate": "2025-01-06", "text": "Message on Senate action sent to the House." }, "number": "2", "originChamber": "Senate", "originChamberCode": "S", "title": "A resolution informing the House of Representatives that a quorum of the Senate is assembled.", "type": "SRES", "updateDate": "2025-01-23", "updateDateIncludingText": "2025-01-23", "url": "https://api.congress.gov/v3/bill/119/sres/2?format=json" }, { "congress": 119, "latestAction": { "actionDate": "2025-01-03", "actionTime": "18:24:51", "text": "Motion to reconsider laid on the table Agreed to without objection." }, "number": "3", "originChamber": "Senate", "originChamberCode": "S", "title": "A concurrent resolution authorizing the use of the rotunda of the Capitol for the lying in state of the remains of the late James Earl Carter, Jr., 39th President of the United States.", "type": "SCONRES", "updateDate": "2025-01-21", "updateDateIncludingText": "2025-01-21", "url": "https://api.congress.gov/v3/bill/119/sconres/3?format=json" }, { "congress": 119, "latestAction": { "actionDate": "2025-01-03", "actionTime": "18:23:19", "text": "Motion to reconsider laid on the table Agreed to without objection." }, "number": "2", "originChamber": "Senate", "originChamberCode": "S", "title": "A concurrent resolution to provide for the counting on January 6, 2025, of the electoral votes for President and Vice President of the United States.", "type": "SCONRES", "updateDate": "2025-01-30", "updateDateIncludingText": "2025-01-30", "url": "https://api.congress.gov/v3/bill/119/sconres/2?format=json" }, { "congress": 119, "latestAction": { "actionDate": "2025-01-03", "actionTime": "18:13:30", "text": "Motion to reconsider laid on the table Agreed to without objection." }, "number": "6", "originChamber": "House", "originChamberCode": "H", "title": "Fixing the daily hour of meeting of the First Session of the One Hundred Nineteenth Congress.", "type": "HRES", "updateDate": "2025-01-23", "updateDateIncludingText": "2025-01-23", "url": "https://api.congress.gov/v3/bill/119/hres/6?format=json" }, { "congress": 119, "latestAction": { "actionDate": "2025-01-03", "actionTime": "15:47:37", "text": "Motion to reconsider laid on the table Agreed to without objection." }, "number": "4", "originChamber": "House", "originChamberCode": "H", "title": "Authorizing the Clerk to inform the President of the election of the Speaker and the Clerk.", "type": "HRES", "updateDate": "2025-01-15", "updateDateIncludingText": "2025-01-15", "url": "https://api.congress.gov/v3/bill/119/hres/4?format=json" }, { "congress": 119, "latestAction": { "actionDate": "2025-01-03", "actionTime": "15:46:36", "text": "Motion to reconsider laid on the table Agreed to without objection." }, "number": "3", "originChamber": "House", "originChamberCode": "H", "title": "Authorizing the Speaker to appoint a committee to notify the President of the assembly of the Congress.", "type": "HRES", "updateDate": "2025-01-15", "updateDateIncludingText": "2025-01-15", "url": "https://api.congress.gov/v3/bill/119/hres/3?format=json" }, { "congress": 119, "latestAction": { "actionDate": "2025-01-03", "actionTime": "15:45:35", "text": "Motion to reconsider laid on the table Agreed to without objection." }, "number": "2", "originChamber": "House", "originChamberCode": "H", "title": "To inform the Senate that a quorum of the House has assembled and of the election of the Speaker and the Clerk.", "type": "HRES", "updateDate": "2025-01-15", "updateDateIncludingText": "2025-01-15", "url": "https://api.congress.gov/v3/bill/119/hres/2?format=json" }, { "congress": 119, "latestAction": { "actionDate": "2025-01-03", "actionTime": "15:40:18", "text": "Motion to reconsider laid on the table Agreed to without objection." }, "number": "1", "originChamber": "House", "originChamberCode": "H", "title": "Electing officers of the House of Representatives.", "type": "HRES", "updateDate": "2025-01-23", "updateDateIncludingText": "2025-01-23", "url": "https://api.congress.gov/v3/bill/119/hres/1?format=json" }, { "congress": 119, "latestAction": { "actionDate": "2025-01-03", "text": "Submitted in the Senate, considered, and agreed to without amendment by Unanimous Consent. (consideration: CR S8; text: CR S8)" }, "number": "15", "originChamber": "Senate", "originChamberCode": "S", "title": "A resolution electing Gary B. Myrick, of Virginia, as Secretary for the Minority of the Senate.", "type": "SRES", "updateDate": "2025-01-30", "updateDateIncludingText": "2025-01-30", "url": "https://api.congress.gov/v3/bill/119/sres/15?format=json" }, { "congress": 119, "latestAction": { "actionDate": "2025-01-03", "text": "Submitted in the Senate, considered, and agreed to without amendment by Unanimous Consent. (consideration: CR S8; text: CR S8)" }, "number": "12", "originChamber": "Senate", "originChamberCode": "S", "title": "A resolution notifying the President of the United States of the election of a Sergeant at Arms and Doorkeeper of the Senate.", "type": "SRES", "updateDate": "2025-01-30", "updateDateIncludingText": "2025-01-30", "url": "https://api.congress.gov/v3/bill/119/sres/12?format=json" }, { "congress": 119, "latestAction": { "actionDate": "2025-01-03", "text": "Submitted in the Senate, considered, and agreed to without amendment by Unanimous Consent. (consideration: CR S8; text: CR S8)" }, "number": "11", "originChamber": "Senate", "originChamberCode": "S", "title": "A resolution electing Jennifer A. Hemingway as Sergeant at Arms and Doorkeeper of the Senate.", "type": "SRES", "updateDate": "2025-01-30", "updateDateIncludingText": "2025-01-30", "url": "https://api.congress.gov/v3/bill/119/sres/11?format=json" }, { "congress": 119, "latestAction": { "actionDate": "2025-01-03", "text": "Submitted in the Senate, considered, and agreed to without amendment by Unanimous Consent. (consideration: CR S7-8; text: CR S8)" }, "number": "9", "originChamber": "Senate", "originChamberCode": "S", "title": "A resolution notifying the President of the United States of the election of a Secretary of the Senate.", "type": "SRES", "updateDate": "2025-01-30", "updateDateIncludingText": "2025-01-30", "url": "https://api.congress.gov/v3/bill/119/sres/9?format=json" }, { "congress": 119, "latestAction": { "actionDate": "2025-01-03", "text": "Submitted in the Senate, considered, and agreed to without amendment by Unanimous Consent. (consideration: CR S7; text: CR S7)" }, "number": "8", "originChamber": "Senate", "originChamberCode": "S", "title": "A resolution electing Jackie Barber as Secretary of the Senate.", "type": "SRES", "updateDate": "2025-01-30", "updateDateIncludingText": "2025-01-30", "url": "https://api.congress.gov/v3/bill/119/sres/8?format=json" }, { "congress": 119, "latestAction": { "actionDate": "2025-01-03", "text": "Submitted in the Senate, considered, and agreed to without amendment by Unanimous Consent. (consideration: CR S7; text: CR S7)" }, "number": "7", "originChamber": "Senate", "originChamberCode": "S", "title": "A resolution fixing the hour of daily meeting of the Senate.", "type": "SRES", "updateDate": "2025-01-30", "updateDateIncludingText": "2025-01-30", "url": "https://api.congress.gov/v3/bill/119/sres/7?format=json" }, { "congress": 119, "latestAction": { "actionDate": "2025-01-03", "text": "Submitted in the Senate, considered, and agreed to without amendment by Unanimous Consent. (consideration: CR S6-7; text: CR S6-7)" }, "number": "6", "originChamber": "Senate", "originChamberCode": "S", "title": "A resolution expressing the thanks of the Senate to the Honorable Patty Murray for her service as President Pro Tempore of the United States Senate and to designate Senator Murray as President Pro Tempore Emerita of the United States Senate.", "type": "SRES", "updateDate": "2025-01-30", "updateDateIncludingText": "2025-01-30", "url": "https://api.congress.gov/v3/bill/119/sres/6?format=json" }, { "congress": 119, "latestAction": { "actionDate": "2025-01-03", "text": "Submitted in the Senate, considered, and agreed to without amendment by Unanimous Consent. (consideration: CR S6; text: CR S6)" }, "number": "4", "originChamber": "Senate", "originChamberCode": "S", "title": "A resolution notifying the President of the United States of the election of a President pro tempore.", "type": "SRES", "updateDate": "2025-01-23", "updateDateIncludingText": "2025-01-23", "url": "https://api.congress.gov/v3/bill/119/sres/4?format=json" }, { "congress": 119, "latestAction": { "actionDate": "2025-01-03", "text": "Submitted in the Senate, considered, and agreed to without amendment by Unanimous Consent. (consideration: CR S6; text: CR S6)" }, "number": "3", "originChamber": "Senate", "originChamberCode": "S", "title": "A resolution to elect Charles E. Grassley, a Senator from the State of Iowa, to be President pro tempore of the Senate of the United States.", "type": "SRES", "updateDate": "2025-01-23", "updateDateIncludingText": "2025-01-23", "url": "https://api.congress.gov/v3/bill/119/sres/3?format=json" }, { "congress": 119, "latestAction": { "actionDate": "2025-01-03", "text": "Referred to the House Committee on the Judiciary." }, "number": "3", "originChamber": "House", "originChamberCode": "H", "title": "Proposing an amendment to the Constitution of the United States relative to balancing the budget.", "type": "HJRES", "updateDate": "2025-01-14", "updateDateIncludingText": "2025-01-14", "url": "https://api.congress.gov/v3/bill/119/hjres/3?format=json" }, { "congress": 119, "latestAction": { "actionDate": "2025-01-03", "text": "Referred to the House Committee on the Judiciary." }, "number": "9", "originChamber": "House", "originChamberCode": "H", "title": "Proposing an amendment to the Constitution of the United States prohibiting the United States Government from increasing its debt except for a specific purpose by law adopted by three-fourths of the membership of each House of Congress.", "type": "HJRES", "updateDate": "2025-01-14", "updateDateIncludingText": "2025-01-14", "url": "https://api.congress.gov/v3/bill/119/hjres/9?format=json" }, { "congress": 119, "latestAction": { "actionDate": "2025-01-03", "text": "Referred to the House Committee on the Judiciary." }, "number": "8", "originChamber": "House", "originChamberCode": "H", "title": "Proposing an amendment to the Constitution of the United States to provide certain line item veto authority to the President.", "type": "HJRES", "updateDate": "2025-01-14", "updateDateIncludingText": "2025-01-14", "url": "https://api.congress.gov/v3/bill/119/hjres/8?format=json" }, { "congress": 119, "latestAction": { "actionDate": "2025-01-03", "text": "Referred to the House Committee on the Judiciary." }, "number": "10", "originChamber": "House", "originChamberCode": "H", "title": "Proposing a balanced budget amendment to the Constitution of the United States.", "type": "HJRES", "updateDate": "2025-01-16", "updateDateIncludingText": "2025-01-16", "url": "https://api.congress.gov/v3/bill/119/hjres/10?format=json" }, { "congress": 119, "latestAction": { "actionDate": "2025-01-03", "text": "Referred to the House Committee on Rules." }, "number": "11", "originChamber": "House", "originChamberCode": "H", "title": "Fair Representation Amendment", "type": "HRES", "updateDate": "2025-01-30", "updateDateIncludingText": "2025-01-30", "url": "https://api.congress.gov/v3/bill/119/hres/11?format=json" }, { "congress": 119, "latestAction": { "actionDate": "2025-01-03", "text": "Referred to the House Committee on Rules." }, "number": "10", "originChamber": "House", "originChamberCode": "H", "title": "HEALTH Act", "type": "HRES", "updateDate": "2025-01-30", "updateDateIncludingText": "2025-01-30", "url": "https://api.congress.gov/v3/bill/119/hres/10?format=json" }, { "congress": 119, "latestAction": { "actionDate": "2025-01-03", "text": "Referred to the House Committee on the Judiciary." }, "number": "4", "originChamber": "House", "originChamberCode": "H", "title": "Proposing an amendment to the Constitution of the United States to provide that debate upon legislation pending before the Senate may not be brought to a close without the concurrence of a minimum of three-fifths of the Senators.", "type": "HJRES", "updateDate": "2025-01-23", "updateDateIncludingText": "2025-01-23", "url": "https://api.congress.gov/v3/bill/119/hjres/4?format=json" }, { "congress": 119, "latestAction": { "actionDate": "2025-01-03", "text": "Referred to the House Committee on Energy and Commerce." }, "number": "7", "originChamber": "House", "originChamberCode": "H", "title": "Recognizing the importance of access to comprehensive, high-quality, life-affirming medical care for women of all ages.", "type": "HRES", "updateDate": "2025-01-22", "updateDateIncludingText": "2025-01-22", "url": "https://api.congress.gov/v3/bill/119/hres/7?format=json" }, { "congress": 119, "latestAction": { "actionDate": "2025-01-03", "text": "Referred to the House Committee on the Judiciary." }, "number": "2", "originChamber": "House", "originChamberCode": "H", "title": "Proposing a balanced budget amendment to the Constitution of the United States.", "type": "HJRES", "updateDate": "2025-01-15", "updateDateIncludingText": "2025-01-15", "url": "https://api.congress.gov/v3/bill/119/hjres/2?format=json" }, { "congress": 119, "latestAction": { "actionDate": "2025-01-03", "text": "Referred to the House Committee on the Judiciary." }, "number": "6", "originChamber": "House", "originChamberCode": "H", "title": "Proposing an amendment to the Constitution of the United States to provide for balanced budgets for the Government.", "type": "HJRES", "updateDate": "2025-01-15", "updateDateIncludingText": "2025-01-15", "url": "https://api.congress.gov/v3/bill/119/hjres/6?format=json" }, { "congress": 119, "latestAction": { "actionDate": "2025-01-03", "text": "Referred to the House Committee on Foreign Affairs." }, "number": "9", "originChamber": "House", "originChamberCode": "H", "title": "Reaffirming that the United States is not a party to the Rome Statute and does not recognize the jurisdiction of the International Criminal Court.", "type": "HRES", "updateDate": "2025-01-16", "updateDateIncludingText": "2025-01-16", "url": "https://api.congress.gov/v3/bill/119/hres/9?format=json" }, { "congress": 119, "latestAction": { "actionDate": "2025-01-03", "text": "Referred to the House Committee on House Administration." }, "number": "8", "originChamber": "House", "originChamberCode": "H", "title": "Reaffirming the House of Representatives's commitment to ensuring secure elections throughout the United States by recognizing that the presentation of valid photograph identification is a fundamental component of secure elections.", "type": "HRES", "updateDate": "2025-01-16", "updateDateIncludingText": "2025-01-16", "url": "https://api.congress.gov/v3/bill/119/hres/8?format=json" }, { "congress": 119, "latestAction": { "actionDate": "2025-01-03", "text": "Referred to the House Committee on Ways and Means." }, "number": "110", "originChamber": "House", "originChamberCode": "H", "title": "Small Business Prosperity Act of 2025", "type": "HR", "updateDate": "2025-01-31", "updateDateIncludingText": "2025-01-31", "url": "https://api.congress.gov/v3/bill/119/hr/110?format=json" } ], "pagination": { "count": 61 }, "request": { "congress": "119", "contentType": "application/json", "format": "json" } }
Likely related to Issue #74 - please check the change log for updates in the coming months.
@zhaoyangwuuuu - Hello! Have you experienced this issue happening again? If so, would you mind sharing those sample API calls? Thanks much.