# 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.01/call, status unknown (last checked 2026-09-13).

Returns a live list of every person currently in orbit and the spacecraft they are aboard.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/people-in-space
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/people-in-space-now-46b564a5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JQvdy-YhKn0YKqxfppB0B

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-46b564a5 -d '<json body>'
```

Example prompt: Who is currently in space right now, and what spacecraft are they on?

## When to prefer this

Use this endpoint when you need a real-time, authoritative list of every human currently in space and their spacecraft — ideal for science dashboards, curiosity queries, space news apps, or any agent answering 'who is in space right now?' questions. No parameters needed.

## Known failure modes

- Upstream data source unavailable — may return an error or stale data
- Network timeout if the provider is slow to respond
- Empty list if data feed fails (rare but possible during maintenance)

## How this service works

SCIENCE: everyone currently in orbit and their spacecraft. Returns JSON.

## Output

A JSON object listing every person currently in orbit, their name, and the name of the spacecraft they are aboard, along with the total count of people in space.

## More

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