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

# REST

```
https://eddyhdzg.com/api/v1
```

No auth. CORS open.

```bash theme={"dark"}
curl https://eddyhdzg.com/api/v1/events
curl https://eddyhdzg.com/api/v1/vcs
```

Lists → `{ resource: [...], count }`. Singles → the resource, or `{ error, code }` on 404.

Cached at the edge `s-maxage=3600, stale-while-revalidate=86400`.

If the API is ever paused for maintenance, lists return `{ resource: [], count: 0, paused: true }` — check `/health` to detect it.

Spec: `https://eddyhdzg.com/api/v1/openapi.json`.
