Facts Get Facts

Returns a randomly selected fact, optionally filtered by category.

gabrielmoreira Updated 17 repo stars

File contents

Endpoint

GET https://requiems.xyz/v1/entertainment/facts

Get Random Fact

Returns a randomly selected fact, optionally filtered by category.

Parameters

Name Type Required Location Description
category string no query Filter by category. Valid values: science, history, technology, nature, space, food

Response Example

{
  "data": {
    "fact": "Honey never spoils. Archaeologists have found 3,000-year-old honey in Egyptian tombs that was still perfectly edible.",
    "category": "science",
    "source": "National Geographic"
  },
  "metadata": {
    "timestamp": "2026-01-01T00:00:00Z"
  }
}

Response Fields

Field Type Description
fact string The fact text
category string The category the fact belongs to
source string The source or publication the fact is attributed to

Errors

  • undefined 400 — undefined

gabrielmoreira/agent-skills-mirror/tree/main/mirrors/repos/bobadilla-tech@requiems-api-skills/skills/facts-get-facts commit 45a1faaadd

Frequently asked questions

npx skillmds@latest add gabrielmoreira/facts-get-facts