# KiteEndpoints.ai - Government Vote Results

> KiteEndpoints.ai - Government Vote Results is a paid API for AI agents from kite-endpoints.vercel.app, paid per call via x402, $0.09/call, status unknown (last checked 2026-09-15).

Retrieves government vote results data via a paid per-request API endpoint on the KiteEndpoints hub

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/gov/vote-results
- Price: $0.09/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-government-vote-results-43c4c48b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QckzEArocZyIlNBEs0iYY

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability kiteendpoints-ai-government-vote-results-43c4c48b -d '<json body>'
```

Example prompt: Can you pull up the vote results for the recent infrastructure bill — I want to see how it came out and which way the vote went?

## When to prefer this

Choose this endpoint when you need pay-per-request access to government vote results without committing to a subscription, and when your workflow supports USDC micropayments on Base chain. It is part of a large multi-domain API hub, making it convenient if you are already using KiteEndpoints for other data categories.

## Known failure modes

- Missing or invalid query parameters may return empty or generic example response data
- Payment failure via USDC on Base chain will block the request
- The endpoint may return a stub/example response if the underlying data source is unavailable
- Ambiguous or unsupported government body identifiers may yield no results
- API may return a generic 402 Payment Required if payment is not properly attached

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns a result object containing vote outcome data, which may include vote tallies, pass/fail status, and related legislative voting information depending on what the underlying data source provides.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kiteendpoints-ai-government-vote-results-43c4c48b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-endpoints.vercel.app](https://www.zero.xyz/host/kite-endpoints.vercel.app/llms.txt)
