# Streaming Services by Country List

> Streaming Services by Country List is a paid API for AI agents from stable-media-git-ben-upgrade-agentcash-rou-02e093-merit-systems.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns a complete list of all supported countries along with their available streaming services

## Facts

- Endpoint: POST https://stable-media-git-ben-upgrade-agentcash-rou-02e093-merit-systems.vercel.app/api/countries/list
- 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/streaming-services-by-country-list-658e22d6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_83QVZ9-HjYQTm9SsHHYpY

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 streaming-services-by-country-list-658e22d6 -d '<json body>'
```

Example prompt: Give me a full list of every country this streaming API supports along with the streaming services available in each one — include add-ons like Apple TV Channels and show me results in English.

## When to prefer this

Use this endpoint when you need a full enumeration of all supported countries and their streaming services — especially useful for populating dropdowns, building streaming availability maps, or discovering which markets are supported before querying for specific content. Prefer this over the search endpoint when you need metadata about available markets rather than searching for a specific title.

## Known failure modes

- Invalid ISO 639-1 language code returns an error or defaults to English
- Empty or malformed request body may cause validation errors
- Service may return a large payload if include_addons and include_images are both true
- Upstream data provider outages may result in stale or unavailable country/service data

## How this service works

List every supported country with its streaming services

## Output

A structured list of all supported countries, each with an array of streaming services available in that country. Optionally includes add-on services (e.g. Apple TV Channels) and service logo image URLs. Results can be localized to a specified language.

## 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/streaming-services-by-country-list-658e22d6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stable-media-git-ben-upgrade-agentcash-rou-02e093-merit-systems.vercel.app](https://www.zero.xyz/host/stable-media-git-ben-upgrade-agentcash-rou-02e093-merit-systems.vercel.app/llms.txt)
