# library.forgemesh.io – Friendship Juvenile Fiction Shelf

> library.forgemesh.io – Friendship 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 juvenile fiction books on the theme of friendship, with drill-down routes for full-text retrieval

## Facts

- Endpoint: POST https://library.forgemesh.io/friendship-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-friendship-juvenile-fiction-shelf-4741fdb8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rQUc3xVyPizl-xAOfS8Ko

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-friendship-juvenile-fiction-shelf-4741fdb8 -d '<json body>'
```

Example prompt: Can you give me a list of 30 classic public-domain children's books about friendship — things like Rinkitink in Oz or other juvenile fiction — along with links to read the full text?

## When to prefer this

Choose this endpoint when you need a curated, pre-ranked list of public-domain juvenile fiction specifically themed around friendship — including well-known titles like the Oz series — and want drill-down routes for full-text retrieval without needing any API key or license. Prefer it over a full-text search endpoint when browsing by theme rather than searching for specific passages, and over general library APIs when you specifically want free public-domain content with no licensing concerns.

## Known failure modes

- Limit parameter exceeds 50 — server may return an error or cap results at 50
- Payment of $0.003 USDC not processed correctly via x402 — request blocked
- Network timeout if full ranked list generation is slow
- Empty result set unlikely given 469 books, but possible if catalog is temporarily unavailable

## How this service works

Curated shelf: Friendship -- Juvenile fiction — 469 public-domain books including Rinkitink in Oz, George at the Fort; Or, Life Among the Soldiers, Dorothy and the Wizard in Oz. Returns a ranked list with drill-down routes for full-text retrieval. No license, no API key required.

## Output

A ranked list of up to 50 public-domain juvenile fiction books themed around friendship, including titles like Rinkitink in Oz, George at the Fort, and Dorothy and the Wizard in Oz, along with drill-down routes that link to the full text of each book for further retrieval.

## 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": "Rinkitink in Oz",
    "author": "Baum, L. Frank (Lyman Frank)",
    "book_id": 25581,
    "subjects": [],
    "download_count": 10289
   }
  ],
  "count": 5,
  "shelf": "Friendship -- 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-friendship-juvenile-fiction-shelf-4741fdb8/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)
