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

> Access data from iflyoak.com.

**Category:** Travel | **Website:** [www.iflyoak.com/fly/flight-status/](https://www.iflyoak.com/fly/flight-status/) | **Docs:** [parse.bot/marketplace/5a6de365-97ea-45d3-92f7-87441840a1c3/iflyoak-com-api](https://parse.bot/marketplace/5a6de365-97ea-45d3-92f7-87441840a1c3/iflyoak-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-iflyoak-com-api-5a6de365/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_arriving_flights

Returns all flights currently scheduled to arrive or recently arrived at Oakland International Airport (OAK). Each flight includes origin city, airline, flight number, scheduled and estimated times (UTC), current status, terminal, gate, and origin airport name. The list is refreshed by the airport periodically and represents the full current arrival board.

**Estimated cost:** Metered

_No parameters required._

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