# OpenWebNinja Realtime Events Data – Event Details

> OpenWebNinja Realtime Events Data – 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-15).

Fetches detailed metadata for a specific event by its event ID, including name, times, description, publisher, and virtual/in-person status.

## Facts

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

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-realtime-events-data-event-details-68ad6c67
```

Example prompt: Can you pull up all the details for event ID 'evt_8271930' — I need the name, start and end times, whether it's virtual, and the publisher info.

## When to prefer this

Use this endpoint when you have a specific event_id and need full structured details about that event, including times in both local and UTC formats, publisher information, and virtual/in-person status. Prefer this over search endpoints when you already know the event identifier and want rich metadata rather than a list of results.

## Known failure modes

- Missing or invalid event_id returns an error or empty response
- Unknown event_id that doesn't exist in the database returns null data or 404
- Payment failure (x402 protocol) blocks the request before it reaches the API
- Rate limiting or quota exhaustion returns a 429 error
- Network timeout if the realtime data source is temporarily unavailable

## 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 full event metadata including the event name, local and UTC start/end times, description, link, thumbnail URL, publisher name and domain, publisher favicon, virtual flag, language, and precision fields for time accuracy.

## 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-realtime-events-data-event-details-68ad6c67/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)
