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

> Find Tous Les Jours bakery locations across the US with store addresses, phone numbers, hours of operation, and GPS coordinates. Quickly locate the nearest store to visit or contact them directly.

**Category:** Food & Dining | **Website:** [tljus.com/locations](https://tljus.com/locations) | **Docs:** [parse.bot/marketplace/f80ac331-a814-46c4-b122-b0b581e59230/tljus-com-api](https://parse.bot/marketplace/f80ac331-a814-46c4-b122-b0b581e59230/tljus-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-tljus-com-api-f80ac331/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_all_locations

Retrieve every Tous Les Jours store location in a single response. Each location includes its street address, phone number, email, website URL, geographic coordinates (latitude/longitude), weekly hours of operation keyed by day name, and optional tags. No pagination — all ~200+ locations are returned at once.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-tljus-com-api-f80ac331/get_all_locations \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```
