Random Word Get Random

Returns a random word with its definition and part of speech

gabrielmoreira Updated 17 repo stars

File contents

Endpoint

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

Get Random Word

Returns a random word with its definition and part of speech

Response Example

{
  "data": {
    "id": 123,
    "word": "ephemeral",
    "definition": "lasting for a very short time",
    "part_of_speech": "adjective"
  },
  "metadata": {
    "timestamp": "2026-01-01T00:00:00Z"
  }
}

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)

Errors

  • undefined 503 — No words available in the database

gabrielmoreira/agent-skills-mirror/tree/main/mirrors/repos/bobadilla-tech@requiems-api-skills/skills/random-word-get-random commit c8233038db

Frequently asked questions

npx skillmds@latest add gabrielmoreira/random-word-get-random