# library.forgemesh.io England Fiction Shelf

> library.forgemesh.io England 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 England-set fiction books with drill-down routes for full-text retrieval

## Facts

- Endpoint: POST https://library.forgemesh.io/england-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-england-fiction-shelf-38750222
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ylNyi_7npPjZh-NqRcUok

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-england-fiction-shelf-38750222 -d '<json body>'
```

Example prompt: Can you pull up the England fiction shelf and show me the top 30 public-domain English novels — I want titles like Pride and Prejudice and Jane Eyre with links to read the full text?

## When to prefer this

Choose this endpoint when you need a curated, ranked catalog of public-domain fiction specifically associated with England — including canonical works like Pride and Prejudice, Jane Eyre, and Great Expectations — and want ready-made drill-down routes for full-text access. Prefer this over general web search when you want a pre-curated, pay-per-call structured list rather than scraping or searching raw results.

## Known failure modes

- Requesting more than 50 books returns an error or is capped at the maximum
- Invalid limit type (non-integer) may cause a validation error
- Payment not processed correctly may result in a 402 response
- Service unavailability returns a network or 5xx error

## How this service works

Curated shelf: England -- Fiction — 453 public-domain books including Pride and Prejudice, A Room with a View, Middlemarch. 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 England-themed fiction books (defaulting to 20), each entry including the book title and drill-down routes that enable full-text retrieval of the work. No authentication is required.

## 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": "Pride and Prejudice",
    "author": "Austen, Jane",
    "book_id": 1342,
    "subjects": [],
    "download_count": 136926
   }
  ],
  "count": 5,
  "shelf": "England -- 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-england-fiction-shelf-38750222/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)
