# library.forgemesh.io – Animals Juvenile Fiction Shelf

> library.forgemesh.io – Animals Juvenile Fiction Shelf is a paid API for AI agents from library.forgemesh.io, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-13).

Returns a ranked list of up to 50 public-domain children's books in the Animals – Juvenile Fiction category, with drill-down routes for full-text retrieval

## Facts

- Endpoint: POST https://library.forgemesh.io/animals-juvenile-fiction
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/library-forgemesh-io-animals-juvenile-fiction-shelf-89507c5e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TR6MwRMwwXI28ASsq6Hot

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 library-forgemesh-io-animals-juvenile-fiction-shelf-89507c5e -d '<json body>'
```

Example prompt: Can you pull me a list of the top 20 public-domain children's animal books from the forgemesh library shelf — things like Winnie-the-Pooh and classic animal fiction for kids?

## When to prefer this

Choose this endpoint when you need a curated, ranked list of public-domain children's animal fiction books — particularly when you want classics like Winnie-the-Pooh or similar titles without worrying about licensing. Prefer this over a full-text search endpoint when you want shelf-level browsing rather than passage retrieval, and over generic book APIs when you need guaranteed public-domain status with drill-down links included.

## Known failure modes

- limit exceeds 50 — API may return an error or clamp to 50
- payment failure (x402) — call blocked if USDC payment of $0.003 is not processed
- empty result if shelf index is temporarily unavailable
- malformed request body returns a 400-level error

## How this service works

Curated shelf: Animals -- Juvenile fiction — 344 public-domain books including Winnie-the-Pooh, The Singing Mouse Stories, Little Mr. Thimblefinger and His Queer Country. Returns a ranked list with drill-down routes for full-text retrieval. No license, no API key required.

## Output

A ranked list of public-domain books (up to the requested limit, default 20, max 50) in the Animals – Juvenile Fiction category, each with title metadata and drill-down route URLs for full-text retrieval. Includes titles such as Winnie-the-Pooh, The Singing Mouse Stories, and Little Mr. Thimblefinger and His Queer Country.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "limit": {
   "type": "integer",
   "description": "Max books to return (default 20, max 50)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "books": [
   {
    "year": null,
    "title": "Winnie-the-Pooh",
    "author": "Milne, A. A. (Alan Alexander)",
    "book_id": 67098,
    "subjects": [],
    "download_count": 12707
   }
  ],
  "count": 5,
  "shelf": "Animals -- Juvenile fiction",
  "coverage": {
   "target": 61015,
   "indexed": 61015
  },
  "drill_down": [
   "/book-metadata",
   "/book-chapter",
   "/book-quotes",
   "/literature-search"
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/library-forgemesh-io-animals-juvenile-fiction-shelf-89507c5e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from library.forgemesh.io](https://www.zero.xyz/host/library.forgemesh.io/llms.txt)
