US Senate · JSON Structure
Us Senate Lda Filing Structure
Structure of a Lobbying Disclosure Act filing from the Senate LDA REST API
Type:
Properties: 0
Federal-GovernmentLobbyingGovernment TransparencyCampaign FinanceOpen Data
Senate LDA Filing is a JSON Structure definition published by US Senate.
Meta-schema:
JSON Structure
{
"name": "Senate LDA Filing",
"description": "Structure of a Lobbying Disclosure Act filing from the Senate LDA REST API",
"fields": [
{"name": "filing_uuid", "type": "string (uuid)", "required": true, "description": "Unique filing identifier"},
{"name": "filing_type", "type": "string", "required": true, "description": "LD1, LD2, MM, YE, etc."},
{"name": "filing_year", "type": "integer", "required": true, "description": "Calendar year"},
{"name": "filing_period", "type": "string", "required": false, "description": "Quarter or period"},
{"name": "income", "type": "number|null", "required": false, "description": "Reported lobbying income"},
{"name": "expenses", "type": "number|null", "required": false, "description": "Reported lobbying expenses"},
{"name": "dt_posted", "type": "datetime", "required": false, "description": "Date posted"},
{"name": "registrant", "type": "Registrant", "required": false, "description": "Lobbying firm or individual"},
{"name": "client", "type": "Client", "required": false, "description": "Organization being lobbied for"},
{"name": "lobbying_activities", "type": "array[LobbyingActivity]", "required": false, "description": "Issue areas and lobbyists"}
],
"nested": {
"Registrant": [
{"name": "id", "type": "integer"},
{"name": "name", "type": "string"},
{"name": "city", "type": "string|null"},
{"name": "state", "type": "string|null"},
{"name": "country", "type": "string"}
],
"Client": [
{"name": "id", "type": "integer"},
{"name": "name", "type": "string"},
{"name": "state", "type": "string|null"},
{"name": "country", "type": "string"}
],
"LobbyingActivity": [
{"name": "general_issue_code", "type": "string"},
{"name": "general_issue_code_display", "type": "string"},
{"name": "description", "type": "string|null"},
{"name": "government_entities", "type": "array[object]"},
{"name": "lobbyists", "type": "array[object]"}
]
}
}
Work with this as data
Every JSON Structure 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 json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/us-senate-lda-filing-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.