---
title: "Gets a random English word."
method: GET
path: "/random/word/{min}/{max}"
tags: ["Random"]
---

# Gets a random English word.

`GET /random/word/{min}/{max}`

## Path parameters

- `min` integer, required
- `max` integer, required

## Response `200`

Successful operation.

## Other responses

- `400` — Invalid input / No available words.

---

[API](https://skmtc.dev/streamup/apis/streamup-api.md) · [All operations](https://skmtc.dev/streamup/apis/streamup-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/streamup/streamup-api/revisions/f9650a8b8c76/schema)
