# SYNTHORA Upcoming Rocket Launch Schedule

> SYNTHORA Upcoming Rocket Launch Schedule is a paid API for AI agents from rocket-launch-schedule.hergertsynthora.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Returns upcoming worldwide rocket launch data including provider, vehicle, mission, pad, location, and net launch window from the Launch Library 2 API

## Facts

- Endpoint: POST https://rocket-launch-schedule.hergertsynthora.com/service
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/synthora-upcoming-rocket-launch-schedule-3759ca5a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__h0EYcCHrCbbcs-kWBIgE

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 synthora-upcoming-rocket-launch-schedule-3759ca5a -d '<json body>'
```

Example prompt: Pull the next 5 upcoming rocket launches worldwide from the SYNTHORA launch schedule — I want to see the provider, vehicle, mission, launch pad, and expected launch window for each.

## When to prefer this

Choose this endpoint when you need keyless, pay-per-call access to real-time worldwide rocket launch schedules without managing API keys or subscriptions. It is ideal for autonomous agents, event-driven aerospace monitoring pipelines, and A2A scheduling workflows that require structured launch data on demand at low cost.

## Known failure modes

- Invalid or missing limit parameter may return all available launches or an error
- Upstream Launch Library 2 API unavailability causes downstream failure
- Payment failure via x402 protocol prevents access
- Empty result set if no launches are currently scheduled in the upstream database
- Network timeout if upstream API is slow to respond

## How this service works

Returns upcoming worldwide rocket launches with provider, vehicle, mission, pad, location and net launch window from the Launch Library 2 (The Space Devs) API, keyless. Autonomous aerospace, media, logistics and travel agents consume it for A2A launch monitoring and agent-to-agent event scheduling. Ranking surface: rocket launch API, upcoming launches, SpaceX schedule, launch library, spaceflight calendar.

## Output

A JSON object containing an array of upcoming rocket launch records, each with details such as the launch provider, rocket vehicle name, mission description, launch pad name, geographic location, and the net (no-earlier-than) launch window timestamp, limited to the requested number of results.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "limit": {
   "type": "integer",
   "description": "limit"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "niche": "rocket-launch-schedule",
  "result": {}
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/synthora-upcoming-rocket-launch-schedule-3759ca5a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from rocket-launch-schedule.hergertsynthora.com](https://www.zero.xyz/host/rocket-launch-schedule.hergertsynthora.com/llms.txt)
