← Back to catalog
openstates.committees
mock data$0.001 / callList Legislative Committees
List legislative committees for a US state, optionally filtered by chamber (upper/lower) or type (committee/subcommittee). Returns committee name, chamber, jurisdiction, and parent committee for subcommittees. Useful for identifying which committee oversees a policy area or finding where a bill is assigned. Use jurisdiction codes such as "ca", "tx", "ny".
Input schema
page
integerPage number for pagination (default 1).
chamber
stringFilter by chamber (e.g. "upper" for Senate, "lower" for House/Assembly, "legislature" for joint committees).
per_page
integerNumber of results per page (1–50, default 20).
jurisdiction
stringState or jurisdiction abbreviation to list committees for (e.g. "ca", "tx", "ny").
classification
stringFilter by committee classification (e.g. "committee", "subcommittee").
Call via REST
curl -X POST https://unifyapi.pro/api/call/openstates.committees \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"page":0,"chamber":"<chamber>","per_page":0,"jurisdiction":"<jurisdiction>","classification":"<classification>"}'