# Jfkairport — 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 jfkairport.com.

**Category:** Travel | **Website:** [www.jfkairport.com/](https://www.jfkairport.com/) | **Docs:** [parse.bot/marketplace/73d30786-b2a4-4b31-b2bf-312613de756b/jfkairport-com-api](https://parse.bot/marketplace/73d30786-b2a4-4b31-b2bf-312613de756b/jfkairport-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-jfkairport-com-api-73d30786/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_wait_times

Returns current real-time security checkpoint and customs wait times for every open terminal at JFK. Each terminal reports general and TSA PreCheck security queue durations (in minutes) and, where available, customs visitor queue duration. Wait times are calculated from checkpoint queue entry and updated continuously; the last_updated timestamp reflects the most recent measurement.

**Estimated cost:** Metered

_No parameters required._

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