# Uncle LYHME Public API

Read-only JSON endpoints for profile and project discovery. No authentication required.

## Endpoints

- `/api/index.json` — API overview and endpoint map
- `/api/site-profile.json` — structured profile, links, and experience
- `/api/projects.json` — featured projects
- `/api/status.json` — public health/status payload
- `/api/openapi.json` — OpenAPI 3.1 description

## Notes

- Base URL: `https://unclelyh.me`
- Auth: none
- Discovery: `https://unclelyh.me/.well-known/api-catalog`

## Example

```bash
curl https://unclelyh.me/api/site-profile.json
```
