# KiteEndpoints.ai - Government Vote Results

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

Retrieves government vote results data via a paid API endpoint on the KiteEndpoints.ai hub

## Facts

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

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-5e026f5f -d '<json body>'
```

Example prompt: Can you pull up the vote results for the recent government bill vote — I want to see the tally and outcome?

## When to prefer this

Use this endpoint when you need to look up government vote results and are operating within the KiteEndpoints.ai pay-per-request ecosystem using USDC on Base chain. Prefer this when you need quick, paid access to civic vote data without setting up a dedicated government data API integration.

## Known failure modes

- Missing or malformed request body returns an error
- Invalid vote query parameters result in empty or error response
- Payment failure (insufficient USDC) blocks the request entirely
- Upstream data source unavailability returns a generic error response
- No matching vote records found returns empty result data

## 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 results data, such as vote tallies, outcomes, and related government voting records, wrapped in a standard result envelope.

## Request schema (JSON Schema)

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

## 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-5e026f5f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v2.vercel.app](https://www.zero.xyz/host/kite-hub-v2.vercel.app/llms.txt)
