# Satellite Live Details (Where The ISS At)

> Satellite Live Details (Where The ISS At) is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status down (last checked 2026-09-15).

Returns real-time position, altitude, velocity, and visibility data for a tracked satellite by NORAD catalog number

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/satellite-live-details
- Price: $0.02/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/satellite-live-details-where-the-iss-at-61424e40
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LKRk1LKxYfQMl-cS_G5B7

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 satellite-live-details-where-the-iss-at-61424e40 -d '<json body>'
```

Example prompt: Where is the ISS right now? Give me its live position, altitude, velocity, and whether it's visible — use NORAD ID 25544.

## When to prefer this

Use this endpoint when you need live, real-time positional data (latitude, longitude, altitude, velocity, visibility) for a specific satellite identified by its NORAD catalog number. Ideal for tracking the ISS (NORAD 25544) or any other catalogued satellite in real time. Prefer this over historical or predictive endpoints when the current instantaneous position is needed.

## Known failure modes

- Invalid or unknown NORAD ID returns an error or empty result
- Missing ?id= query parameter results in a bad request
- Upstream Where The ISS At API unavailability causes failure
- Network timeout on real-time data fetch

## How this service works

Live position, altitude, velocity and visibility for a tracked satellite from Where The ISS At; param id is the NORAD catalog number (25544 for the ISS). Query: ?id= Returns JSON.

## Output

A JSON object containing the satellite's current latitude, longitude, altitude, velocity, and visibility status, sourced from the Where The ISS At API in real time.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/satellite-live-details-where-the-iss-at-61424e40/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
