# ForgeMesh Library – Questions and Answers Periodicals Shelf

> ForgeMesh Library – Questions and Answers 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 224 public-domain books from the 'Questions and Answers – Periodicals' curated shelf, with drill-down routes for full-text retrieval.

## Facts

- Endpoint: POST https://library.forgemesh.io/questions-and-answers-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/forgemesh-library-questions-and-answers-periodicals-shelf-eeaef99d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sNT7sEAK0JDuzOmvi39YO

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 forgemesh-library-questions-and-answers-periodicals-shelf-eeaef99d -d '<json body>'
```

Example prompt: Can you show me up to 30 public-domain books from the Questions and Answers periodicals shelf on the ForgeMesh library — I'm interested in things like Notes and Queries issues?

## When to prefer this

Choose this endpoint when you specifically want to browse or list curated public-domain Q&A-style periodicals (especially Victorian-era literary journals like Notes and Queries) rather than performing a full-text search or querying a different subject shelf. It is best suited for catalog discovery rather than passage retrieval.

## Known failure modes

- Requesting limit above 50 may return an error or be capped
- Payment failure (x402) if USDC balance is insufficient
- Empty result set if shelf has no indexed books matching the category
- Network timeout if corpus indexing is slow

## How this service works

Curated shelf: Questions and answers -- Periodicals — 224 public-domain books including Notes and Queries, Number 194, July 16, 1853 A Medium of Inter-communication for Literary Men, Artists, Antiquaries, Genealogists, etc., Notes and Queries, Number 69, February 22, 1851 A Medium of Inter-communication for Literary Men, Artists, Antiquaries, Genealogists, etc.. 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 books (up to 50, default 20) from the Questions and Answers – Periodicals curated shelf, including titles like Notes and Queries from 1851–1853, along with drill-down routes to retrieve full text for each entry.

## 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": "Notes and Queries, Number 194, July 16, 1853 A Medium of Inter-communication for Literary Men, Artists, Antiquaries, Genealogists, etc.",
    "author": "Various",
    "book_id": 28476,
    "subjects": [],
    "download_count": 1146
   }
  ],
  "count": 5,
  "shelf": "Questions and answers -- 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/forgemesh-library-questions-and-answers-periodicals-shelf-eeaef99d/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)
