# Upcoming Space Events (Next 5)

> Upcoming Space Events (Next 5) is a paid API for AI agents from agentdataapi.onrender.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Returns the next 5 upcoming space events including dockings, spacewalks, and landings

## Facts

- Endpoint: GET https://agentdataapi.onrender.com/events
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/upcoming-space-events-next-5-cdd0aaac
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CfaHFkc1nMzn4Y-BmFrg2

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 upcoming-space-events-next-5-cdd0aaac
```

Example prompt: What are the next 5 upcoming space events — dockings, spacewalks, landings — anything happening soon?

## When to prefer this

Use this endpoint when you need a quick overview of the next 5 imminent human spaceflight events across all types (dockings, spacewalks, landings) rather than launch-specific data. Prefer this over SpaceX-specific endpoints when the user wants a broader view of space station activities.

## Known failure modes

- No upcoming events in the database returns an empty list
- Render cold-start may cause initial latency or timeout on first request
- Data may be stale if the upstream source hasn't been refreshed recently
- Payment failure or invalid x402 header returns 402 or authentication error

## How this service works

Upcoming space events: dockings, spacewalks, landings (next 5)

## Output

A list of up to 5 upcoming space events, each with details such as event type (docking, spacewalk, or landing), scheduled date/time, mission or vehicle name, and a description of the activity.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "stale": false,
  "events": [
   {
    "date": "2026-07-15T10:00:00Z",
    "name": "Crew-12 Docking",
    "type": "Docking",
    "location": "ISS"
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/upcoming-space-events-next-5-cdd0aaac/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentdataapi.onrender.com](https://www.zero.xyz/host/agentdataapi.onrender.com/llms.txt)
