# StableMedia Get Countries

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

Returns a list of countries supported by the StableMedia streaming availability data service, covering 60+ countries and 200+ streaming services.

## Facts

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

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-get-countries-fc950fcb -d '<json body>'
```

Example prompt: Can you fetch the full list of countries supported by StableMedia's streaming availability API so I know which regions I can query for show availability?

## When to prefer this

Use this endpoint when you need to know which countries are supported before making a streaming search or genre lookup, or when building a country selector UI for a streaming availability feature. Prefer this over hardcoding country lists as the supported set may change.

## Known failure modes

- Payment not provided or insufficient — 402 Payment Required response
- Network timeout or service unavailability — 500 or 503 error
- Malformed POST request body — 400 Bad Request
- Rate limiting exceeded — 429 Too Many Requests

## 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 (with names and/or country codes) supported by the StableMedia streaming availability platform, representing the 60+ countries across which streaming service data is available.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "country_code": {
   "type": "string",
   "maxLength": 2,
   "minLength": 2,
   "description": "ISO 3166-1 alpha-2 country code"
  },
  "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"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablemedia-get-countries-fc950fcb/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)
