Congress Member Lookup via Congress.gov API is a paid API for AI agents from 2s.io, paid per call via x402, $0.0012/call, status unknown (last checked 2026-09-14).
Look up or search US Congress members by bioguide ID, congress number, state, district, or current-member status, returning full biographical and legislative data.
Look up or search members of the US Congress via Library of Congress Congress.gov API. Pass bioguideId (e.g. M001190) to fetch one member (full bio, terms, party history, leadership roles, sponsored + cosponsored legislation counts, official website, address). Or filter by congress + state + district, with currentMember=true to limit to seated members. Bioguide IDs are stable across history and are the canonical Congress-member identifier.
Returns a Congress member record with full biography, party affiliation history, terms served, leadership roles held, counts of sponsored and cosponsored legislation, official website URL, and office address. When filtering (no bioguideId), returns a paginated list of matching members with the same field set.
GEThttps://2s.io/api/gov/congress-memberUse this endpoint when you need authoritative, structured data about US Congress members — especially when you have a bioguide ID and need full biographical detail, or when filtering by congress session, state, and district to identify seated legislators. Prefer this over web scraping or general search when you need stable, canonical identifiers and structured legislative history. Best for civic apps, legislative research, constituent-lookup tools, or political data enrichment.
{
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"limit": 10,
"state": "CA",
"currentMember": true
}
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object |
{
"data": {
"mode": "list",
"count": 52,
"source": {
"url": "https://api.congress.gov/",
"license": "US Government work, public domain.",
"provider": "Congress.gov API (Library of Congress)"
},
"members": [
{
"name": "Friedman, Laura",
"state": "California",
"terms": {
"item": [
{
"chamber": "House of Representatives",
"startYear": 2025
}
]
},
"district": 30,
"depiction": {
"imageUrl": "https://www.congress.gov/img/member/6a0f0dcb69b12040cf77e337_200.jpg",
"attribution": "Image courtesy of the Member"
},
"partyName": "Democratic",
"bioguideId": "F000483"
},
{
"name": "Schiff, Adam B.",
"state": "California",
"terms": {
"item": [
{
"chamber": "House of Representatives",
"endYear": 2024,
"startYear": 2001
},
{
"chamber": "Senate",
"startYear": 2024
}
]
},
"district": null,
"depiction": {
"imageUrl": "https://www.congress.gov/img/member/677d870dfdb6cf36bbb649b3_200.jpg",
"attribution": "Official U.S. Senate Photo"
},
"partyName": "Democratic",
"bioguideId": "S001150"
},
{
"name": "Kiley, Kevin",
"state": "California",
"terms": {
"item": [
{
"chamber": "House of Representatives",
"startYear": 2023
}
]
},
"district": 3,
"depiction": {
"imageUrl": "https://www.congress.gov/img/member/k000401_200.jpg",
"attribution": "Image courtesy of the Member"
},
"partyName": "Independent",
"bioguideId": "K000401"
},
{
"name": "Padilla, Alex",
"state": "California",
"terms": {
"item": [
{
"chamber": "Senate",
"startYear": 2021
}
]
},
"district": null,
"depiction": {
"imageUrl": "https://www.congress.gov/img/member/p000145_200.jpg",
"attribution": "<a href=\"http://www.senate.gov/artandhistory/history/common/generic/Photo_Collection_of_the_Senate_Historical_Office.htm\">Courtesy U.S. Senate Historical Office</a>"
},
"partyName": "Democratic",
"bioguideId": "P000145"
},
{
"name": "Costa, Jim",
"state": "California",
"terms": {
"item": [
{
"chamber": "House of Representatives",
"startYear": 2005
}
]
},
"district": 21,
"depiction": {
"imageUrl": "https://www.congress.gov/img/member/6973c909ded7781a35cc1fd7_200.jpg",
"attribution": "Image courtesy of the Member"
},
"partyName": "Democratic",
"bioguideId": "C001059"
},
{
"name": "Waters, Maxine",
"state": "California",
"terms": {
"item": [
{
"chamber": "House of Representatives",
"startYear": 1991
}
]
},
"district": 43,
"depiction": {
"imageUrl": "https://www.congress.gov/img/member/w000187_200.jpg",
"attribution": "Image courtesy of the Member"
},
"partyName": "Democratic",
"bioguideId": "W000187"
},
{
"name": "Pelosi, Nancy",
"state": "California",
"terms": {
"item": [
{
"chamber": "House of Representatives",
"startYear": 1987
}
]
},
"district": 11,
"depiction": {
"imageUrl": "https://www.congress.gov/img/member/p000197_200.jpg",
"attribution": "Image courtesy of the Member"
},
"partyName": "Democratic",
"bioguideId": "P000197"
},
{
"name": "Whitesides, George",
"state": "California",
"terms": {
"item": [
{
"chamber": "House of Representatives",
"startYear": 2025
}
]
},
"district": 27,
"depiction": {
"imageUrl": "https://www.congress.gov/img/member/68dc43db199559bad714973d_200.jpg",
"attribution": "Image courtesy of the Member"
},
"partyName": "Democratic",
"bioguideId": "W000830"
},
{
"name": "Fong, Vince",
"state": "California",
"terms": {
"item": [
{
"chamber": "House of Representatives",
"startYear": 2024
}
]
},
"district": 20,
"depiction": {
"imageUrl": "https://www.congress.gov/img/member/669ff04f5d19788d1f2034aa_200.jpg",
"attribution": "Image courtesy of the Member"
},
"partyName": "Republican",
"bioguideId": "F000480"
},
{
"name": "Cisneros, Gilbert Ray",
"state": "California",
"terms": {
"item": [
{
"chamber": "House of Representatives",
"endYear": 2021,
"startYear": 2019
},
{
"chamber": "House of Representatives",
"startYear": 2025
}
]
},
"district": 31,
"depiction": {
"imageUrl": "https://www.congress.gov/img/member/6807d8d63e52ea7df920ef05_200.jpg",
"attribution": "Image courtesy of the Member"
},
"partyName": "Democratic",
"bioguideId": "C001123"
}
]
},
"meta": {
"cost": {
"usd": 0.0012,
"tier": 0
},
"caller": "x402",
"version": null,
"endpoint": "gov.congress-member",
"settlement": {
"txHash": "0x88926ab29d9b21d280a9f5f9942dfec29837de3e7605f6618520c6913e5c7337",
"network": "eip155:8453",
"success": true
}
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"