Read-only
No forms, accounts, submissions, or write endpoints are exposed on the public static site.
API
PainMap's current public API is a set of static files. They are cacheable, inspectable, and safe for static hosting. The OpenAPI document describes the contract without implying a writable service.
Endpoints
| Endpoint | Format | Purpose |
|---|---|---|
| /data/openapi.json | OpenAPI 3.1 JSON | Machine-readable public contract. |
| /data/provenance-registry.json | JSON | Sources, licenses, method classes, uncertainty classes, and dataset distributions. |
| /data/place-measurements.json | JSON | Representative place-layer measurements and metadata. |
| /data/place-measurements.csv | CSV | Spreadsheet-friendly measurements export. |
| /data/places.geojson | GeoJSON | Representative features for atlas clients. |
| /data/dcat.json | DCAT JSON | Catalog metadata for public datasets. |