Lobbying disclosure filings: who is lobbying the US federal government, for whom, and on w
Lobbying disclosure filings: who is lobbying the US federal government, for whom, and on what — quarterly registrations and reports with client, lobbying firm, income or expenses, specific issues text, and the individual lobbyists named on each filing. Filter by client company, lobbying firm, or year. Follow-the-influence data for policy, market-intel, and accountability agents.
10000 (raw units)
price
2
calls / 30d
2
unique payers
2026-09-09
updated
Provider
x402.forgemesh.io · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x850363a27F0aC6fEb9C7a3eC4C1d295262dF9432",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "10000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"body": {
"client": "coinbase",
"year": "2025"
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"attribution": "US Senate Lobbying Disclosure Act database (public domain)",
"data": {
"count": 44,
"results": [
{
"client": {
"name": "COINBASE, INC."
},
"filing_type_display": "Quarterly Report",
"filing_uuid": "205eb562-a522-4dd8-a913-4ecfbd4dbd42",
"filing_year": 2025,
"income": "120000.00",
"lobbying_activities": [
{
"general_issue_code_display": "Financial Institutions"
}
],
"registrant": {
"name": "Example Advocacy LLC"
}
}
]
}
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"client": {
"description": "client organization name, e.g. 'coinbase'",
"type": "string"
},
"registrant": {
"description": "lobbying firm name",
"type": "string"
},
"year": {
"description": "filing year, e.g. '2025'",
"type": "string"
}
},
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
},
"info": {
"required": false
},
"offer-receipt": {
"info": {
"offers": [
{
"acceptIndex": 0,
"format": "eip712",
"payload": {
"amount": "10000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"network": "eip155:8453",
"payTo": "0x850363a27F0aC6fEb9C7a3eC4C1d295262dF9432",
"resourceUrl": "https://x402.forgemesh.io/lobbying-filings",
"scheme": "exact",
"validUntil": 1788926197,
"version": 1
},
"signature": "0x7e253c21f52e0d36944a8f7de52c060126426bdf94f29c0a4ef3e19d443efda863017d495d1f7fabe48258775f3026c1d1eb37c76dd66d2af7482fa5b5337b531b"
}
]
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"offers": {
"items": {
"properties": {
"acceptIndex": {
"type": "integer"
},
"format": {
"type": "string"
},
"payload": {
"properties": {
"amount": {
"type": "string"
},
"asset": {
"type": "string"
},
"network": {
"type": "string"
},
"payTo": {
"type": "string"
},
"resourceUrl": {
"type": "string"
},
"scheme": {
"type": "string"
},
"validUntil": {
"type": "integer"
},
"version": {
"type": "integer"
}
},
"required": [
"version",
"resourceUrl",
"scheme",
"network",
"asset",
"payTo",
"amount"
],
"type": "object"
},
"signature": {
"type": "string"
}
},
"required": [
"format",
"signature"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"offers"
],
"type": "object"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"id": {
"maxLength": 128,
"minLength": 16,
"pattern": "^[a-zA-Z0-9_-]+$",
"type": "string"
},
"required": {
"type": "boolean"
}
},
"required": [
"required"
],
"type": "object"
}
}Use it
curl
curl "https://x402.forgemesh.io/lobbying-filings" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://x402.forgemesh.io/lobbying-filings");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://x402.forgemesh.io/lobbying-filings")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/14227.json, and this resource appears in /discovery/resources and /discovery/search.