# Ismworld — 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 monthly ISM Manufacturing PMI reports to track headline indices, sub-indices, and economic commentary that reveal manufacturing sector health and business trends. Get detailed data tables and insights to monitor production, new orders, employment, and supply chain activity from the nation's leading manufacturing indicator.

**Category:** Finance & Markets | **Website:** [www.ismworld.org/supply-management-news-and-reports/reports/ism-pmi-reports/pmi/march/](https://www.ismworld.org/supply-management-news-and-reports/reports/ism-pmi-reports/pmi/march/) | **Docs:** [parse.bot/marketplace/4699685d-77f5-49d3-a510-54919ac4595e/ismworld-org-api](https://parse.bot/marketplace/4699685d-77f5-49d3-a510-54919ac4595e/ismworld-org-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-ismworld-org-api-4699685d/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_manufacturing_report

Get the ISM Manufacturing PMI report for a given month. Returns headline PMI value, at-a-glance summary table with all sub-indices, analyst commentary, respondent quotes, and detailed sub-index breakdown tables. Only the current month and previous month reports are available on the site; older months return an error.

**Estimated cost:** Metered

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `month` | string | No | Full English month name for the report (e.g., 'july', 'august'). Case-insensitive. Only the current and previous month's reports are available. If omitted, defaults to the previous month. |

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-ismworld-org-api-4699685d/get_manufacturing_report \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"month":"<string>"}'
```
