# Apple — 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 current Apple device listings and pricing from the UK online store, including iPhones, Macs, iPads, Watches, AirPods, HomePods, AirTags, Apple TVs, and Vision Pro headsets. Compare products and stay updated with real-time availability and pricing information directly from Apple's UK catalog.

**Category:** E-commerce | **Website:** [www.apple.com/uk/](https://www.apple.com/uk/) | **Docs:** [parse.bot/marketplace/2ec2c568-290a-48a7-916a-09dc0489a614/apple-com-api](https://parse.bot/marketplace/2ec2c568-290a-48a7-916a-09dc0489a614/apple-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-apple-com-api-2ec2c568/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### list_devices

List all Apple devices currently sold on the Apple UK store with their starting prices. Returns device name, category, price, available colours, and monthly financing options where available. Results can be filtered by product category. Prices are in GBP and represent the starting 'From' price for each device line.

**Estimated cost:** Metered

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `category` | string | No | Product category to filter by. When omitted, returns devices from all categories. |

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-apple-com-api-2ec2c568/list_devices \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"category":"<string>"}'
```
