# library.forgemesh.io – Voyages and Travels Juvenile Fiction Shelf

> library.forgemesh.io – Voyages and Travels 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 about voyages and travels, with drill-down routes for full-text retrieval

## Facts

- Endpoint: POST https://library.forgemesh.io/voyages-and-travels-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-voyages-and-travels-juvenile-fiction-shelf-8276cdbb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ITbs20xYpY2KJCfykaOel

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-voyages-and-travels-juvenile-fiction-shelf-8276cdbb -d '<json body>'
```

Example prompt: Can you pull up a list of classic public-domain kids' adventure books about voyages and travel — show me up to 30 titles with links so I can read the full text?

## When to prefer this

Choose this endpoint when you need a curated, pre-filtered list of public-domain juvenile fiction books specifically about voyages and travel, without needing a keyword search. It is ideal for browsing, building reading lists, or discovering titles in this niche category. Prefer the full-text search sibling endpoint if you need to search within book content or across multiple genres.

## Known failure modes

- limit parameter exceeds 50 — likely returns an error or is clamped to max
- limit of 0 or negative integer — may return empty list or error
- payment failure (x402) — call rejected if USDC payment not processed
- endpoint unavailable — network or server error returns no results
- shelf returns fewer than requested if the corpus has fewer matching titles

## How this service works

Curated shelf: Voyages and travels -- Juvenile fiction — 304 public-domain books including Baron Trump's Marvellous Underground Journey, Yr Ynys Unyg; or, The lonely island : $b a narrative for young people, Adrift in the Wilds; Or, The Adventures of Two Shipwrecked Boys. 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 about voyages and travels, each entry including the book title, author, and drill-down route(s) for accessing the full text. The list is ordered by relevance or historical popularity within the curated shelf.

## 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": "Baron Trump's Marvellous Underground Journey",
    "author": "Lockwood, Ingersoll",
    "book_id": 57426,
    "subjects": [],
    "download_count": 27005
   }
  ],
  "count": 5,
  "shelf": "Voyages and travels -- 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-voyages-and-travels-juvenile-fiction-shelf-8276cdbb/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)
