# World Bank Country Profile Lookup

> World Bank Country Profile Lookup 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-15).

Returns World Bank country profile data (capital, region, income level) for a given country ISO code

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/world-bank-country-profile
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/world-bank-country-profile-lookup-f87679c6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yPga7P-Wqc_yrwGridyNR

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 world-bank-country-profile-lookup-f87679c6 -d '<json body>'
```

Example prompt: Can you pull up the World Bank country profile for France — I need the capital city, region, and income level classification?

## When to prefer this

Use this endpoint when you need quick structured World Bank metadata about a country — specifically its capital, geographic region, and income level classification — given a standard ISO country code. Prefer this over full World Bank API calls when you only need these core profile fields and want a simple pay-per-call REST interface.

## Known failure modes

- Invalid or unrecognized ISO country code returns an error or empty result
- Missing q parameter causes a 400 or empty response
- Unsupported country codes (e.g. territories not recognized by World Bank) may return no data
- Network or upstream World Bank API unavailability causes failure
- Payment not processed (x402 flow not completed) blocks access

## How this service works

World Bank country profile (capital, region, income level) for a country (ISO code, e.g. FR) Query: ?q= Returns JSON.

## Output

A JSON object containing World Bank country profile fields including the capital city, geographic region, and income level classification (e.g. high income, upper-middle income) for the requested country.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/world-bank-country-profile-lookup-f87679c6/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)
