S

Space Data API · Launches

by Space Data API

GETBase

$0.01

per call · USD Coin on Base

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

Endpoint

GET https://agentdataapi.onrender.com/launches

9

Calls / 30d

6

Unique payers / 30d

Sep 1

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://agentdataapi.onrender.com/launches", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://agentdataapi.onrender.com/launches" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

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

Payment details

Pay to0x506c3995cb7b9bb6ea4d2f95e1e43461b74c9aff
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Social & Community and the homepage with a featured placement.

Get featured →

More from Space Data API & similar services