# StableMedia Countries List

> StableMedia Countries List is a paid API for AI agents from stablemedia.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns a list of all countries supported by StableMedia's streaming availability database, covering 60+ countries and 200+ services.

## Facts

- Endpoint: POST https://stablemedia.dev/api/countries/list
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablemedia-countries-list-6f24fc1f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_j1pbNQ1GUU3R7tWPEYXwQ

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 stablemedia-countries-list-6f24fc1f -d '<json body>'
```

Example prompt: Can you pull up the full list of countries supported by StableMedia so I know which regions I can check for streaming availability?

## When to prefer this

Use this endpoint when you need to discover which countries are available before querying streaming availability, or when building a region selector UI, or when you need valid country identifiers to pass into other StableMedia endpoints like show search or genre listing.

## Known failure modes

- Payment failure or insufficient USDC balance results in 402 Payment Required
- Network timeout if the StableMedia API is temporarily unavailable
- Empty or malformed response if the service backend is degraded
- Authentication or x402 payment header misconfiguration leads to rejection

## How this service works

Pay-per-request streaming availability data. Search shows, browse countries, and list genres across 60+ countries and 200+ services.

## Output

A list of countries supported by StableMedia's streaming availability database, likely including country names and their corresponding country codes or identifiers usable in subsequent API calls for show search or genre browsing.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "include_addons": {
   "type": "boolean",
   "default": false,
   "description": "Include services[].addons[] (Apple-TV Channels etc). Default false (strips ~80% of payload)."
  },
  "include_images": {
   "type": "boolean",
   "default": false,
   "description": "Include service logo imageSet URLs. Default false."
  },
  "output_language": {
   "type": "string",
   "description": "ISO 639-1 language code"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablemedia-countries-list-6f24fc1f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stablemedia.dev](https://www.zero.xyz/host/stablemedia.dev/llms.txt)
