> ## Documentation Index
> Fetch the complete documentation index at: https://docs.inferenceproviderstats.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Public data feeds

> Read full demand history, model-level supply, and application rankings.

These dashboard feeds are separate from the formal v1 agent schema. Use their own schema version and response envelope.

| Endpoint                                                                           | Use                                                                                   |
| ---------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
| [`GET /api/export`](https://www.inferenceproviderstats.com/api/export)             | Full 30-day demand export, including daily demand series.                             |
| [`GET /api/supply`](https://www.inferenceproviderstats.com/api/supply)             | Separate public supply export with calculated model-level supply and forward history. |
| [`GET /api/applications`](https://www.inferenceproviderstats.com/api/applications) | Complete public application snapshot, refreshed daily.                                |
| [`GET /api/openapi.json`](https://www.inferenceproviderstats.com/api/openapi.json) | Machine-readable OpenAPI document for the two v1 agent endpoints.                     |

```bash theme={null}
curl "https://www.inferenceproviderstats.com/api/export"
curl "https://www.inferenceproviderstats.com/api/supply"
curl "https://www.inferenceproviderstats.com/api/applications"
```

Dashboard feeds wrap the export in `context` and `data`. Read `context.mode` to distinguish production from preview data. Check the export schema, timestamps, and availability before using any values.

Supply publishes calculated model values. Raw provider rows remain private. Its history starts with collected observations and cannot be backfilled from this source. See [supply methods](/methods#supply).
