# library.forgemesh.io England Periodicals Shelf

> library.forgemesh.io England 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 137 public-domain English periodical titles (primarily Blackwood's Edinburgh Magazine volumes) with drill-down routes for full-text retrieval

## Facts

- Endpoint: POST https://library.forgemesh.io/england-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-forgemesh-io-england-periodicals-shelf-2915049a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ihsmsuf08b9Kr4QUSpGeN

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-periodicals-shelf-2915049a -d '<json body>'
```

Example prompt: Show me up to 30 public-domain English periodicals from the library.forgemesh.io collection, especially any Blackwood's Edinburgh Magazine volumes.

## When to prefer this

Choose this endpoint when you specifically need to browse or list public-domain English periodicals — particularly Blackwood's Edinburgh Magazine volumes from the mid-1800s. It is ideal for discovery and navigation of this curated shelf rather than full-text search (use the sibling full-text search endpoint for that). No API key is required, making it frictionless for agent use.

## Known failure modes

- Requesting limit above 50 may return an error or be capped at 50
- Network or payment processing failure resulting in no response
- Empty result if index is temporarily unavailable
- Malformed limit parameter (non-integer) causing a validation error

## How this service works

Curated shelf: England -- Periodicals — 137 public-domain books including Blackwood's Edinburgh magazine, volume 456, no. 10, October 1853, Blackwood's Edinburgh Magazine, Volume 62, No. 382, August 1847, Blackwood's Edinburgh Magazine, Volume 57, No. 356, June, 1845. 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 137 public-domain English periodical entries (default 20, max 50 per call), including titles such as Blackwood's Edinburgh Magazine volumes with associated drill-down routes for full-text retrieval of each title.

## 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": "Blackwood's Edinburgh magazine, volume 456, no. 10, October 1853",
    "author": "Various",
    "book_id": 78090,
    "subjects": [],
    "download_count": 12026
   }
  ],
  "count": 5,
  "shelf": "England -- 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-forgemesh-io-england-periodicals-shelf-2915049a/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)
