ToolAssay

bryan-hermes.lenok-gorgon.ts.net:8443/v1/lobbying

U.S. Senate Lobbying Disclosure Act filings for one named entity: total disclosed income and expenses, the issue codes lobbied on, government bodies targeted, individuals registered, and counterparties - a lobbying firm's client roster, or a client's hired firms. Normalizes the LDA issue code table and separates income from expenses, which are reported per filing and are not interchangeable. One entity per call.

Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.01listed price per call
n/aprice it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://bryan-hermes.lenok-gorgon.ts.net:8443/v1/lobbying

CategoryCode and developer
Provider hostbryan-hermes.lenok-gorgon.ts.net
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days3 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

We never call tools that send, buy, move money or file anything, not even without paying.

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "client": "Lockheed Martin",
    "limit": 25,
    "year": 2026
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET",
            "HEAD",
            "DELETE"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "client": {
              "description": "Profile the CLIENT being lobbied for, e.g. Lockheed Martin - returns which lobbying firms they hired and what they were paid",
              "type": "string"
            },
            "limit": {
              "default": 100,
              "description": "Max filings returned (<=100)",
              "type": "integer"
            },
            "lobbyist": {
              "description": "Profile one named individual lobbyist",
              "type": "string"
            },
            "quarter": {
              "description": "q1 | q2 | q3 | q4",
              "type": "string"
            },
            "registrant": {
              "description": "Profile the LOBBYING FIRM doing the lobbying, e.g. Akin - returns its client roster and billings",
              "type": "string"
            },
            "year": {
              "description": "Filing year (defaults to the current year)",
              "type": "integer"
            }
          },
          "required": [],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON