Quotes Get Random

Returns a random inspirational quote with author attribution

gabrielmoreira Updated 17 repo stars

File contents

Endpoint

GET https://requiems.xyz/v1/entertainment/quotes/random

Get Random Quote

Returns a random inspirational quote with author attribution

Response Example

{
  "data": {
    "id": 42,
    "text": "The only way to do great work is to love what you do.",
    "author": "Steve Jobs"
  },
  "metadata": {
    "timestamp": "2026-01-01T00:00:00Z"
  }
}

Response Fields

Field Type Description
id integer Unique identifier for the quote
text string The quote text
author string Name of the person who said or wrote the quote

Errors

  • undefined 503 — No quotes available in the database

gabrielmoreira/agent-skills-mirror/tree/main/mirrors/repos/bobadilla-tech@requiems-api-skills/skills/quotes-get-random commit 4c4e1ae4da

Frequently asked questions

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