# ForgeMesh Library – Science / Earth / Agricultural / Farming Shelf

> ForgeMesh Library – Science / Earth / Agricultural / Farming 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 50 public-domain books in the Science – Earth/Agricultural/Farming category, with drill-down routes for full-text retrieval.

## Facts

- Endpoint: POST https://library.forgemesh.io/science-earth-agricultural-farming
- 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-earth-agricultural-farming-shelf-ef98cc11
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AJcHX_NqArMFqF_jgMGQC

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-earth-agricultural-farming-shelf-ef98cc11 -d '<json body>'
```

Example prompt: Show me the top 20 public-domain books on farming and agricultural science from the ForgeMesh library shelf — I want titles I can drill into for full text.

## When to prefer this

Use this endpoint when you need a curated, pre-categorised browseable list of agricultural, earth science, or farming public-domain books — rather than running a free-text search. Ideal for discovery workflows where you want to surface the most historically significant titles in this niche without a specific query term.

## Known failure modes

- limit exceeds max of 50 — clamp or return error
- payment not completed (x402) — 402 response blocking access
- shelf returns fewer books than limit if total collection is smaller
- network timeout on large limit requests

## How this service works

Curated shelf: Science - Earth/Agricultural/Farming — 904 public-domain books including Color Images from Mars Rovers Spirit and Opportunity, Studies of American Fungi. Mushrooms, Edible, Poisonous, etc., Manures and the principles of manuring. 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 book records in the Science/Earth/Agricultural/Farming category, each with a title and a drill-down route to retrieve the full text. Up to 50 books returned depending on the limit parameter.

## 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": "Color Images from Mars Rovers Spirit and Opportunity",
    "author": "Webster, Bob",
    "book_id": 12082,
    "subjects": [],
    "download_count": 23375
   }
  ],
  "count": 5,
  "shelf": "Science - Earth/Agricultural/Farming",
  "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-earth-agricultural-farming-shelf-ef98cc11/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)
