| GET | /card/title | Animated title banner. Query: title, subtitle, user, avatar, theme, accent, stats. |
| GET | /badge/visits | Visit counter badge stored in Cloudflare KV. Query: label, id, inc=0 to read only. |
| GET | /card/visits | Large animated visit counter card. |
| GET | /card/stats | GitHub user statistics. Query: user. |
| GET | /card/repos | Top repositories with animated bars. Query: user, limit. |
| GET | /card/languages | Language distribution donut. Query: user, limit. |
| GET | /card/machines | Machines fleet dashboard with temperature, memory, disk and UPS. |
| GET | /card/energy | PVPC electricity price hour by hour plus live consumption. |
| GET | /api | JSON index of the public API. |
| GET | /api/github | Aggregated GitHub statistics as JSON. |
| GET | /api/visits | Current visit counter as JSON. Query: id, inc=0 to read only. |
| GET | /api/machines | Normalized machines fleet status as JSON. |
| GET | /api/energy | Normalized electricity price and consumption as JSON. |
| GET | /health | Health probe. |