/api/legislative/legislators/{bioguideId}Legislator detail
Returns public lawmaker profile data, terms, sponsored bills, vote rollups, graph links, contact information, and campaign-finance context when linked.
Source
Congress.gov, House votes, FEC context where linked
Scopes
legislators:read
Request example
curl -H "Authorization: Bearer $LAWLINTER_API_KEY" "https://example.com/api/legislative/legislators/V000128"Response example
{
"legislator": {"bioguideId": "V000128", "fullName": "Christopher H. Smith"},
"terms": [],
"sponsoredBills": [],
"financeContext": []
}