Search eSIM plans
search_plansSearch the purchasable travel eSIM plan catalog. Filter by destination country, region, minimum data, minimum duration, and maximum price. Returns public plan details (prices in USD cents) sorted cheapest first, with offset pagination via next_offset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size, 1-50 (default 20). | |
| offset | No | Pagination offset from a previous next_offset. | |
| region | No | Region name filter, e.g. 'Europe' or 'Asia'. | |
| destination | No | Country to cover: ISO-2 code (e.g. 'JP') or English name (e.g. 'Japan'). | |
| min_data_bytes | No | Minimum total data allowance in bytes (unlimited plans always match). | |
| max_price_cents | No | Maximum retail price in USD cents. | |
| min_duration_days | No | Minimum validity in days. |