Random Word

Get random words with definitions and parts of speech. Perfect for vocabulary builders, educational apps, word games, or content inspiration.

Get API Key

Overview

Use Cases

  • Vocabulary learning applications
  • Word-of-the-day features
  • Educational tools and flashcards
  • Writing prompts and creative inspiration
  • Word game development

Features

Curated collection of English words
Includes dictionary definitions
Parts of speech classification
No parameters required

API Endpoints

Get Random Word

Returns a random word with its definition and part of speech

GET
https://api.requiems.xyz/v1/text/words/random

Try it out

Live Demo
Request

Response Fields

Field Type Description
id integer Unique identifier for the word
word string The random word
definition string Dictionary definition of the word
part_of_speech string Grammatical classification (e.g., noun, verb, adjective, adverb)

Code Examples

curl https://api.requiems.xyz/v1/text/words/random \
  -H "requiems-api-key: YOUR_API_KEY"

Error Responses

503

service_unavailable

No words available in the database

Frequently Asked Questions