Congress.gov API · Schema
Member
GovernmentLegislativeCongressBillsAmendmentsMembersTreatiesNominationsCongressional RecordUS Federal
Properties
| Name | Type | Description |
|---|---|---|
| bioguideId | string | |
| birthYear | string | |
| cosponsoredLegislation | object | |
| depiction | object | |
| directOrderName | string | |
| firstName | string | |
| honorificName | string | |
| invertedOrderName | string | |
| lastname | string | |
| leadership | array | |
| partyHistory | array | |
| sponsoredLegislation | object | |
| state | string | |
| terms | array | |
| updateDate | string |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://api.congress.gov/schemas/Member",
"title": "Member",
"type": "object",
"properties": {
"bioguideId": {
"type": "string",
"example": "L000174"
},
"birthYear": {
"type": "string",
"example": "1940"
},
"cosponsoredLegislation": {
"type": "object",
"properties": {
"count": {
"type": "integer",
"example": 1
},
"url": {
"type": "string",
"example": "https://api.congress.gov/v3/member/L000174/cosponsored-legislation\""
}
}
},
"depiction": {
"type": "object",
"properties": {
"attribution": {
"type": "string",
"example": "<a href=\"\\"https://www.senate.gov/artandhistory/history/common/generic/Photo_Collection_of_the_Senate_Historical_Office.htm\\"\">Courtesy U.S. Senate Historical Office</a>"
},
"imageUrl": {
"type": "string",
"format": "url",
"example": "https://www.congress.gov/img/member/l000174_200.jpg"
}
}
},
"directOrderName": {
"type": "string",
"example": "Patrick J. Leahy"
},
"firstName": {
"type": "string",
"example": "Patrick"
},
"honorificName": {
"type": "string",
"example": "Mr."
},
"invertedOrderName": {
"type": "string",
"example": "Leahy, Patrick J."
},
"lastname": {
"type": "string",
"example": "Leahy"
},
"leadership": {
"type": "array",
"items": {
"$ref": "#/components/schemas/leadership"
}
},
"partyHistory": {
"type": "array",
"items": {
"$ref": "#/components/schemas/partyHistory"
}
},
"sponsoredLegislation": {
"type": "object",
"properties": {
"count": {
"type": "integer",
"example": 1768
},
"url": {
"type": "string",
"format": "url",
"example": "https://api.congress.gov/v3/member/L000174/sponsored-legislation"
}
}
},
"state": {
"type": "string",
"example": "Vermont"
},
"terms": {
"type": "array",
"items": {
"$ref": "#/components/schemas/memberDetailTerms"
}
},
"updateDate": {
"type": "string",
"format": "date-time",
"example": "2022-11-07T13:42:19Z"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/congress-gov-member"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.