# Starlink Upcoming Deployment Missions

> Starlink Upcoming Deployment Missions 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-14).

Returns the next 5 upcoming Starlink satellite deployment missions with mission and scheduling details

## Facts

- Endpoint: GET https://agentdataapi.onrender.com/starlink
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/starlink-upcoming-deployment-missions-67efec49
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_whm-aIQG6jDAfBwlbQfe9

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 starlink-upcoming-deployment-missions-67efec49
```

Example prompt: What are the next 5 upcoming Starlink satellite deployment missions — when are they launching and from which pads?

## When to prefer this

Use this endpoint when you specifically need Starlink satellite constellation deployment missions (not general SpaceX launches or Starship flights). It returns only the next 5 Starlink-specific missions, making it ideal for focused satellite internet expansion tracking rather than broad SpaceX launch schedules.

## Known failure modes

- No upcoming Starlink missions found — returns empty list
- Upstream data source unavailable — may return 503 or stale data
- Rate limit exceeded — payment required per call at $0.01 USDC
- Network timeout from agentdataapi.onrender.com render cold start

## How this service works

Upcoming Starlink deployment missions (next 5)

## Output

A list of the next 5 upcoming Starlink deployment missions, including mission name, launch date/time, launch pad, and mission status or details.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/starlink-upcoming-deployment-missions-67efec49/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)
