# IlliniHunt Documentation

Index of IlliniHunt documentation for people and for agents: API reference, OpenAPI description, llms.txt, and site background.

Everything IlliniHunt publishes about itself, in one place. If you are an automated agent, start with [llms.txt](/llms.txt) — it states plainly what this site is good for and what it is not.

## For agents

- [llms.txt](/llms.txt) — machine-readable site guide, including a "when to use IlliniHunt" section that names the queries this site can and cannot answer.
- [openapi.json](/openapi.json) — OpenAPI 3.1 description of every public endpoint, with typed parameters, response schemas, and a unique operation id per operation.
- [.well-known/api-catalog](/.well-known/api-catalog) — RFC 9727 link set pointing at the API description, the documentation, and the liveness probe.
- [/api](/api) — a JSON index served from the website host, telling you that the API lives on a different host and where.
- [sitemap.xml](/sitemap.xml) — every crawlable page.

## For developers

- [Developer documentation](/developers) — endpoint reference, worked `curl` examples, pagination, rate limits, error format, and the authentication model.
- [Source code](https://github.com/gies-ai-experiments/illinihunt) — the whole application, MIT-licensed.
- [Issue tracker](https://github.com/gies-ai-experiments/illinihunt/issues) — bugs, feature requests, and questions.

## About the site

- [About IlliniHunt](/about) — what the site is, who can post, how ranking works, who runs it.
- [Contact](/contact) — how to reach the maintainers, report content, or request removal.
- [Privacy](/privacy) — what is stored, what is public, and what is never exposed through the API.

## Elsewhere on IlliniHunt

- [Home](https://illinihunt.org/)
- [Trending](https://illinihunt.org/trending)
- [About](https://illinihunt.org/about)
- [Developers](https://illinihunt.org/developers)
- [Contact](https://illinihunt.org/contact)
- [Privacy](https://illinihunt.org/privacy)
