# library.forgemesh.io Children's Book Series Shelf

> library.forgemesh.io Children's Book Series 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 505 public-domain children's book series titles with drill-down routes for full-text retrieval

## Facts

- Endpoint: POST https://library.forgemesh.io/children-s-book-series
- 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-children-s-book-series-shelf-490aa62a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lMFKTXtsXlMCYO-piC37E

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-children-s-book-series-shelf-490aa62a -d '<json body>'
```

Example prompt: Can you pull up a list of public-domain children's book series from that library service — give me the top 30 titles so I can pick one to read?

## When to prefer this

Choose this endpoint when you need a curated, ranked list of public-domain children's book series titles (505 books) without any licensing or API key requirements. Prefer this over a full-text search endpoint when you want to browse or enumerate the children's series catalog rather than search for specific passages. Use this over general web search when you need structured, retrievable book metadata with drill-down routes for full-text access.

## Known failure modes

- Exceeding limit of 50 returns an error or capped result
- Invalid limit type (non-integer) may cause a validation error
- Payment failure (x402) if USDC balance is insufficient
- Service unavailable if library.forgemesh.io is down

## How this service works

Curated shelf: Children's Book Series — 505 public-domain books including The Rover Boys on the Farm; or, Last Days at Putnam Hall, The Boy With the U. S. Fisheries, The Rover Boys on a Hunt; or, The Mysterious House in the Woods. 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 children's book series (up to the requested limit, default 20, max 50), including titles such as The Rover Boys on the Farm, The Boy With the U. S. Fisheries, and The Rover Boys on a Hunt, along with drill-down routes to retrieve the full text of each book.

## 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": "The Rover Boys on the Farm; or, Last Days at Putnam Hall",
    "author": "Stratemeyer, Edward",
    "book_id": 22163,
    "subjects": [],
    "download_count": 36057
   }
  ],
  "count": 5,
  "shelf": "Children's Book Series",
  "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-children-s-book-series-shelf-490aa62a/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)
