# Starship Launch List — Upcoming & Recent Flights

> Starship Launch List — Upcoming & Recent Flights is a paid API for AI agents from agentdataapi.onrender.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Returns a list of upcoming and recent SpaceX Starship launches with status and mission information

## Facts

- Endpoint: GET https://agentdataapi.onrender.com/starship
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/starship-launch-list-upcoming-recent-flights-2a83e85a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RDxNyQovKUxVYd_b42wjT

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 starship-launch-list-upcoming-recent-flights-2a83e85a
```

Example prompt: What are the upcoming and recent Starship launches? Show me their mission names and statuses.

## When to prefer this

Use this endpoint when you need a combined view of upcoming and recently completed Starship flights with status context, rather than just the single next launch or a generic SpaceX launch feed. Best when the user wants a broader Starship mission overview.

## Known failure modes

- Service temporarily unavailable (render.com cold start delay)
- Empty or stale data if upstream source is not updated
- Payment not accepted or x402 auth failure ($0.02 USDC required)

## How this service works

Upcoming and recent Starship launches with status and mission info

## Output

A list of upcoming and recent Starship launches, each including mission name, launch date/time, flight status, and other mission details.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "stale": false,
  "recent": [
   {
    "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"
   }
  ],
  "upcoming": [
   {
    "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"
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/starship-launch-list-upcoming-recent-flights-2a83e85a/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)
