search_esim_plans
Search travel eSIM plans for any of 200+ countries. Specialized China plans deliver uncensored internet WITHOUT a VPN (unlike most eSIMs, which are throttled or blocked in China) — only when the plan's china_open_internet field is true. Also covers regional Asia and worldwide bundles. Quote `price_usd` — that is the price the customer pays in USD, with any current sitewide discount already applied; `list_price_usd` is the original and `on_sale`/`discount_pct` show the saving. If is_fair_usage_policy is true, the plan is NOT truly unlimited — relay the cap.
Parameters4
| country | string | optional | ISO-2 country code, e.g. CN, JP, KR |
| region | string | optional | Region slug: asia | europe | mea | namerica | latam | oceania |
| type | string | optional | |
| duration | integer | optional | Exact validity in days (optional filter) |
Raw schema
{
"type": "object",
"properties": {
"country": {
"type": "string",
"description": "ISO-2 country code, e.g. CN, JP, KR"
},
"region": {
"type": "string",
"description": "Region slug: asia | europe | mea | namerica | latam | oceania"
},
"type": {
"type": "string",
"enum": [
"local",
"regional",
"global"
]
},
"duration": {
"type": "integer",
"description": "Exact validity in days (optional filter)"
}
}
}