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

> Get real-time Dutch traffic peak hour forecasts that show you expected congestion severity, detailed summaries, and visual time-series data to plan your commute. Check traffic predictions across different times of day to avoid rush hour delays on major routes.

**Category:** Maps & Geospatial | **Website:** [www.rwsverkeersinfo.nl/spitsverwachting/](https://www.rwsverkeersinfo.nl/spitsverwachting/) | **Docs:** [parse.bot/marketplace/b4aec83e-8717-4b00-bc5e-35b620234f3d/rwsverkeersinfo-nl-api](https://parse.bot/marketplace/b4aec83e-8717-4b00-bc5e-35b620234f3d/rwsverkeersinfo-nl-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-rwsverkeersinfo-nl-api-b4aec83e/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_peak_forecast

Returns the current traffic peak (spits) forecast for all listed day parts (typically morning and evening). Each forecast includes a severity level (1-4), a textual summary, an explanation of expected congestion in kilometers, and 15-minute interval graph data showing expected and average traffic intensity values. No input parameters; the endpoint always returns the latest published forecast.

**Estimated cost:** Metered

_No parameters required._

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