# People in Space Now

> People in Space Now is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns a live roster of every astronaut currently in space along with their spacecraft, sourced from Open Notify.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/people-in-space-now
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/people-in-space-now-e31c56f6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_N434RIbzzIjb-JMXKcZyk

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 people-in-space-now-e31c56f6 -d '<json body>'
```

Example prompt: Who is currently in space right now — can you give me the full list of astronauts and which spacecraft they're on?

## When to prefer this

Use this endpoint when you need an instant, no-parameter lookup of who is currently in space and on which spacecraft. Ideal for real-time dashboards, trivia bots, educational tools, or any agent query about current space occupancy without needing historical or future mission data.

## Known failure modes

- Upstream Open Notify API is unavailable, causing a 502 or timeout
- Stale data if Open Notify feed has not updated recently
- Empty crew list during rare gaps between missions

## How this service works

Live roster of every astronaut currently in space and their spacecraft from Open Notify; no params. Returns JSON.

## Output

A JSON object containing the total number of people currently in space and an array of records each with the astronaut's name and their spacecraft.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/people-in-space-now-e31c56f6/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)
