API
Public, read-only access to the archive.
No authentication required. JSON responses.
### Endpoint
```
GET /api/index.json
```
### Response
```json
{
"total": 2,
"entries": [
{
"slug": "silent-exemptions",
"title": "Silent Exemptions",
"date": "2026-01-11",
"policy_area": "Technology",
"status": "Published",
"failure_mode": "...",
"fix": "...",
"url": "/memos/silent-exemptions/"
}
]
}
```
### Fields
| Field | Description |
|-------|-------------|
| `slug` | URL identifier |
| `title` | Record title |
| `date` | Publication date |
| `policy_area` | Category |
| `status` | Publication status |
| `failure_mode` | Description of failure |
| `fix` | Proposed remedy |
| `url` | Full record URL |
### Usage
No authentication required.
```bash
curl https://corum.org/api/index.json
```
Attribution required for republication. See [Terms](/legal/terms/).