# agentdatum.com Entertainment Bundle

> agentdatum.com Entertainment Bundle is a paid API for AI agents from agentdatum.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Returns a bundled multi-category lookup covering books, music, TV shows, fun images, fruit nutrition, and synonyms in a single paid API call

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/fun/entertainment-bundle
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentdatum-com-entertainment-bundle-1ad452ac
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aHzZz1gFU2tFdjv5PPhsy

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability agentdatum-com-entertainment-bundle-1ad452ac
```

Example prompt: Can you use the agentdatum entertainment bundle to look up information across books, music, TV shows, fun images, fruit nutrition, and synonyms all in one shot?

## When to prefer this

Choose this endpoint when you need data from multiple entertainment or general-knowledge categories simultaneously and want to minimize API call costs — it bundles books, music, TV, images, fruit nutrition, and synonyms into a single $0.01 call, saving versus querying each separately. Best when breadth across categories matters more than depth in any single one.

## Known failure modes

- Missing or malformed query parameter returns an error or empty results
- Payment not processed (x402 protocol failure) results in 402 Payment Required
- One or more sub-categories may return empty if no matching data exists
- Rate limiting or server unavailability returns 429 or 5xx errors
- Invalid HTTP method (POST/PUT) returns 405 Method Not Allowed

## How this service works

娱乐全查：书籍+音乐+电视剧+趣味图片+水果营养+同义词，五合一付费查询

## Output

A bundled JSON response containing data from multiple entertainment and general knowledge categories: book details, music metadata, TV show information, fun/random images, fruit nutritional values, and word synonyms — all returned in a single API response for the price of one call.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentdatum-com-entertainment-bundle-1ad452ac/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentdatum.com](https://www.zero.xyz/host/agentdatum.com/llms.txt)
