# Geo Vending Machine

> Geo Vending Machine is a paid API for AI agents from geodata-api-v2.vercel.app, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-13).

Fetches live geomagnetic, seismic, and volcanic data merged into a single response, including a computed composite anomaly score and label.

## Facts

- Endpoint: GET https://geodata-api-v2.vercel.app/api/geodata
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/geo-vending-machine-7bc82f1b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rLFbyMkdWNZh5HixnJZXj

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 geo-vending-machine-7bc82f1b
```

Example prompt: What is the current earth anomaly score? Pull live geomagnetic, seismic, and volcanic data and tell me whether conditions are normal or elevated right now.

## When to prefer this

Choose this endpoint when you need a single unified earth-science anomaly reading that combines geomagnetic, seismic, and volcanic signals without calling multiple specialist APIs. It is ideal for dashboards, alert pipelines, or research workflows that need a quick composite score rather than raw sensor streams.

## Known failure modes

- Upstream geoscience data source unavailable, returning stale or error response
- Payment not fulfilled resulting in 402 response
- Malformed properties filter parameter causing 400 error
- Temporary Vercel cold start latency causing timeout

## How this service works

Live geomagnetic, seismic, and volcanic data merged into one API, with a computed composite anomaly score.

## Output

A JSON object containing a numeric composite anomaly score (e.g. 32) and a human-readable anomaly label (e.g. 'slightly elevated'), derived from live geomagnetic, seismic, and volcanic data sources merged together.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "anomaly_label": "slightly elevated",
  "anomaly_score": 32
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/geo-vending-machine-7bc82f1b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from geodata-api-v2.vercel.app](https://www.zero.xyz/host/geodata-api-v2.vercel.app/llms.txt)
