Get Packages
GET
/v1/packages
you can send up to 40 requests during 1 minute.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/v1/packages' \
--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/16291958-0de3-4142-b1ba-d2bb0aeb689c.png" }, "operators": [ { "id": 569, "style": "light", "gradient_start": "#0f1b3f", "gradient_end": "#194281", "type": "local", "is_prepaid": false, "title": "Change", "esim_type": "Prepaid", "warning": null, "apn_type": "automatic", "apn_value": "wbdata", "is_roaming": true, "info": [ "Data-only eSIM.", "Rechargeable online with no expiry.", "Operates on T-Mobile(5G) and AT&T(LTE) networks in the United States of America." ], "image": { "width": 1035, "height": 653, "url": "https://cdn.airalo.com/images/feb9ef43-b097-440b-bcf5-08df9e8ff823.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", "networks": [ { "name": "AT&T", "types": [ "LTE" ] }, { "name": "T-Mobile", "types": [ "5G" ] } ] } ], "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." }, { "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." }, { "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." }, { "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." } ], "countries": [ { "country_code": "US", "title": "United States", "image": { "width": 132, "height": 99, "url": "https://cdn.airalo.com/images/16291958-0de3-4142-b1ba-d2bb0aeb689c.png" }
Request
Query Params
filter[type]
string
optional
Example:
global
filter[country]
string
optional
Example:
TR
limit
string
optional
page
string
optional
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
Header Params
Accept
string
required
Example:
application/json
Authorization
string
required
Example:
Bearer {{token}}
Responses
Modified at 2024-11-22 09:33:20