# Library ForgeMesh — GV Shelf (Recreation, Sports & Physical Education)

> Library ForgeMesh — GV Shelf (Recreation, Sports & Physical Education) 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 GV Library of Congress classification (recreation, sports, physical education, games, dance) with drill-down routes for full-text retrieval.

## Facts

- Endpoint: POST https://library.forgemesh.io/gv
- 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-gv-shelf-recreation-sports-physical-education-d1a9ffd8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dCky3JAQkJLAQK1A7PQ7T

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-gv-shelf-recreation-sports-physical-education-d1a9ffd8 -d '<json body>'
```

Example prompt: Show me up to 30 public-domain books from the GV recreation and physical education shelf on ForgeMesh — I'm looking for classic texts about sports history or physical fitness.

## When to prefer this

Choose this endpoint when you specifically need public-domain books in the GV classification (recreation, sports, physical education, games, dance, leisure). Prefer it over full-text search when you want a broad curated shelf overview rather than passage-level retrieval. Ideal for discovering and cataloging classic physical education or recreation literature without needing an API key.

## Known failure modes

- Limit parameter exceeding 50 returns an error or is capped
- Empty shelf response if catalog indexing is incomplete
- Payment failure (x402) if USDC balance is insufficient
- Slow response if full-text index is being rebuilt

## How this service works

Curated shelf: GV — 292 public-domain books including Minute Mysteries [Detectograms], A guide to the history of physical education, Auction of To-day. 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 in the GV (Recreation, Sports & Physical Education) Library of Congress classification — up to 50 entries — each with title, author metadata, and drill-down routes for full-text retrieval. No authentication 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": "Minute Mysteries [Detectograms]",
    "author": "Ripley, H. A. (Harold Austin)",
    "book_id": 50603,
    "subjects": [],
    "download_count": 39292
   }
  ],
  "count": 5,
  "shelf": "GV",
  "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-gv-shelf-recreation-sports-physical-education-d1a9ffd8/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)
