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

> Check immigrant visa interview scheduling status at U.S. embassies and consulates to find out when the National Visa Center is scheduling appointments. Search by specific embassy location to get real-time updates on visa interview availability.

**Category:** Government & Public Data | **Website:** [travel.state.gov/content/travel/en/us-visas/immigrate/nvc-timeframes.html](https://travel.state.gov/content/travel/en/us-visas/immigrate/nvc-timeframes.html) | **Docs:** [parse.bot/marketplace/b2ac6874-460b-49f9-a0ad-3f3fac381b75/travel-state-gov-api](https://parse.bot/marketplace/b2ac6874-460b-49f9-a0ad-3f3fac381b75/travel-state-gov-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-travel-state-gov-api-b2ac6874/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_nvc_timeframes

Returns the current NVC processing timeframes: case file creation time, case review time, and Public Inquiry Form response time. Each timeframe includes the 'as of' date and the date of cases/documents/inquiries currently being processed. Data is updated weekly by the State Department.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-travel-state-gov-api-b2ac6874/get_nvc_timeframes \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```
