# ForgeMesh Library Shelf F850.5 — Pacific Northwest & Alaska History

> ForgeMesh Library Shelf F850.5 — Pacific Northwest & Alaska History 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 books from the F850.5 curated shelf (Pacific Northwest & Alaska regional history), with drill-down routes for full-text retrieval.

## Facts

- Endpoint: POST https://library.forgemesh.io/f850-5
- 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-shelf-f850-5-pacific-northwest-alaska-history-adcad9de
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XxkzFBmcarzJYg9F_5XwB

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-shelf-f850-5-pacific-northwest-alaska-history-adcad9de -d '<json body>'
```

Example prompt: Can you pull up the curated shelf of Pacific Northwest and Alaska history books from ForgeMesh Library — show me up to 30 titles so I can pick one to read?

## When to prefer this

Choose this endpoint when you need a curated, pre-filtered list of public-domain books specifically within the F850.5 classification (Pacific Northwest, Alaska, and regional Washington State history). It is ideal for discovery browsing when you don't have a specific search query, as opposed to the full-text search endpoint for keyword-based retrieval or other ForgeMesh shelves for different genres or subjects.

## Known failure modes

- limit exceeds 50 — server may clamp or return error
- invalid limit type (non-integer) causes request rejection
- payment not processed (x402 protocol failure) results in 402 response
- shelf temporarily unavailable returns server error
- empty result if shelf index is corrupted or no books indexed

## How this service works

Curated shelf: F850.5 — 189 public-domain books including Lyman's History of old Walla Walla County, Vol. 2 Embracing Walla Walla, Columbia, Garfield and Asotin counties, Complete Story of the San Francisco Horror, A Woman who went to Alaska. 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 the requested limit, default 20, max 50) from the F850.5 shelf, each entry including book title, author, and drill-down routes for accessing full text. No authentication or license 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": "Lyman's History of old Walla Walla County, Vol. 2 Embracing Walla Walla, Columbia, Garfield and Asotin counties",
    "author": "Lyman, William Denison",
    "book_id": 46808,
    "subjects": [],
    "download_count": 18555
   }
  ],
  "count": 5,
  "shelf": "F850.5",
  "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-shelf-f850-5-pacific-northwest-alaska-history-adcad9de/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)
