- H.R. 10171August 27, 2026
- H.R. 10156August 27, 2026
- H.R. 10172August 27, 2026
- H.R. 10160August 27, 2026
- H.R. 10181August 27, 2026
- H.R. 10176August 27, 2026
- H.Res. 1496August 27, 2026
- H.R. 10164August 27, 2026
- H.R. 10170August 27, 2026
- H.Res. 1494August 27, 2026
- H.R. 10163August 27, 2026
- H.R. 10157August 27, 2026
- Administration
- Agriculture
- Agriculture, Nutrition, And Forestry
- Appropriations
- Armed Services
- Banking, Housing, And Urban Affairs
- Budget
- Commerce, Science, And Transportation
- Education and Workforce
- Energy And Commerce
- Energy And Natural Resources
- Environment And Public Works
- Ethics
- Finance
- Financial Services
- Foreign Affairs
- Foreign Relations
- Health, Education, Labor, And Pensions
- Homeland Security
- Homeland Security And Governmental Affa…
- Indian Affairs
- Indian and Insular Affairs
- Intelligence
- Judiciary
- Natural Resources
- Oversight And Government Reform
- Permanent Select Intelligence
- Rules
- Rules And Administration
- Science, Space, And Technology
- Select Intelligence
- Small Business
- Small Business And Entrepreneurship
- Subcommittee on Aviation
- Subcommittee on Border Security and Enf…
- Subcommittee on Coast Guard and Maritim…
- Subcommittee on Commodity Markets, Digi…
- Subcommittee on Conservation, Research,…
- Subcommittee on Counterterrorism and In…
- Subcommittee on Cybersecurity and Infra…
- Subcommittee on Disability Assistance a…
- Subcommittee on Economic Development, P…
- Subcommittee on Economic Opportunity
- Subcommittee on Emergency Management an…
- Subcommittee on Energy and Mineral Reso…
- Subcommittee on Federal Lands
- Subcommittee on Forestry and Horticultu…
- Subcommittee on General Farm Commoditie…
- Subcommittee on Health
- Subcommittee on Highways and Transit
- Subcommittee on Livestock, Dairy, and P…
- Subcommittee on Nutrition and Foreign A…
- Subcommittee on Oversight and Investiga…
- Subcommittee on Oversight, Investigatio…
- Subcommittee on Railroads, Pipelines, a…
- Subcommittee on Transportation and Mari…
- Subcommittee on Water Resources and Env…
- Subcommittee on Water, Wildlife and Fis…
- Transportation And Infrastructure
- Veterans' Affairs
- Ways And Means
Every resource takes state=RI, and session=2026 for 2026; leave the session off and the route answers the current one. The examples below are written for Rhode Island.
The record
What every jurisdiction has: the bills, the people, the committees and the votes, from the same tables the pages read.
bills
The bills of the session, newest action first. The answer is rows and total, paged by limit and offset.
curl "https://policy.nysgpt.com/api/policy/bills?state=RI&session=2026&limit=20"Usage: /api/policy/bills [options] the bills of a jurisdiction, newest action first Options: state <code>the jurisdiction: US, or a state's postal code session <year>the session's first year (default: the current one) subject <term>a policy area or legislative subject, as CRS spells it chamber <name>House or Senate committee <name>the committee the bill sits before member <id>bills a member sponsored status <name>Introduced, Engrossed, Enrolled, Passed or Vetoed sort <key>newest (default), number-desc or number-asc limit <n>rows per page (default: 40) offset <n>rows to skipbill
One bill with everything the record holds on it: sponsors, history, roll calls, referrals, documents and the texts on file.
curl "https://policy.nysgpt.com/api/policy/bill?state=RI&session=2026&number=HB+1"Usage: /api/policy/bill [options] one bill, whole: sponsors, history, roll calls, referrals, texts Options: state <code>the jurisdiction: US, or a state's postal code session <year>the session's first year (default: the current one) id <bill_id>the bill's id number <text>or its number, as printed: HR 1, A 7380, HB10171text
The text of a bill as its legislature published it. The newest version unless a document is named; format=raw answers as plain text.
curl "https://policy.nysgpt.com/api/policy/text?state=RI&session=2026&id=2057965"Usage: /api/policy/text [options] the text of a bill, the newest version or one by document Options: state <code>the jurisdiction: US, or a state's postal code session <year>the session's first year (default: the current one) id <bill_id>the bill's id document <id>one version, by document id format rawplain text instead of JSONmembers
Every member the record knows, the sitting ones first, with party, chamber, district and portrait.
curl "https://policy.nysgpt.com/api/policy/members?state=RI&session=2026"Usage: /api/policy/members [options] the members of a jurisdiction, the sitting ones first Options: state <code>the jurisdiction: US, or a state's postal code session <year>the session's first year (default: the current one) chamber <name>House, Senate or Assembly party <letter>D, R or Imember
One member's row, with their office and identifiers.
curl "https://policy.nysgpt.com/api/policy/member?state=RI&session=2026&id=16271"Usage: /api/policy/member [options] one member, whole Options: state <code>the jurisdiction: US, or a state's postal code session <year>the session's first year (default: the current one) id <people_id>the member's idrecord
What a member put their name to and how they voted, a page of each, with the counts.
curl "https://policy.nysgpt.com/api/policy/record?state=RI&session=2026&id=16271&limit=5"Usage: /api/policy/record [options] a member's record in a session: sponsored, co-sponsored, aye and nay Options: state <code>the jurisdiction: US, or a state's postal code session <year>the session's first year (default: the current one) id <people_id>the member's id limit <n>rows per list offset <n>rows to skipcommittees
Every committee the session's bills sit before, with the count.
curl "https://policy.nysgpt.com/api/policy/committees?state=RI&session=2026"Usage: /api/policy/committees [options] the committees of a jurisdiction, with the bills before each Options: state <code>the jurisdiction: US, or a state's postal code session <year>the session's first year (default: the current one)committee-bills
The bills referred to a committee this session, newest first.
curl "https://policy.nysgpt.com/api/policy/committee-bills?state=RI&session=2026&committee=Agriculture&limit=20"Usage: /api/policy/committee-bills [options] the bills before one committee Options: state <code>the jurisdiction: US, or a state's postal code session <year>the session's first year (default: the current one) committee <name>the committee, as the record spells it limit <n>rows per page offset <n>rows to skiprollcalls
The roll calls of the session with their tallies, newest first.
curl "https://policy.nysgpt.com/api/policy/rollcalls?state=RI&session=2026&limit=10"Usage: /api/policy/rollcalls [options] the roll calls of a session, newest first Options: state <code>the jurisdiction: US, or a state's postal code session <year>the session's first year (default: the current one) chamber <name>House or Senate limit <n>rows per page offset <n>rows to skiprollcall
One roll call: the question, the tally, and how every member voted.
curl "https://policy.nysgpt.com/api/policy/rollcall?state=RI&session=2026&id=1613338"Usage: /api/policy/rollcall [options] one roll call with every position Options: state <code>the jurisdiction: US, or a state's postal code session <year>the session's first year (default: the current one) id <roll_call_id>the roll call's idsubject-terms
The jurisdiction's terms with the bills under each: policyAreas and subjects under Congress, subjects alone elsewhere.
curl "https://policy.nysgpt.com/api/policy/subject-terms?state=RI&session=2026"Usage: /api/policy/subject-terms [options] every subject term of a jurisdiction, with its bill count Options: state <code>the jurisdiction: US, or a state's postal code session <year>the session's first year (default: the current one)stories
What the news APIs have reported on the jurisdiction's legislature and governor, newest first.
curl "https://policy.nysgpt.com/api/policy/stories?state=RI&session=2026&limit=8"Usage: /api/policy/stories [options] the press on a jurisdiction's government, newest first Options: state <code>the jurisdiction: US, or a state's postal code session <year>the session's first year (default: the current one) limit <n>how many, up to 500 q <text>a word the headline or summary carriesstory
One story from the press: headline, summary, byline, and the body where the outlet's API carried it.
curl "https://policy.nysgpt.com/api/policy/story?"Usage: /api/policy/story [options] one story, with as much body as its outlet handed over Options: id <story id>the story's idsessions
Every session the record holds for the jurisdiction, newest first, with how many bills each has.
curl "https://policy.nysgpt.com/api/policy/sessions?state=RI&session=2026&titles=1"Usage: /api/policy/sessions [options] the sessions a jurisdiction has, with bill counts Options: state <code>the jurisdiction titles 1carry each session's own titlesearch
One query across bills, members and committees, and with text=1 across the bills' text; all=1 answers for every jurisdiction with the one in scope first.
curl "https://policy.nysgpt.com/api/policy/search?state=RI&session=2026&q=water&limit=5"Usage: /api/policy/search [options] bills, members, committees and text, by a word or a number Options: state <code>the jurisdiction: US, or a state's postal code session <year>the session's first year (default: the current one) q <text>at least two characters all 1every jurisdiction, the one in scope first text 1search the bills' text as well limit <n>rows per section (max 20)