US Senate · Example Payload
Lda List Filings Example
Federal-GovernmentLobbyingGovernment TransparencyCampaign FinanceOpen Data
Lda List Filings Example is an example object payload from US Senate, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
requestresponse
Example Payload
{
"request": {
"method": "GET",
"url": "https://lda.senate.gov/api/v1/filings/?filing_year=2024&filing_period=third_quarter&issue_code=TAX&format=json",
"headers": {
"Authorization": "Token YOUR_API_KEY"
}
},
"response": {
"status": 200,
"body": {
"count": 3,
"next": null,
"previous": null,
"results": [
{
"url": "https://lda.senate.gov/api/v1/filings/abc12345-6789-def0-1234-56789abcdef0/?format=json",
"filing_uuid": "abc12345-6789-def0-1234-56789abcdef0",
"filing_type": "Q3",
"filing_type_display": "Third Quarter Report",
"filing_year": 2024,
"filing_period": "third_quarter",
"filing_period_display": "Third Quarter (Jul 1 - Sep 30)",
"filing_document_url": "https://lda.senate.gov/filings/public/filing/abc12345-6789-def0-1234-56789abcdef0/print/",
"income": 120000.00,
"expenses": null,
"dt_posted": "2024-10-15T09:30:00-05:00",
"registrant": {
"id": 5001,
"name": "Capitol Strategies Group",
"city": "Washington",
"state": "DC",
"country": "US"
},
"client": {
"id": 8001,
"name": "National Banking Association",
"country": "US",
"state": "DC"
},
"lobbying_activities": [
{
"general_issue_code": "TAX",
"general_issue_code_display": "Taxation/Internal Revenue Code",
"description": "Tax treatment of financial instruments; corporate tax reform provisions",
"government_entities": [
{"name": "SENATE"},
{"name": "HOUSE OF REPRESENTATIVES"},
{"name": "TREASURY, DEPARTMENT OF"}
],
"lobbyists": [
{
"lobbyist": {
"id": 1001,
"first_name": "Jane",
"last_name": "Smith",
"covered_position": null,
"is_active_lobbyist": true
},
"is_new": false
}
]
}
]
}
]
}
}
}
Work with this as data
Every example 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 examples
4 MCP tools reach this
find_examplesBrowse and filter every example 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 example
curl "https://apis.io/api/v1/examples/lda-list-filings-example"
All examples
curl "https://apis.io/api/v1/examples?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.