/api/legislative/bills/{congress}/{billType}/{billNumber}/financeBill campaign-finance context
Returns aggregate FEC/OpenFEC candidate and committee finance context for lawmakers related to the bill. These are not donations to the bill itself and do not imply influence or causation.
Source
FEC/OpenFEC and legislative bridge tables
Scopes
bills:read
Request example
curl -H "Authorization: Bearer $LAWLINTER_API_KEY" "https://example.com/api/legislative/bills/119/s/98/finance"Response example
{
"bill": {"congress": 119, "billType": "s", "billNumber": "98"},
"financeContext": {
"notice": "Campaign-finance context uses source-attributed FEC/OpenFEC records that are related or relevant...",
"billRollups": [
{
"cycle": 2026,
"sponsorshipRole": "sponsor",
"totalReceipts": 483925,
"totalDisbursements": 391994,
"linkedCandidateCount": 1
}
],
"candidateSummaries": [],
"committeeSummaries": [],
"contextCounts": [{"value": "sponsor", "count": 1}]
},
"notice": "Campaign-finance context uses source-attributed FEC/OpenFEC records that are related or relevant..."
}- Use this endpoint for neutral context attached to a bill page.
- Totals are related context for lawmakers and committees; they are not donations to the bill itself and do not prove influence.
- Raw donor and contribution line items are intentionally deferred from the MVP API.