# Jetpac Global — Wrapped API

> **You are on:** `https://api.paywithlocus.com/api` | [llms.txt](https://paywithlocus.com/llms.txt) | [docs](https://docs.paywithlocus.com)
>
> Locus runs on multiple environments -- make sure every URL you call matches your expected environment.
> | Environment | Landing | API | Docs |
> |---|---|---|---|
> | Production | paywithlocus.com | api.paywithlocus.com | docs.paywithlocus.com |
> | Beta | beta.paywithlocus.com | api.beta.paywithlocus.com | docs.paywithlocus.com |
> | Stage | stage.paywithlocus.com | api.stage.paywithlocus.com | docs.paywithlocus.com |
>
> If the API URL above doesn't match your expected environment, re-fetch this file from the correct domain.

> Compare eSIM data plans across 200+ destinations through Jetpac Global, viewing pricing, data amounts, plan durations, and unlimited options all in one place. Make informed decisions about international connectivity by instantly accessing the best available plans for your travel destination.

**Category:** Travel | **Website:** [www.jetpacglobal.com/data](https://www.jetpacglobal.com/data) | **Docs:** [parse.bot/marketplace/79c4d4bb-3074-482f-aa11-21129e7b6f10/jetpacglobal-com-api](https://parse.bot/marketplace/79c4d4bb-3074-482f-aa11-21129e7b6f10/jetpacglobal-com-api)

Pay-per-use API proxy. Each call is automatically billed to your wallet in USDC.

## Access

**Base URL:** `https://api.paywithlocus.com/api/wrapped/parse-jetpacglobal-com-api-79c4d4bb/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_plans

Retrieves all available eSIM data plans for a destination. Returns both fixed GB plans (grouped by validity period) and unlimited data plans with pricing in USD. Each plan includes data amount, duration, price, and computed cost per day.

**Estimated cost:** Metered

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `destination` | string | Yes | Destination slug for the eSIM product page (e.g. 'japan-esim', 'albania-esim', 'united-states-of-america-esim'). Use the country name in lowercase with hyphens, followed by '-esim'. |

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-jetpacglobal-com-api-79c4d4bb/get_plans \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"destination":"<string>"}'
```
