# getrandomness > Lean, agent-digestible curated randomness. Each request returns one prepared item from a curated corpus. All endpoints support GET and HEAD. Public reads are CORS-enabled. ## Endpoints - [/wikipedia](https://getrandomness.com/wikipedia): Random Wikipedia page as Markdown in a JSON response. - [/wikipedia/info](https://getrandomness.com/wikipedia/info): Details of the /wikipedia response fields and size limit. - [/font-pair](https://getrandomness.com/font-pair): Coherent heading + body font pair. - [/font-pair/info](https://getrandomness.com/font-pair/info): Details of the /font-pair response fields. - [/palette](https://getrandomness.com/palette): Coherent five-color palette as hex values. - [/palette/info](https://getrandomness.com/palette/info): Details of the /palette response fields and optional color seed. ## Machine-readable docs - [/openapi.json](https://getrandomness.com/openapi.json): OpenAPI 3.1 description of the public API.