# ForgeMesh Library – Science Periodicals Shelf

> ForgeMesh Library – Science 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 211 public-domain science periodical books with drill-down routes for full-text retrieval

## Facts

- Endpoint: POST https://library.forgemesh.io/science-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-science-periodicals-shelf-924b7a32
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AATW7piKBq5W-a0bLa5Ay

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-science-periodicals-shelf-924b7a32 -d '<json body>'
```

Example prompt: Can you pull up the list of public-domain science periodicals from the ForgeMesh library — show me up to 30 results so I can find an old issue of Lippincott's Magazine?

## When to prefer this

Choose this endpoint when you need to discover or browse a curated collection of public-domain science periodicals, especially 19th-century magazines like Lippincott's. It is best for listing and navigating available titles rather than full-text search (use the sibling full-text search endpoint for passage-level queries). No API key is required and cost is minimal at $0.003 USDC per call.

## Known failure modes

- Limit parameter exceeds 50 — API may reject or cap the result
- No results returned if corpus index is unavailable
- Payment failure if x402 USDC transaction is not completed
- Slow or empty response if the underlying library index has not been populated for this shelf

## How this service works

Curated shelf: Science -- Periodicals — 211 public-domain books including Lippincott's Magazine of Popular Literature and Science, Vol. 22, September, 1878, Lippincott's Magazine of Popular Literature and Science, December 1878, Lippincott's Magazine of Popular Literature and Science, Volume 11, No. 24, March, 1873. 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 science periodical books (up to the requested limit, default 20, max 50), including titles like Lippincott's Magazine issues, along with drill-down routes that can be used to retrieve full text of each item.

## 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": "Lippincott's Magazine of Popular Literature and Science, Vol. 22, September, 1878",
    "author": "Various",
    "book_id": 22250,
    "subjects": [],
    "download_count": 4589
   }
  ],
  "count": 5,
  "shelf": "Science -- 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-science-periodicals-shelf-924b7a32/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)
