# OpenWebNinja Event Details

> OpenWebNinja Event Details is a paid API for AI agents from x402.openwebninja.com, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-14).

Fetches detailed information about a specific event by event ID, including name, times, description, publisher, and virtual/in-person status

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-local-and-maps-data/events/event-details
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/openwebninja-event-details-d66ca769
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ftSSjYcjH7b920XhCkJNu

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 openwebninja-event-details-d66ca769
```

Example prompt: Can you pull up the full details for event ID 'L2F1dGhvcml0eS9ob3Jpem9uL2NsdXN0ZXJlZF9ldmVudC8yMDI0LTA1LTI1fDEyMzQ1'? I want to know the name, start and end times, whether it's virtual, and a link to the event page.

## When to prefer this

Use this endpoint when you already have a specific event_id (e.g. from a prior event search or listing) and need full structured metadata about that event. Prefer this over general web search when you need machine-readable fields like UTC timestamps, virtual flags, publisher domain, and thumbnail URLs in a consistent schema.

## Known failure modes

- Missing or invalid event_id returns an error or empty response
- Event ID not found in the database returns a 404 or null data object
- Malformed query parameters cause a 400 bad request
- Payment failure (x402) prevents the call from being processed
- Rate limiting or service downtime returns a 5xx error

## How this service works

40+ public web-data, SERP, e-commerce, real-estate, finance and AI-search APIs, payable per call over x402 (USDC on Base, Polygon, Arbitrum). No account or API key required. Most endpoints $0.003; AI-model endpoints $0.005.

## Output

Returns a structured JSON object with event details including: event name, unique event ID and machine ID, start/end times in both local and UTC formats, event description, publisher name and domain, publisher favicon URL, thumbnail image URL, event link, virtual/in-person flag, and language. Time fields include precision in seconds.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/openwebninja-event-details-d66ca769/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.openwebninja.com](https://www.zero.xyz/host/x402.openwebninja.com/llms.txt)
