S

Satellite Space API · Satellites

by Satellite Space API

GETBase

$0.05

per call · USD Coin on Base

Dedicated satellite tracking API for agents: list CelesTrak TLE catalog groups (ISS, weather, and more), get live propagated positions for a whole catalog group, and predict the next pass over an observer latitude/longitude using NORAD catalog IDs. Outbound CelesTrak fetch only; no shell access.

Endpoint

GET https://space.bip-rep.com/satellites

15

Calls / 30d

4

Unique payers / 30d

Sep 6

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://space.bip-rep.com/satellites", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://space.bip-rep.com/satellites?category=stations" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "category": "stations",
  "count": 2,
  "latency_ms": 420,
  "satellites": [
    {
      "eccentricity": 0.0001,
      "epoch": "2026-06-13T12:00:00.000000",
      "inclination_deg": 51.64,
      "intl_designator": "1998-067A",
      "mean_motion": 15.49,
      "name": "ISS (ZARYA)",
      "norad_id": 25544,
      "period_min": 92.9
    }
  ]
}

Payment details

Pay to0x46830a57ca3806ec71b981e063dc39ca2a3c6fb0
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Developer Tools and the homepage with a featured placement.

Get featured →

More from Satellite Space API & similar services