# SpaceX Next 5 Launches Feed

> SpaceX Next 5 Launches Feed 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-15).

Returns the upcoming 5 SpaceX launches with mission name, launch pad, and T-0 countdown details

## Facts

- Endpoint: GET https://agentdataapi.onrender.com/launches
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/spacex-next-5-launches-feed-47ecbf8f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gkLHQbrdu06GGL9LA8c7B

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 spacex-next-5-launches-feed-47ecbf8f
```

Example prompt: What are the next 5 SpaceX launches coming up — mission names, launch pads, and when they lift off?

## When to prefer this

Use this endpoint when you need a quick structured list of the next 5 SpaceX launches with pad and T-0 details. Prefer this over the 24-hour-only endpoint when you want a broader upcoming schedule, and over Starship-specific endpoints when you need all SpaceX missions (not just Starship).

## Known failure modes

- No upcoming launches in data source — returns empty list
- Upstream space data API is unavailable — may return 502 or stale data
- Payment not received or x402 flow incomplete — returns 402 Payment Required
- Rate limiting or server overload on Render hosting — returns 503

## How this service works

Upcoming SpaceX launches (next 5) with mission, pad, and T-0 details

## Output

A list of the next 5 SpaceX launches, each including mission name, launch pad location, and T-0 (scheduled launch time/countdown), returned as structured JSON.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "stale": false,
  "launches": [
   {
    "net": "2026-07-11T03:01:57Z",
    "pad": "Space Launch Complex 4E",
    "name": "Falcon 9 Block 5 | Starlink Group 17-48",
    "rocket": "Falcon 9 Block 5",
    "status": "Go for Launch",
    "mission": "Starlink Group 17-48",
    "location": "Vandenberg SFB, CA, USA"
   }
  ],
  "count_upcoming_total": 131
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/spacex-next-5-launches-feed-47ecbf8f/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)
