List every supported country with its streaming services
List every supported country with its streaming services
Answeringour last check, 2026-09-24
1 of 1checks answered this week
258 msmedian answer time
$0.01listed price per call
$0.01price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://stable-media-git-ben-upgrade-agentcash-rou-02e093-merit-systems.vercel.app/api/countries/list
| Category | Code and developer |
|---|---|
| Provider host | stable-media-git-ben-upgrade-agentcash-rou-02e093-merit-systems.vercel.app |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.01 | 258 ms |
Example input (from the provider)
{
"body": {
"include_addons": false,
"include_images": false,
"output_language": "en"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"include_addons": {
"default": false,
"description": "Include services[].addons[] (Apple-TV Channels etc). Default false (strips ~80% of payload).",
"type": "boolean"
},
"include_images": {
"default": false,
"description": "Include service logo imageSet URLs. Default false.",
"type": "boolean"
},
"output_language": {
"description": "ISO 639-1 language code",
"type": "string"
}
},
"required": [
"include_images",
"include_addons"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"count": {
"type": "number"
},
"countries": {
"items": {
"additionalProperties": {},
"properties": {
"countryCode": {
"type": "string"
},
"name": {
"type": "string"
},
"services": {
"items": {
"additionalProperties": {},
"properties": {
"addons": {
"default": [],
"items": {
"additionalProperties": {},
"properties": {
"homePage": {
"type": "string"
},
"id": {
"type": "string"
},
"imageSet": {
"additionalProperties": {},
"properties": {
"darkThemeImage": {
"type": "string"
},
"lightThemeImage": {
"type": "string"
},
"whiteImage": {
"type": "string"
}
},
"required": [
"lightThemeImage",
"darkThemeImage",
"whiteImage"
],
"type": "object"
},
"name": {
"type": "string"
},
"themeColorCode": {
"type": "string"
}
},
"required": [
"id",
"name",
"homePage",
"themeColorCode",
"imageSet"
],
"type": "object"
},
"type": "array"
},
"homePage": {
"type": "string"
},
"id": {
"type": "string"
},
"imageSet": {
"additionalProperties": {},
"properties": {
"darkThemeImage": {
"type": "string"
},
"lightThemeImage": {
"type": "string"
},
"whiteImage": {
"type": "string"
}
},
"required": [
"lightThemeImage",
"darkThemeImage",
"whiteImage"
],
"type": "object"
},
"name": {
"type": "string"
},
"streamingOptionTypes": {
"additionalProperties": false,
"properties": {
"addon": {
"type": "boolean"
},
"buy": {
"type": "boolean"
},
"free": {
"type": "boolean"
},