# GW2 Game Worlds & Population Status

> GW2 Game Worlds & Population Status 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 all Guild Wars 2 game servers (worlds) with their current population status as JSON, requiring no parameters.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/gw2-worlds
- 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/gw2-game-worlds-population-status-0e32307c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bV7EPQ9o7kJoiKGoY_2LZ

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 gw2-game-worlds-population-status-0e32307c -d '<json body>'
```

Example prompt: Can you show me all the Guild Wars 2 game worlds and their current population status so I can pick one that isn't full?

## When to prefer this

Use this endpoint when you need a complete, up-to-date list of all Guild Wars 2 servers and their population statuses without needing to query individual worlds — ideal for helping players choose a server or for monitoring world population levels programmatically.

## Known failure modes

- Upstream GW2 API unavailability may return an error or stale data
- Payment failure returns 402 if USDC balance is insufficient
- Unexpected JSON structure if ArenaNet changes their API schema

## How this service works

All Guild Wars 2 game worlds (servers) with population status; no params. Returns JSON.

## Output

A JSON array of all Guild Wars 2 worlds, each entry containing the world's numeric ID, display name, and population level (e.g. Full, Very High, High, Medium, Low), covering all regional servers.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gw2-game-worlds-population-status-0e32307c/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)
