# Free — 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.

> Browse Free Mobile’s current phone catalog with pricing and availability, view available mobile plans with included data and discounts, and retrieve a summary of mobile insurance information.

**Category:** E-commerce | **Website:** [mobile.free.fr/](https://mobile.free.fr/) | **Docs:** [parse.bot/marketplace/25edd469-9ff7-42d3-99a9-994f237c1254/mobile-free-fr-api](https://parse.bot/marketplace/25edd469-9ff7-42d3-99a9-994f237c1254/mobile-free-fr-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-mobile-free-fr-api-25edd469/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_insurance_info

Retrieve insurance terms and conditions for mobile phones purchased from Free Mobile. Returns pricing tiers by phone class (8 classes from 4.99€/month to 22.99€/month), coverage details (breakage, theft, fraud, accessories up to 100€), FAQ entries, a sample of eligible phones from the current catalog, and partnership details (AXA, no deductible, no waiting period, 12-month engagement, 30-day money-back guarantee). The insurance page content is combined with a live catalog query for eligible devices.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-mobile-free-fr-api-25edd469/get_insurance_info \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```

### get_phones

Retrieve the full catalog of mobile phones available for purchase from Free Mobile. Each phone includes brand, model name, connectivity flags (4G/5G/eSIM), device type (foldable, refurbished, new, pack, AI-enabled), available colors and storage options, current promotional offers, energy class rating, pricing for both cash purchase and Free Flex installment plans across subscriber profiles, and real-time stock availability. The catalog is unpaginated — one request returns the complete inventory.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-mobile-free-fr-api-25edd469/get_phones \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```

### get_plans

Retrieve all mobile plans (forfaits) currently offered by Free Mobile. Each plan includes its name, monthly price in euro cents, type identifier, 5G eligibility, voice/SMS/MMS allowances (-1 means unlimited), national and roaming data fair-use limits in MB (-1 for unlimited, 0 for none), bundled options (e.g. FREE_LIGUE1, oqee, 5g), and available discounts for Freebox subscribers with nested discount chains. The list is unpaginated.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-mobile-free-fr-api-25edd469/get_plans \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```
