# Quotes Get Random

> Returns a random inspirational quote with author attribution

- Skill: `gabrielmoreira/quotes-get-random` (Agent Skill)
- Install (CLI): `npx skillmds@latest add gabrielmoreira/quotes-get-random`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gabrielmoreira/quotes-get-random/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: gabrielmoreira (https://skillmd.com/u/gabrielmoreira)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/gabrielmoreira/quotes-get-random

---


## Endpoint

**GET https://requiems.xyz/v1/entertainment/quotes/random**

## Get Random Quote

Returns a random inspirational quote with author attribution

## Response Example

```json
{
  "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

