Airalo Developer Platform
  1. Endpoints
Airalo Developer Platform
  • OVERVIEW
    • Introduction
    • Partner with Airalo
    • Attribute descriptions
    • FAQ
    • User journeys
      • Purchase journey
      • Top-up journey
    • Guides
      • How to set up a brand for eSIMs Cloud link sharing
      • How to get the eSIMs Cloud sharing link through API
      • How to generate the QR code for an eSIM
      • How to share eSIM installation instructions with users
      • eSIM installation methods for API Partners
  • REST API
    • Introduction
    • Product updates
    • Rate limits
    • Error handling
    • Guides
      • Step #1 - Authentication
    • Quick start
      • Request access token
      • Get packages
      • Submit order
      • Get installation instructions
    • Endpoints
      • Orders List
        • Get order list
        • Get order
      • Top-up flow
        • Get eSIMs list
        • Get top-up package list
        • Get eSIM package history
      • Notification
        • Understanding Webhooks: Asynchronous Communication for Modern Applications
        • Airalo Webhooks Optin and Flow
        • Async orders
        • Low data notification - opt In
        • Low data notification - opt out
        • Get low data notification
        • Credit limit notification
        • Webhook definition
        • Webhook simulator
      • Balance
        • Get balance
      • Request access token
        POST
      • Get compatible device list
        GET
      • Get packages
        GET
      • Submit order
        POST
      • Submit order async
        POST
      • Submit top-up order
        POST
      • Get eSIM
        GET
      • Get data usage
        GET
      • Get installation instructions
        GET
      • Update eSIM brand
        PUT
      • eSIM voucher
        POST
      • Refund Request
        POST
      • Future Orders
        POST
      • Cancel future orders
        POST
    • Deprecated
      • Authentication
        • Request Access Token
      • Orders
        • Get Order List
        • Get Order
        • Submit Order
        • Submit Top-up Order
      • eSIMs
        • Get eSIMs List
        • Get eSIM
        • Get Installation instructions
        • Get Data Usage
        • Get Top-up Package List
        • Get eSIM Package History
      • Order Statuses
        • Get Order Statuses List
        • Get Order Status Name
      • Packages
        • Get Packages
      • Compatible Devices
        • Get Compatible Device List
      • Notification
        • Low Data Notification
        • Credit Limit Notification
        • Webhook Definition
        • Webhook Simulator
  • SDKs
    • Introduction
    • SDK vs. REST API
    • Technical notes
  • WOOCOMMERCE PLUGIN
    • Introduction
    • Product updates
    • Guides
      • How to install the plugin
      • How to setup the Shop price?
      • Customizing "My eSIM" page colors in WooCommerce
      • How to convert prices into local currency
      • How to finalize the shop setup
      • How to test in sandbox
      • How to go live
      • TO DELETE Installation plugin backup
      • Customizing WooCommerce email templates for eSIM sales
    • Troubleshooting
      • Troubleshooting
  • SHOPIFY INTEGRATION
    • Introduction
    • Guides
      • How to install the Airalo Shopify App
      • How to set up prices in Shopify
  1. Endpoints

Get packages

GET
/v2/packages
Retrieve a list of local and global eSIM packages available through the Airalo Partners API. Local packages cover a single country, while global packages span multiple countries and regions. This endpoint helps you synchronize eSIM plans/packages with your system, ensuring newly introduced packages are available to your clients and out-of-stock packages are handled properly.

Features#

Package Types: Supports standard data packages and the new "Voice and Text" packages.
Filtering: Filter results by operator type or country code to tailor the package list to your needs.
Pagination: Adjust pagination settings to retrieve results in manageable chunks.
Limit: Set the limit parameter to a high value (e.g., 1,000) to fetch all packages in a single request without using pagination.
Include Top-Up: Use the include:top-up parameter to fetch eSIM packages along with their associated top-up packages.

Rate Limit#

This endpoint allows up to 40 requests per minute. Ensure your implementation respects this limit to avoid rate limit errors.

Important Notes#

Frequent synchronization (at least once per hour) ensures that newly introduced packages are available and out-of-stock packages are excluded.
Include the access token, obtained from the Request Access Token endpoint, in the request headers for authentication.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET '/v2/packages?filter[type]=global&filter[country]=TR&limit=&page=1&include=topup' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {{token}}'
Response Response Example
200 - List Packages (200)
{
  "data": [
    {
      "slug": "united-states",
      "country_code": "US",
      "title": "United States",
      "image": {
        "width": 132,
        "height": 99,
        "url": "https://cdn.airalo.com/images/600de234-ec12-4e1f-b793-c70860e4545a.png"
      },
      "operators": [
        {
          "id": 687,
          "style": "light",
          "gradient_start": "#0f1b3f",
          "gradient_end": "#194281",
          "type": "local",
          "is_prepaid": false,
          "title": "Change",
          "esim_type": "Prepaid",
          "warning": null,
          "apn_type": "manual",
          "apn_value": "wbdata",
          "is_roaming": true,
          "info": [
            "5G Data-only eSIM.",
            "Rechargeable online with no expiry.",
            "Operates on T-Mobile and Verizon networks in the United States of America."
          ],
          "image": {
            "width": 1035,
            "height": 653,
            "url": "https://cdn.airalo.com/images/030f0576-f611-4eee-bba5-eb90a994c4ff.png"
          },
          "plan_type": "data",
          "activation_policy": "first-usage",
          "is_kyc_verify": false,
          "rechargeability": true,
          "other_info": "This eSIM is for travelers to the United States. The coverage applies to all 50 states of the United States, and Puerto Rico.",
          "coverages": [
            {
              "name": "US",
              "code": "US",
              "networks": [
                {
                  "name": "T-Mobile",
                  "types": [
                    "5G"
                  ]
                },
                {
                  "name": "Verizon",
                  "types": [
                    "5G"
                  ]
                }
              ]
            }
          ],
          "install_window_days": null,
          "topup_grace_window_days": null,
          "apn": {
            "ios": {
              "apn_type": "automatic",
              "apn_value": "wbdata"
            },
            "android": {
              "apn_type": "manual",
              "apn_value": "wbdata"
            }
          },
          "packages": [
            {
              "id": "change-7days-1gb",
              "type": "sim",
              "price": 4.5,
              "amount": 1024,
              "day": 7,
              "is_unlimited": false,
              "title": "1 GB - 7 Days",
              "data": "1 GB",
              "short_info": "This eSIM doesn't come with a phone number.",
              "qr_installation": "<p><b>eSIM name:</b> Change</p><p><b>Coverage: </b>United States</p><p><b>To activate the eSIM by scanning the QR code on your eSIM capable device you need to print or display this QR code on other device:</b></p><ol><li>Settings > Cellular/Mobile > Add Cellular/Mobile Plan.</li><li>Scan QR code.</li><li>Confirm eSIM plan details.</li><li>Label the eSIM.</li></ol><p><b>To access Data:</b></p><ol><li>Enable data roaming.</li></ol><p><b>To top up:</b></p><p>Visit airalo.com/my-esims or if purchased through the Airalo website/app visit “My eSIMs” tab.</p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p>",
              "manual_installation": "<p><b>eSIM name:</b> Change</p><p><b>Coverage: </b>United States</p><p><b>To manually activate the eSIM on your eSIM capable device:</b></p><ol><li>Settings > Cellular/Mobile > Add Cellular/Mobile Plan.</li><li>Manually enter the SM-DP+ Address and activation code.</li><li>Confirm eSIM plan details.</li><li>Label the eSIM.</li></ol><p><b>To access Data:</b></p><ol><li>Enable data roaming.</li></ol><p><b>To top up:</b></p><p>Visit airalo.com/my-esims or if purchased through the Airalo website/app visit “My eSIMs” tab.</p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p>",
              "voice": null,
              "text": null,
              "net_price": 1.1,
              "prices": {
                "net_price": {
                  "AUD": 1.77,
                  "BRL": 6.47,
                  "GBP": 0.88,
                  "AED": 4.04,
                  "EUR": 1.06,
                  "ILS": 3.94,
                  "JPY": 169,
                  "MXN": 22.75,
                  "USD": 1.1,
                  "VND": 27591
                },
                "recommended_retail_price": {
                  "AUD": 7.24,
                  "BRL": 26.46,
                  "GBP": 3.6,
                  "AED": 16.52,
                  "EUR": 4.32,
                  "ILS": 16.11,
                  "JPY": 693,
                  "MXN": 93.06,
                  "USD": 4.5,
                  "VND": 112871
                }
              }
            },
            {
              "id": "change-15days-2gb",
              "type": "sim",
              "price": 8,
              "amount": 2048,
              "day": 15,
              "is_unlimited": false,
              "title": "2 GB - 15 Days",
              "data": "2 GB",
              "short_info": null,
              "qr_installation": "<p><b>eSIM name:</b> Change</p><p><b>Coverage: </b>United States</p><p><b>To activate the eSIM by scanning the QR code on your eSIM capable device you need to print or display this QR code on other device:</b></p><ol><li>Settings > Cellular/Mobile > Add Cellular/Mobile Plan.</li><li>Scan QR code.</li><li>Confirm eSIM plan details.</li><li>Label the eSIM.</li></ol><p><b>To access Data:</b></p><ol><li>Enable data roaming.</li></ol><p><b>To top up:</b></p><p>Visit airalo.com/my-esims or if purchased through the Airalo website/app visit “My eSIMs” tab.</p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p>",
              "manual_installation": "<p><b>eSIM name:</b> Change</p><p><b>Coverage: </b>United States</p><p><b>To manually activate the eSIM on your eSIM capable device:</b></p><ol><li>Settings > Cellular/Mobile > Add Cellular/Mobile Plan.</li><li>Manually enter the SM-DP+ Address and activation code.</li><li>Confirm eSIM plan details.</li><li>Label the eSIM.</li></ol><p><b>To access Data:</b></p><ol><li>Enable data roaming.</li></ol><p><b>To top up:</b></p><p>Visit airalo.com/my-esims or if purchased through the Airalo website/app visit “My eSIMs” tab.</p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p>",
              "voice": null,
              "text": null,
              "net_price": 2.2,
              "prices": {
                "net_price": {
                  "AUD": 3.54,
                  "BRL": 12.94,
                  "GBP": 1.76,
                  "AED": 8.07,
                  "EUR": 2.11,
                  "ILS": 7.88,
                  "JPY": 339,
                  "MXN": 45.5,
                  "USD": 2.2,
                  "VND": 55182
                },
                "recommended_retail_price": {
                  "AUD": 12.88,
                  "BRL": 47.04,
                  "GBP": 6.4,
                  "AED": 29.36,
                  "EUR": 7.68,
                  "ILS": 28.64,
                  "JPY": 1233,
                  "MXN": 165.44,
                  "USD": 8,
                  "VND": 200660
                }
              }
            },
            {
              "id": "change-30days-3gb",
              "type": "sim",
              "price": 11,
              "amount": 3072,
              "day": 30,
              "is_unlimited": false,
              "title": "3 GB - 30 Days",
              "data": "3 GB",
              "short_info": "This eSIM doesn't come with a phone number.",
              "qr_installation": "<p><b>eSIM name:</b> Change</p><p><b>Coverage: </b>United States</p><p><b>To activate the eSIM by scanning the QR code on your eSIM capable device you need to print or display this QR code on other device:</b></p><ol><li>Settings > Cellular/Mobile > Add Cellular/Mobile Plan.</li><li>Scan QR code.</li><li>Confirm eSIM plan details.</li><li>Label the eSIM.</li></ol><p><b>To access Data:</b></p><ol><li>Enable data roaming.</li></ol><p><b>To top up:</b></p><p>Visit airalo.com/my-esims or if purchased through the Airalo website/app visit “My eSIMs” tab.</p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p>",
              "manual_installation": "<p><b>eSIM name:</b> Change</p><p><b>Coverage: </b>United States</p><p><b>To manually activate the eSIM on your eSIM capable device:</b></p><ol><li>Settings > Cellular/Mobile > Add Cellular/Mobile Plan.</li><li>Manually enter the SM-DP+ Address and activation code.</li><li>Confirm eSIM plan details.</li><li>Label the eSIM.</li></ol><p><b>To access Data:</b></p><ol><li>Enable data roaming.</li></ol><p><b>To top up:</b></p><p>Visit airalo.com/my-esims or if purchased through the Airalo website/app visit “My eSIMs” tab.</p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p>",
              "voice": null,
              "text": null,
              "net_price": 3.1,
              "prices": {
                "net_price": {
                  "AUD": 4.99,
                  "BRL": 18.23,
                  "GBP": 2.48,
                  "AED": 11.38,
                  "EUR": 2.98,
                  "ILS": 11.1,
                  "JPY": 478,
                  "MXN": 64.11,
                  "USD": 3.1,
                  "VND": 77756
                },
                "recommended_retail_price": {
                  "AUD": 17.71,
                  "BRL": 64.68,
                  "GBP": 8.8,
                  "AED": 40.37,
                  "EUR": 10.56,
                  "ILS": 39.38,
                  "JPY": 1695,
                  "MXN": 227.48,
                  "USD": 11,
                  "VND": 275908
                }
              }
            },
            {
              "id": "change-30days-5gb",
              "type": "sim",
              "price": 16,
              "amount": 5120,
              "day": 30,
              "is_unlimited": false,
              "title": "5 GB - 30 Days",
              "data": "5 GB",
              "short_info": "This eSIM doesn't come with a phone number.",
              "qr_installation": "<p><b>eSIM name:</b> Change</p><p><b>Coverage: </b>United States</p><p><b>To activate the eSIM by scanning the QR code on your eSIM capable device you need to print or display this QR code on other device:</b></p><ol><li>Settings > Cellular/Mobile > Add Cellular/Mobile Plan.</li><li>Scan QR code.</li><li>Confirm eSIM plan details.</li><li>Label the eSIM.</li></ol><p><b>To access Data:</b></p><ol><li>Enable data roaming.</li></ol><p><b>To top up:</b></p><p>Visit airalo.com/my-esims or if purchased through the Airalo website/app visit “My eSIMs” tab.</p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p>",
              "manual_installation": "<p><b>eSIM name:</b> Change</p><p><b>Coverage: </b>United States</p><p><b>To manually activate the eSIM on your eSIM capable device:</b></p><ol><li>Settings > Cellular/Mobile > Add Cellular/Mobile Plan.</li><li>Manually enter the SM-DP+ Address and activation code.</li><li>Confirm eSIM plan details.</li><li>Label the eSIM.</li></ol><p><b>To access Data:</b></p><ol><li>Enable data roaming.</li></ol><p><b>To top up:</b></p><p>Visit airalo.com/my-esims or if purchased through the Airalo website/app visit “My eSIMs” tab.</p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p>",
              "voice": null,
              "text": null,
              "net_price": 5,
              "prices": {
                "net_price": {
                  "AUD": 8.05,
                  "BRL": 29.4,
                  "GBP": 4,
                  "AED": 18.35,
                  "EUR": 4.8,
                  "ILS": 17.9,
                  "JPY": 770,
                  "MXN": 103.4,
                  "USD": 5,
                  "VND": 125413
                },
                "recommended_retail_price": {
                  "AUD": 25.76,
                  "BRL": 94.08,
                  "GBP": 12.8,
                  "AED": 58.72,
                  "EUR": 15.36,
                  "ILS": 57.28,
                  "JPY": 2465,
                  "MXN": 330.88,
                  "USD": 16,
                  "VND": 401321
                }
              }
            },
            {
              "id": "change-30days-10gb",
              "type": "sim",
              "price": 26,
              "amount": 10240,
              "day": 30,
              "is_unlimited": false,
              "title": "10 GB - 30 Days",
              "data": "10 GB",
              "short_info": "This eSIM doesn't come with a phone number.",
              "qr_installation": "<p><b>eSIM name:</b> Change</p><p><b>Coverage: </b>United States</p><p><b>To activate the eSIM by scanning the QR code on your eSIM capable device you need to print or display this QR code on other device:</b></p><ol><li>Settings > Cellular/Mobile > Add Cellular/Mobile Plan.</li><li>Scan QR code.</li><li>Confirm eSIM plan details.</li><li>Label the eSIM.</li></ol><p><b>To access Data:</b></p><ol><li>Enable data roaming.</li></ol><p><b>To top up:</b></p><p>Visit airalo.com/my-esims or if purchased through the Airalo website/app visit “My eSIMs” tab.</p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p>",
              "manual_installation": "<p><b>eSIM name:</b> Change</p><p><b>Coverage: </b>United States</p><p><b>To manually activate the eSIM on your eSIM capable device:</b></p><ol><li>Settings > Cellular/Mobile > Add Cellular/Mobile Plan.</li><li>Manually enter the SM-DP+ Address and activation code.</li><li>Confirm eSIM plan details.</li><li>Label the eSIM.</li></ol><p><b>To access Data:</b></p><ol><li>Enable data roaming.</li></ol><p><b>To top up:</b></p><p>Visit airalo.com/my-esims or if purchased through the Airalo website/app visit “My eSIMs” tab.</p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p>",
              "voice": null,
              "text": null,
              "net_price": 9.5,
              "prices": {
                "net_price": {
                  "AUD": 15.3,
                  "BRL": 55.86,
                  "GBP": 7.6,
                  "AED": 34.86,
                  "EUR": 9.12,
                  "ILS": 34.01,
                  "JPY": 1464,
                  "MXN": 196.46,
                  "USD": 9.5,
                  "VND": 238284
                },
                "recommended_retail_price": {
                  "AUD": 41.86,
                  "BRL": 152.88,
                  "GBP": 20.8,
                  "AED": 95.42,
                  "EUR": 24.96,
                  "ILS": 93.08,
                  "JPY": 4006,
                  "MXN": 537.68,
                  "USD": 26,
                  "VND": 652146
                }
              }
            },
            {
              "id": "change-30days-20gb",
              "type": "sim",
              "price": 42,
              "amount": 20480,
              "day": 30,
              "is_unlimited": false,
              "title": "20 GB - 30 Days",
              "data": "20 GB",
              "short_info": null,
              "qr_installation": "<p><b>eSIM name:</b> Change</p><p><b>Coverage: </b>United States</p><p><b>To activate the eSIM by scanning the QR code on your eSIM capable device you need to print or display this QR code on other device:</b></p><ol><li>Settings > Cellular/Mobile > Add Cellular/Mobile Plan.</li><li>Scan QR code.</li><li>Confirm eSIM plan details.</li><li>Label the eSIM.</li></ol><p><b>To access Data:</b></p><ol><li>Enable data roaming.</li></ol><p><b>To top up:</b></p><p>Visit airalo.com/my-esims or if purchased through the Airalo website/app visit “My eSIMs” tab.</p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p>",
              "manual_installation": "<p><b>eSIM name:</b> Change</p><p><b>Coverage: </b>United States</p><p><b>To manually activate the eSIM on your eSIM capable device:</b></p><ol><li>Settings > Cellular/Mobile > Add Cellular/Mobile Plan.</li><li>Manually enter the SM-DP+ Address and activation code.</li><li>Confirm eSIM plan details.</li><li>Label the eSIM.</li></ol><p><b>To access Data:</b></p><ol><li>Enable data roaming.</li></ol><p><b>To top up:</b></p><p>Visit airalo.com/my-esims or if purchased through the Airalo website/app visit “My eSIMs” tab.</p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p>",
              "voice": null,
              "text": null,
              "net_price": 17.5,
              "prices": {
                "net_price": {
                  "AUD": 28.18,
                  "BRL": 102.9,
                  "GBP": 14,
                  "AED": 64.22,
                  "EUR": 16.8,
                  "ILS": 62.65,
                  "JPY": 2697,
                  "MXN": 361.9,
                  "USD": 17.5,
                  "VND": 438944
                },
                "recommended_retail_price": {
                  "AUD": 67.62,
                  "BRL": 246.96,
                  "GBP": 33.6,
                  "AED": 154.14,
                  "EUR": 40.32,
                  "ILS": 150.36,
                  "JPY": 6472,
                  "MXN": 868.56,
                  "USD": 42,
                  "VND": 1053467
                }
              }
            }
          ],
          "countries": [
            {
              "country_code": "US",
              "title": "United States",
              "image": {
                "width": 132,
                "height": 99,
                "url": "https://cdn.airalo.com/images/600de234-ec12-4e1f-b793-c70860e4545a.png"
              }
            }
          ]
        },
        {
          "id": 823,
          "style": "light",
          "gradient_start": "#0f1b3f",
          "gradient_end": "#194281",
          "type": "local",
          "is_prepaid": false,
          "title": "Change+",
          "esim_type": "Prepaid",
          "warning": null,
          "apn_type": "manual",
          "apn_value": "wbdata",
          "is_roaming": true,
          "info": [
            "5G Data-only eSIM.",
            "Rechargeable online with no expiry.",
            "Operates on the T-Mobile network in the United States of America."
          ],
          "image": {
            "width": 1035,
            "height": 653,
            "url": "https://cdn.airalo.com/images/a4687e6a-b166-4c02-8a2e-deee2f032bfc.png"
          },
          "plan_type": "data-voice-text",
          "activation_policy": "first-usage",
          "is_kyc_verify": false,
          "rechargeability": true,
          "other_info": "This eSIM is for travelers to the United States. The coverage does applies to US states, except for Alaska. Puerto Rico is also covered. Incoming calls are deducted from the minutes balance. Outgoing international calls are not allowed.",
          "coverages": [
            {
              "name": "US",
              "code": "US",
              "networks": [
                {
                  "name": "T-Mobile",
                  "types": [
                    "5G"
                  ]
                }
              ]
            }
          ],
          "install_window_days": null,
          "topup_grace_window_days": null,
          "apn": {
            "ios": {
              "apn_type": "automatic",
              "apn_value": "wbdata"
            },
            "android": {
              "apn_type": "manual",
              "apn_value": "wbdata"
            }
          },
          "packages": [
            {
              "id": "change-plus-7days-1gb",
              "type": "sim",
              "price": 7,
              "amount": 1024,
              "day": 7,
              "is_unlimited": false,
              "title": "1 GB - 10 SMS - 20 Mins - 7 Days",
              "data": "1 GB",
              "short_info": "This eSIM does come with a phone number.",
              "qr_installation": "<p><b>eSIM name:</b> Change</p><p><b>Coverage: </b>United States</p><p><b>To activate the eSIM by scanning the QR code on your eSIM capable device you need to print or display this QR code on other device:</b></p><ol><li>Settings > Cellular/Mobile > Add Cellular/Mobile Plan.</li><li>Scan QR code.</li><li>Confirm eSIM plan details.</li><li>Label the eSIM.</li></ol><p><b>To access Data:</b></p><ol><li>Enable data roaming.</li></ol><p><b>To top up:</b></p><p>Visit airalo.com/my-esims or if purchased through the Airalo website/app visit “My eSIMs” tab.</p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p>",
              "manual_installation": "<p><b>eSIM name:</b> Change</p><p><b>Coverage: </b>United States</p><p><b>To manually activate the eSIM on your eSIM capable device:</b></p><ol><li>Settings > Cellular/Mobile > Add Cellular/Mobile Plan.</li><li>Manually enter the SM-DP+ Address and activation code.</li><li>Confirm eSIM plan details.</li><li>Label the eSIM.</li></ol><p><b>To access Data:</b></p><ol><li>Enable data roaming.</li></ol><p><b>To top up:</b></p><p>Visit airalo.com/my-esims or if purchased through the Airalo website/app visit “My eSIMs” tab.</p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p>",
              "voice": 20,
              "text": 10,
              "net_price": 1.7,
              "prices": {
                "net_price": {
                  "AUD": 2.74,
                  "BRL": 10,
                  "GBP": 1.36,
                  "AED": 6.24,
                  "EUR": 1.63,
                  "ILS": 6.09,
                  "JPY": 262,
                  "MXN": 35.16,
                  "USD": 1.7,
                  "VND": 42640
                },
                "recommended_retail_price": {
                  "AUD": 11.27,
                  "BRL": 41.16,
                  "GBP": 5.6,
                  "AED": 25.69,
                  "EUR": 6.72,
                  "ILS": 25.06,
                  "JPY": 1079,
                  "MXN": 144.76,
                  "USD": 7,
                  "VND": 175578
                }
              }
            },
            {
              "id": "change-plus-15days-2gb",
              "type": "sim",
              "price": 12.5,
              "amount": 2048,
              "day": 15,
              "is_unlimited": false,
              "title": "2 GB - 20 SMS - 40 Mins - 15 Days",
              "data": "2 GB",
              "short_info": null,
              "qr_installation": "<p><b>eSIM name:</b> Change</p><p><b>Coverage: </b>United States</p><p><b>To activate the eSIM by scanning the QR code on your eSIM capable device you need to print or display this QR code on other device:</b></p><ol><li>Settings > Cellular/Mobile > Add Cellular/Mobile Plan.</li><li>Scan QR code.</li><li>Confirm eSIM plan details.</li><li>Label the eSIM.</li></ol><p><b>To access Data:</b></p><ol><li>Enable data roaming.</li></ol><p><b>To top up:</b></p><p>Visit airalo.com/my-esims or if purchased through the Airalo website/app visit “My eSIMs” tab.</p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p>",
              "manual_installation": "<p><b>eSIM name:</b> Change</p><p><b>Coverage: </b>United States</p><p><b>To manually activate the eSIM on your eSIM capable device:</b></p><ol><li>Settings > Cellular/Mobile > Add Cellular/Mobile Plan.</li><li>Manually enter the SM-DP+ Address and activation code.</li><li>Confirm eSIM plan details.</li><li>Label the eSIM.</li></ol><p><b>To access Data:</b></p><ol><li>Enable data roaming.</li></ol><p><b>To top up:</b></p><p>Visit airalo.com/my-esims or if purchased through the Airalo website/app visit “My eSIMs” tab.</p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p>",
              "voice": 40,
              "text": 20,
              "net_price": 3.3,
              "prices": {
                "net_price": {
                  "AUD": 5.31,
                  "BRL": 19.4,
                  "GBP": 2.64,
                  "AED": 12.11,
                  "EUR": 3.17,
                  "ILS": 11.81,
                  "JPY": 508,
                  "MXN": 68.24,
                  "USD": 3.3,
                  "VND": 82772
                },
                "recommended_retail_price": {
                  "AUD": 20.12,
                  "BRL": 73.5,
                  "GBP": 10,
                  "AED": 45.88,
                  "EUR": 12,
                  "ILS": 44.75,
                  "JPY": 1926,
                  "MXN": 258.5,
                  "USD": 12.5,
                  "VND": 313532
                }
              }
            },
            {
              "id": "change-plus-30days-3gb",
              "type": "sim",
              "price": 16,
              "amount": 3072,
              "day": 30,
              "is_unlimited": false,
              "title": "3 GB - 30 SMS - 60 Mins - 30 Days",
              "data": "3 GB",
              "short_info": null,
              "qr_installation": "<p><b>eSIM name:</b> Change</p><p><b>Coverage: </b>United States</p><p><b>To activate the eSIM by scanning the QR code on your eSIM capable device you need to print or display this QR code on other device:</b></p><ol><li>Settings > Cellular/Mobile > Add Cellular/Mobile Plan.</li><li>Scan QR code.</li><li>Confirm eSIM plan details.</li><li>Label the eSIM.</li></ol><p><b>To access Data:</b></p><ol><li>Enable data roaming.</li></ol><p><b>To top up:</b></p><p>Visit airalo.com/my-esims or if purchased through the Airalo website/app visit “My eSIMs” tab.</p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p>",
              "manual_installation": "<p><b>eSIM name:</b> Change</p><p><b>Coverage: </b>United States</p><p><b>To manually activate the eSIM on your eSIM capable device:</b></p><ol><li>Settings > Cellular/Mobile > Add Cellular/Mobile Plan.</li><li>Manually enter the SM-DP+ Address and activation code.</li><li>Confirm eSIM plan details.</li><li>Label the eSIM.</li></ol><p><b>To access Data:</b></p><ol><li>Enable data roaming.</li></ol><p><b>To top up:</b></p><p>Visit airalo.com/my-esims or if purchased through the Airalo website/app visit “My eSIMs” tab.</p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p>",
              "voice": 60,
              "text": 30,
              "net_price": 4.5,
              "prices": {
                "net_price": {
                  "AUD": 7.24,
                  "BRL": 26.46,
                  "GBP": 3.6,
                  "AED": 16.52,
                  "EUR": 4.32,
                  "ILS": 16.11,
                  "JPY": 693,
                  "MXN": 93.06,
                  "USD": 4.5,
                  "VND": 112871
                },
                "recommended_retail_price": {
                  "AUD": 25.76,
                  "BRL": 94.08,
                  "GBP": 12.8,
                  "AED": 58.72,
                  "EUR": 15.36,
                  "ILS": 57.28,
                  "JPY": 2465,
                  "MXN": 330.88,
                  "USD": 16,
                  "VND": 401321
                }
              }
            },
            {
              "id": "change-plus-30days-5gb",
              "type": "sim",
              "price": 22.5,
              "amount": 5120,
              "day": 30,
              "is_unlimited": false,
              "title": "5 GB - 50 SMS - 100 Mins - 30 Days",
              "data": "5 GB",
              "short_info": null,
              "qr_installation": "<p><b>eSIM name:</b> Change</p><p><b>Coverage: </b>United States</p><p><b>To activate the eSIM by scanning the QR code on your eSIM capable device you need to print or display this QR code on other device:</b></p><ol><li>Settings > Cellular/Mobile > Add Cellular/Mobile Plan.</li><li>Scan QR code.</li><li>Confirm eSIM plan details.</li><li>Label the eSIM.</li></ol><p><b>To access Data:</b></p><ol><li>Enable data roaming.</li></ol><p><b>To top up:</b></p><p>Visit airalo.com/my-esims or if purchased through the Airalo website/app visit “My eSIMs” tab.</p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p>",
              "manual_installation": "<p><b>eSIM name:</b> Change</p><p><b>Coverage: </b>United States</p><p><b>To manually activate the eSIM on your eSIM capable device:</b></p><ol><li>Settings > Cellular/Mobile > Add Cellular/Mobile Plan.</li><li>Manually enter the SM-DP+ Address and activation code.</li><li>Confirm eSIM plan details.</li><li>Label the eSIM.</li></ol><p><b>To access Data:</b></p><ol><li>Enable data roaming.</li></ol><p><b>To top up:</b></p><p>Visit airalo.com/my-esims or if purchased through the Airalo website/app visit “My eSIMs” tab.</p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p>",
              "voice": 100,
              "text": 50,
              "net_price": 7,
              "prices": {
                "net_price": {
                  "AUD": 11.27,
                  "BRL": 41.16,
                  "GBP": 5.6,
                  "AED": 25.69,
                  "EUR": 6.72,
                  "ILS": 25.06,
                  "JPY": 1079,
                  "MXN": 144.76,
                  "USD": 7,
                  "VND": 175578
                },
                "recommended_retail_price": {
                  "AUD": 36.22,
                  "BRL": 132.3,
                  "GBP": 18,
                  "AED": 82.58,
                  "EUR": 21.6,
                  "ILS": 80.55,
                  "JPY": 3467,
                  "MXN": 465.3,
                  "USD": 22.5,
                  "VND": 564357
                }
              }
            },
            {
              "id": "change-plus-30days-10gb",
              "type": "sim",
              "price": 34.5,
              "amount": 10240,
              "day": 30,
              "is_unlimited": false,
              "title": "10 GB - 100 SMS - 200 Mins - 30 Days",
              "data": "10 GB",
              "short_info": null,
              "qr_installation": "<p><b>eSIM name:</b> Change</p><p><b>Coverage: </b>United States</p><p><b>To activate the eSIM by scanning the QR code on your eSIM capable device you need to print or display this QR code on other device:</b></p><ol><li>Settings > Cellular/Mobile > Add Cellular/Mobile Plan.</li><li>Scan QR code.</li><li>Confirm eSIM plan details.</li><li>Label the eSIM.</li></ol><p><b>To access Data:</b></p><ol><li>Enable data roaming.</li></ol><p><b>To top up:</b></p><p>Visit airalo.com/my-esims or if purchased through the Airalo website/app visit “My eSIMs” tab.</p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p>",
              "manual_installation": "<p><b>eSIM name:</b> Change</p><p><b>Coverage: </b>United States</p><p><b>To manually activate the eSIM on your eSIM capable device:</b></p><ol><li>Settings > Cellular/Mobile > Add Cellular/Mobile Plan.</li><li>Manually enter the SM-DP+ Address and activation code.</li><li>Confirm eSIM plan details.</li><li>Label the eSIM.</li></ol><p><b>To access Data:</b></p><ol><li>Enable data roaming.</li></ol><p><b>To top up:</b></p><p>Visit airalo.com/my-esims or if purchased through the Airalo website/app visit “My eSIMs” tab.</p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p>",
              "voice": 200,
              "text": 100,
              "net_price": 12.6,
              "prices": {
                "net_price": {
                  "AUD": 20.29,
                  "BRL": 74.09,
                  "GBP": 10.08,
                  "AED": 46.24,
                  "EUR": 12.1,
                  "ILS": 45.11,
                  "JPY": 1942,
                  "MXN": 260.57,
                  "USD": 12.6,
                  "VND": 316040
                },
                "recommended_retail_price": {
                  "AUD": 55.54,
                  "BRL": 202.86,
                  "GBP": 27.6,
                  "AED": 126.62,
                  "EUR": 33.12,
                  "ILS": 123.51,
                  "JPY": 5316,
                  "MXN": 713.46,
                  "USD": 34.5,
                  "VND": 865348
                }
              }
            },
            {
              "id": "change-plus-30days-20gb",
              "type": "sim",
              "price": 49,
              "amount": 20480,
              "day": 30,
              "is_unlimited": false,
              "title": "20 GB - 200 SMS - 400 Mins - 30 Days",
              "data": "20 GB",
              "short_info": null,
              "qr_installation": "<p><b>eSIM name:</b> Change</p><p><b>Coverage: </b>United States</p><p><b>To activate the eSIM by scanning the QR code on your eSIM capable device you need to print or display this QR code on other device:</b></p><ol><li>Settings > Cellular/Mobile > Add Cellular/Mobile Plan.</li><li>Scan QR code.</li><li>Confirm eSIM plan details.</li><li>Label the eSIM.</li></ol><p><b>To access Data:</b></p><ol><li>Enable data roaming.</li></ol><p><b>To top up:</b></p><p>Visit airalo.com/my-esims or if purchased through the Airalo website/app visit “My eSIMs” tab.</p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p>",
              "manual_installation": "<p><b>eSIM name:</b> Change</p><p><b>Coverage: </b>United States</p><p><b>To manually activate the eSIM on your eSIM capable device:</b></p><ol><li>Settings > Cellular/Mobile > Add Cellular/Mobile Plan.</li><li>Manually enter the SM-DP+ Address and activation code.</li><li>Confirm eSIM plan details.</li><li>Label the eSIM.</li></ol><p><b>To access Data:</b></p><ol><li>Enable data roaming.</li></ol><p><b>To top up:</b></p><p>Visit airalo.com/my-esims or if purchased through the Airalo website/app visit “My eSIMs” tab.</p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p>",
              "voice": 400,
              "text": 200,
              "net_price": 20.4,
              "prices": {
                "net_price": {
                  "AUD": 32.84,
                  "BRL": 119.95,
                  "GBP": 16.32,
                  "AED": 74.87,
                  "EUR": 19.58,
                  "ILS": 73.03,
                  "JPY": 3143,
                  "MXN": 421.87,
                  "USD": 20.4,
                  "VND": 511684
                },
                "recommended_retail_price": {
                  "AUD": 78.89,
                  "BRL": 288.12,
                  "GBP": 39.2,
                  "AED": 179.83,
                  "EUR": 47.04,
                  "ILS": 175.42,
                  "JPY": 7550,
                  "MXN": 1013.32,
                  "USD": 49,
                  "VND": 1229044
                }
              }
            }
          ],
          "countries": [
            {
              "country_code": "US",
              "title": "United States",
              "image": {
                "width": 132,
                "height": 99,
                "url": "https://cdn.airalo.com/images/600de234-ec12-4e1f-b793-c70860e4545a.png"
              }
            }
          ]
        }
      ]
    },
    {
      "slug": "france",
      "country_code": "FR",
      "title": "France",
      "image": {
        "width": 132,
        "height": 99,
        "url": "https://cdn.airalo.com/images/9753dedb-d495-47cf-b6e4-82e555564743.png"
      },
      "operators": [
        {
          "id": 826,
          "style": "dark",
          "gradient_start": "#F1D4FB",
          "gradient_end": "#EEC0FF",
          "type": "local",
          "is_prepaid": false,
          "title": "Élan",
          "esim_type": "Prepaid",
          "warning": null,
          "apn_type": "automatic",
          "apn_value": null,
          "is_roaming": false,
          "info": [
            "4G Data-only eSIM.",
            "Rechargeable online with no expiry.",
            "Operates on the Orange network in France."
          ],
          "image": {
            "width": 1035,
            "height": 653,
            "url": "https://cdn.airalo.com/images/6e8c08d1-9e2d-4feb-b60f-e8c4bd344d47.png"
          },
          "plan_type": "data",
          "activation_policy": "first-usage",
          "is_kyc_verify": false,
          "rechargeability": true,
          "other_info": "You can add a top-up to this eSIM within 120 days from when it was activated. Adding a new package will reset this period.",
          "coverages": [
            {
              "name": "FR",
              "code": "FR",
              "networks": [
                {
                  "name": "Orange",
                  "types": [
                    "4G"
                  ]
                }
              ]
            }
          ],
          "install_window_days": null,
          "topup_grace_window_days": null,
          "apn": {
            "ios": {
              "apn_type": "automatic",
              "apn_value": null
            },
            "android": {
              "apn_type": "automatic",
              "apn_value": null
            }
          },
          "packages": [
            {
              "id": "elan-7days-1gb",
              "type": "sim",
              "price": 4.5,
              "amount": 1024,
              "day": 7,
              "is_unlimited": false,
              "title": "1 GB - 7 Days",
              "data": "1 GB",
              "short_info": "This eSIM doesn't come with a phone number.",
              "qr_installation": "<p><b>eSIM name:</b> Élan</p><p><b>Coverage: </b>France</p><p><b>To activate the eSIM by scanning the QR code on your eSIM capable device you need to print or display this QR code on another device:</b></p><ol><li>Settings > Cellular/Mobile > Add Cellular/Mobile Plan.</li><li>Scan QR code.</li><li>Confirm eSIM plan details.</li><li>Label the eSIM.</li></ol><p><b>To access Data:</b></p><ol><li>Turn on the eSIM line.</li></ol><p><b>To top up:</b></p><p>Visit airalo.com/my-esims or if purchased through the Airalo website/app visit “My eSIMs” tab.</p><p><br></p><p><br></p><p><br></p>",
              "manual_installation": "<p><b>eSIM name:</b> Élan</p><p><b>Coverage: </b>France</p><p><b>To manually activate the eSIM on your eSIM capable device:</b></p><ol><li>Settings > Cellular/Mobile > Add Cellular/Mobile Plan.</li><li>Manually enter the SM-DP+ Address and activation code.</li><li>Confirm eSIM plan details.</li><li>Label the eSIM.</li></ol><p><b>To access Data:</b></p><ol><li>Turn on the eSIM line</li></ol><p><b>To top up:</b></p><p>Visit airalo.com/my-esims or if purchased through the Airalo website/app visit “My eSIMs” tab.</p><p><br></p><p><br></p><p><br></p>",
              "voice": null,
              "text": null,
              "net_price": 0.8,
              "prices": {
                "net_price": {
                  "AUD": 1.29,
                  "BRL": 4.7,
                  "GBP": 0.64,
                  "AED": 2.94,
                  "EUR": 0.77,
                  "ILS": 2.86,
                  "JPY": 123,
                  "MXN": 16.54,
                  "USD": 0.8,
                  "VND": 20066
                },
                "recommended_retail_price": {
                  "AUD": 7.24,
                  "BRL": 26.46,
                  "GBP": 3.6,
                  "AED": 16.52,
                  "EUR": 4.32,
                  "ILS": 16.11,
                  "JPY": 693,
                  "MXN": 93.06,
                  "USD": 4.5,
                  "VND": 112871
                }
              }
            },
            {
              "id": "elan-15days-2gb",
              "type": "sim",
              "price": 7.5,
              "amount": 2048,
              "day": 15,
              "is_unlimited": false,
              "title": "2 GB - 15 Days",
              "data": "2 GB",
              "short_info": null,
              "qr_installation": "<p><b>eSIM name:</b> Élan</p><p><b>Coverage: </b>France</p><p><b>To activate the eSIM by scanning the QR code on your eSIM capable device you need to print or display this QR code on another device:</b></p><ol><li>Settings > Cellular/Mobile > Add Cellular/Mobile Plan.</li><li>Scan QR code.</li><li>Confirm eSIM plan details.</li><li>Label the eSIM.</li></ol><p><b>To access Data:</b></p><ol><li>Turn on the eSIM line.</li></ol><p><b>To top up:</b></p><p>Visit airalo.com/my-esims or if purchased through the Airalo website/app visit “My eSIMs” tab.</p><p><br></p><p><br></p><p><br></p>",
              "manual_installation": "<p><b>eSIM name:</b> Élan</p><p><b>Coverage: </b>France</p><p><b>To manually activate the eSIM on your eSIM capable device:</b></p><ol><li>Settings > Cellular/Mobile > Add Cellular/Mobile Plan.</li><li>Manually enter the SM-DP+ Address and activation code.</li><li>Confirm eSIM plan details.</li><li>Label the eSIM.</li></ol><p><b>To access Data:</b></p><ol><li>Turn on the eSIM line</li></ol><p><b>To top up:</b></p><p>Visit airalo.com/my-esims or if purchased through the Airalo website/app visit “My eSIMs” tab.</p><p><br></p><p><br></p><p><br></p>",
              "voice": null,
              "text": null,
              "net_price": 1.5,
              "prices": {
                "net_price": {
                  "AUD": 2.42,
                  "BRL": 8.82,
                  "GBP": 1.2,
                  "AED": 5.5,
                  "EUR": 1.44,
                  "ILS": 5.37,
                  "JPY": 231,
                  "MXN": 31.02,
                  "USD": 1.5,
                  "VND": 37624
                },
                "recommended_retail_price": {
                  "AUD": 12.08,
                  "BRL": 44.1,
                  "GBP": 6,
                  "AED": 27.52,
                  "EUR": 7.2,
                  "ILS": 26.85,
                  "JPY": 1156,
                  "MXN": 155.1,
                  "USD": 7.5,
                  "VND": 188119
                }
              }
            },
            {
              "id": "elan-30days-3gb",
              "type": "sim",
              "price": 10,
              "amount": 3072,
              "day": 30,
              "is_unlimited": false,
              "title": "3 GB - 30 Days",
              "data": "3 GB",
              "short_info": "This eSIM doesn't come with a phone number.",
              "qr_installation": "<p><b>eSIM name:</b> Élan</p><p><b>Coverage: </b>France</p><p><b>To activate the eSIM by scanning the QR code on your eSIM capable device you need to print or display this QR code on another device:</b></p><ol><li>Settings > Cellular/Mobile > Add Cellular/Mobile Plan.</li><li>Scan QR code.</li><li>Confirm eSIM plan details.</li><li>Label the eSIM.</li></ol><p><b>To access Data:</b></p><ol><li>Turn on the eSIM line.</li></ol><p><b>To top up:</b></p><p>Visit airalo.com/my-esims or if purchased through the Airalo website/app visit “My eSIMs” tab.</p><p><br></p><p><br></p><p><br></p>",
              "manual_installation": "<p><b>eSIM name:</b> Élan</p><p><b>Coverage: </b>France</p><p><b>To manually activate the eSIM on your eSIM capable device:</b></p><ol><li>Settings > Cellular/Mobile > Add Cellular/Mobile Plan.</li><li>Manually enter the SM-DP+ Address and activation code.</li><li>Confirm eSIM plan details.</li><li>Label the eSIM.</li></ol><p><b>To access Data:</b></p><ol><li>Turn on the eSIM line</li></ol><p><b>To top up:</b></p><p>Visit airalo.com/my-esims or if purchased through the Airalo website/app visit “My eSIMs” tab.</p><p><br></p><p><br></p><p><br></p>",
              "voice": null,
              "text": null,
              "net_price": 2.1,
              "prices": {
                "net_price": {
                  "AUD": 3.38,
                  "BRL": 12.35,
                  "GBP": 1.68,
                  "AED": 7.71,
                  "EUR": 2.02,
                  "ILS": 7.52,
                  "JPY": 324,
                  "MXN": 43.43,
                  "USD": 2.1,
                  "VND": 52673
                },
                "recommended_retail_price": {
                  "AUD": 16.1,
                  "BRL": 58.8,
                  "GBP": 8,
                  "AED": 36.7,
                  "EUR": 9.6,
                  "ILS": 35.8,
                  "JPY": 1541,
                  "MXN": 206.8,
                  "USD": 10,
                  "VND": 250825
                }
              }
            },
            {
              "id": "elan-30days-5gb",
              "type": "sim",
              "price": 14,
              "amount": 5120,
              "day": 30,
              "is_unlimited": false,
              "title": "5 GB - 30 Days",
              "data": "5 GB",
              "short_info": "This eSIM doesn't come with a phone number.",
              "qr_installation": "<p><b>eSIM name:</b> Élan</p><p><b>Coverage: </b>France</p><p><b>To activate the eSIM by scanning the QR code on your eSIM capable device you need to print or display this QR code on another device:</b></p><ol><li>Settings > Cellular/Mobile > Add Cellular/Mobile Plan.</li><li>Scan QR code.</li><li>Confirm eSIM plan details.</li><li>Label the eSIM.</li></ol><p><b>To access Data:</b></p><ol><li>Turn on the eSIM line.</li></ol><p><b>To top up:</b></p><p>Visit airalo.com/my-esims or if purchased through the Airalo website/app visit “My eSIMs” tab.</p><p><br></p><p><br></p><p><br></p>",
              "manual_installation": "<p><b>eSIM name:</b> Élan</p><p><b>Coverage: </b>France</p><p><b>To manually activate the eSIM on your eSIM capable device:</b></p><ol><li>Settings > Cellular/Mobile > Add Cellular/Mobile Plan.</li><li>Manually enter the SM-DP+ Address and activation code.</li><li>Confirm eSIM plan details.</li><li>Label the eSIM.</li></ol><p><b>To access Data:</b></p><ol><li>Turn on the eSIM line</li></ol><p><b>To top up:</b></p><p>Visit airalo.com/my-esims or if purchased through the Airalo website/app visit “My eSIMs” tab.</p><p><br></p><p><br></p><p><br></p>",
              "voice": null,
              "text": null,
              "net_price": 3.5,
              "prices": {
                "net_price": {
                  "AUD": 5.64,
                  "BRL": 20.58,
                  "GBP": 2.8,
                  "AED": 12.84,
                  "EUR": 3.36,
                  "ILS": 12.53,
                  "JPY": 539,
                  "MXN": 72.38,
                  "USD": 3.5,
                  "VND": 87789
                },
                "recommended_retail_price": {
                  "AUD": 22.54,
                  "BRL": 82.32,
                  "GBP": 11.2,
                  "AED": 51.38,
                  "EUR": 13.44,
                  "ILS": 50.12,
                  "JPY": 2157,
                  "MXN": 289.52,
                  "USD": 14,
                  "VND": 351156
                }
              }
            },
            {
              "id": "elan-30days-10gb",
              "type": "sim",
              "price": 23,
              "amount": 10240,
              "day": 30,
              "is_unlimited": false,
              "title": "10 GB - 30 Days",
              "data": "10 GB",
              "short_info": "This eSIM doesn't come with a phone number.",
              "qr_installation": "<p><b>eSIM name:</b> Élan</p><p><b>Coverage: </b>France</p><p><b>To activate the eSIM by scanning the QR code on your eSIM capable device you need to print or display this QR code on another device:</b></p><ol><li>Settings > Cellular/Mobile > Add Cellular/Mobile Plan.</li><li>Scan QR code.</li><li>Confirm eSIM plan details.</li><li>Label the eSIM.</li></ol><p><b>To access Data:</b></p><ol><li>Turn on the eSIM line.</li></ol><p><b>To top up:</b></p><p>Visit airalo.com/my-esims or if purchased through the Airalo website/app visit “My eSIMs” tab.</p><p><br></p><p><br></p><p><br></p>",
              "manual_installation": "<p><b>eSIM name:</b> Élan</p><p><b>Coverage: </b>France</p><p><b>To manually activate the eSIM on your eSIM capable device:</b></p><ol><li>Settings > Cellular/Mobile > Add Cellular/Mobile Plan.</li><li>Manually enter the SM-DP+ Address and activation code.</li><li>Confirm eSIM plan details.</li><li>Label the eSIM.</li></ol><p><b>To access Data:</b></p><ol><li>Turn on the eSIM line</li></ol><p><b>To top up:</b></p><p>Visit airalo.com/my-esims or if purchased through the Airalo website/app visit “My eSIMs” tab.</p><p><br></p><p><br></p><p><br></p>",
              "voice": null,
              "text": null,
              "net_price": 6,
              "prices": {
                "net_price": {
                  "AUD": 9.66,
                  "BRL": 35.28,
                  "GBP": 4.8,
                  "AED": 22.02,
                  "EUR": 5.76,
                  "ILS": 21.48,
                  "JPY": 925,
                  "MXN": 124.08,
                  "USD": 6,
                  "VND": 150495
                },
                "recommended_retail_price": {
                  "AUD": 37.03,
                  "BRL": 135.24,
                  "GBP": 18.4,
                  "AED": 84.41,
                  "EUR": 22.08,
                  "ILS": 82.34,
                  "JPY": 3544,
                  "MXN": 475.64,
                  "USD": 23,
                  "VND": 576898
                }
              }
            },
            {
              "id": "elan-30days-20gb",
              "type": "sim",
              "price": 36,
              "amount": 20480,
              "day": 30,
              "is_unlimited": false,
              "title": "20 GB - 30 Days",
              "data": "20 GB",
              "short_info": null,
              "qr_installation": "<p><b>eSIM name:</b> Élan</p><p><b>Coverage: </b>France</p><p><b>To activate the eSIM by scanning the QR code on your eSIM capable device you need to print or display this QR code on another device:</b></p><ol><li>Settings > Cellular/Mobile > Add Cellular/Mobile Plan.</li><li>Scan QR code.</li><li>Confirm eSIM plan details.</li><li>Label the eSIM.</li></ol><p><b>To access Data:</b></p><ol><li>Turn on the eSIM line.</li></ol><p><b>To top up:</b></p><p>Visit airalo.com/my-esims or if purchased through the Airalo website/app visit “My eSIMs” tab.</p><p><br></p><p><br></p><p><br></p>",
              "manual_installation": "<p><b>eSIM name:</b> Élan</p><p><b>Coverage: </b>France</p><p><b>To manually activate the eSIM on your eSIM capable device:</b></p><ol><li>Settings > Cellular/Mobile > Add Cellular/Mobile Plan.</li><li>Manually enter the SM-DP+ Address and activation code.</li><li>Confirm eSIM plan details.</li><li>Label the eSIM.</li></ol><p><b>To access Data:</b></p><ol><li>Turn on the eSIM line</li></ol><p><b>To top up:</b></p><p>Visit airalo.com/my-esims or if purchased through the Airalo website/app visit “My eSIMs” tab.</p><p><br></p><p><br></p><p><br></p>",
              "voice": null,
              "text": null,
              "net_price": 11.5,
              "prices": {
                "net_price": {
                  "AUD": 18.52,
                  "BRL": 67.62,
                  "GBP": 9.2,
                  "AED": 42.2,
                  "EUR": 11.04,
                  "ILS": 41.17,
                  "JPY": 1772,
                  "MXN": 237.82,
                  "USD": 11.5,
                  "VND": 288449
                },
                "recommended_retail_price": {
                  "AUD": 57.96,
                  "BRL": 211.68,
                  "GBP": 28.8,
                  "AED": 132.12,
                  "EUR": 34.56,
                  "ILS": 128.88,
                  "JPY": 5547,
                  "MXN": 744.48,
                  "USD": 36,
                  "VND": 902971
                }
              }
            }
          ],
          "countries": [
            {
              "country_code": "FR",
              "title": "France",
              "image": {
                "width": 132,
                "height": 99,
                "url": "https://cdn.airalo.com/images/9753dedb-d495-47cf-b6e4-82e555564743.png"
              }
            }
          ]
        }
      ]
    }
  ],
  "links": {
    "first": "https://partners-api.airalo.com/v2/packages?limit=2&language=en&page=1",
    "last": "https://partners-api.airalo.com/v2/packages?limit=2&language=en&page=104",
    "prev": null,
    "next": "https://partners-api.airalo.com/v2/packages?limit=2&language=en&page=2"
  },
  "meta": {
    "message": "success",
    "current_page": 1,
    "from": 1,
    "last_page": 104,
    "path": "https://partners-api.airalo.com/v2/packages",
    "per_page": "2",
    "to": 2,
    "total": 208
  }
}

Request

Query Params
filter[type]
string 
optional
Optional. A string to filter packages by operator type. Possible values are "local" and "global".
If the filter is set to "global," the output will include only global and regional eSims. Global and regional packages do not use the "country_code" field, which will be empty. The "type" field in the operator object within the response will be set to "global." A package is considered worldwide if its "slug" field is set to "world" and regional if "slug" contains a region name, for example, "europe" or "Africa".
If the filter is set to "local," the response will contain only country-specific packages. To get the list of packages for a single country, you can use it in combination with filter[country] parameter. The "type" field in the operator object of the response will indicate a "local" type.
When the filter is not set, we return all types of eSIMs: local, regional, and global.
Example:
global
filter[country]
string 
optional
Optional. A string to filter packages by country code. Examples include US, DE, GB, IT, and UA.
Example:
TR
limit
string 
optional
Optional. An integer specifying how many items will be returned on each page.
page
string 
optional
Optional. An integer specifying the pagination's current page.
If the page is set to 2 or beyond, the response will have different format and contain an object representing the country's index in the list of packages.
Example:
1
include
string 
optional
Optional. Valid value is topup. Includes topup packages to the response
Example:
topup
Header Params
Accept
string 
required
Example:
application/json
Authorization
string 
required
Example:
Bearer {{token}}

Responses

🟢200List Packages (200)
application/json
Body
data
array [object {5}] 
required
slug
string 
required
country_code
string 
required
title
string 
required
image
object 
required
operators
array [object {25}] 
required
links
object 
required
first
string 
required
last
string 
required
prev
null 
required
next
string 
required
meta
object 
required
message
string 
required
current_page
integer 
required
from
integer 
required
last_page
integer 
required
path
string 
required
per_page
string 
required
to
integer 
required
total
integer 
required
🟢200List Packages with topup (200)
🟢200List Global Packages (200)
🟢200List Local Packages (200)
🟢200List Local Packages for Specific Country (200)
🟢200List Packages with Pagination (200)
🟢200List Packages with Pagination page>=2 (200)
🟠422List Packages (422)
Modified at 2025-05-12 15:00:30
Previous
Get compatible device list
Next
Submit order
Built with