# Library ForgemMesh – Popular Literature Great Britain Periodicals Shelf

> Library ForgemMesh – Popular Literature Great Britain Periodicals 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 202 public-domain British periodical books (e.g. The Mirror of Literature) with drill-down routes for full-text retrieval

## Facts

- Endpoint: POST https://library.forgemesh.io/popular-literature-great-britain-periodicals
- 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-forgemmesh-popular-literature-great-britain-periodicals-shelf-39450f81
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bhzO8CnXVFU_ygWJ8gbw5

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-forgemmesh-popular-literature-great-britain-periodicals-shelf-39450f81 -d '<json body>'
```

Example prompt: Show me up to 30 public-domain British periodical books from the popular literature shelf — I'm especially interested in 19th century magazines like The Mirror of Literature.

## When to prefer this

Choose this endpoint when you need a curated, ranked list of public-domain British literary periodicals specifically — particularly 19th century magazines and journals like The Mirror of Literature. It is ideal for research, reading list generation, or discovery workflows focused on Great Britain periodical literature, without needing an API key or license. Use sibling endpoints for full-text search across the whole corpus or for other genre-specific shelves.

## Known failure modes

- limit exceeds 50 — API may reject or cap the response
- limit set to 0 or negative integer — may return empty list or error
- network/payment failure — x402 payment not processed, no results returned
- service unavailable — transient 5xx error from the host

## How this service works

Curated shelf: Popular literature -- Great Britain -- Periodicals — 202 public-domain books including The Mirror of Literature, Amusement, and Instruction. Volume 12, No. 339, November 8, 1828, The Mirror of Literature, Amusement, and Instruction. Volume 17, No. 484, April 9, 1831. 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 202 (default 20, max 50) public-domain British periodical books, including titles like The Mirror of Literature, Amusement, and Instruction, along with drill-down routes that can be used 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 Mirror of Literature, Amusement, and Instruction. Volume 12, No. 339, November 8, 1828",
    "author": "Various",
    "book_id": 11312,
    "subjects": [],
    "download_count": 765
   }
  ],
  "count": 5,
  "shelf": "Popular literature -- Great Britain -- Periodicals",
  "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-forgemmesh-popular-literature-great-britain-periodicals-shelf-39450f81/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)
