Curated reading list on N for tutoring agents, quiz generators, and reading apps — 187 pub
Curated reading list on N for tutoring agents, quiz generators, and reading apps — 187 public-domain books (e.g. Lives of the Most Eminent Painters Sculptors and Architects, Vol. 01 (of 10) Cimabue to Agnolo Gaddi, A history of art in Chaldæa & Assyria, Vol. 1 (of 2), A History of Art for Beginners and Students: Painting, Sculpture, Architecture). Full-text retrieval with drill-down routes for chapters, quotes, and citations. No license, no API key required.
3000 (raw units)
price
2
calls / 30d
2
unique payers
2026-09-14
updated
Provider
library.forgemesh.io · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x85df5380DEbe236AD6BF49dE788243924B080267",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "3000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"body": {
"limit": 5
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"books": [
{
"author": "Vasari, Giorgio",
"book_id": 25326,
"download_count": 23867,
"subjects": [],
"title": "Lives of the Most Eminent Painters Sculptors and Architects, Vol. 01 (of 10) Cimabue to Agnolo Gaddi",
"year": null
}
],
"count": 5,
"coverage": {
"indexed": 61015,
"target": 61015
},
"drill_down": [
"/book-metadata",
"/book-chapter",
"/book-quotes",
"/literature-search"
],
"shelf": "N"
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"limit": {
"description": "Max books to return (default 20, max 50)",
"type": "integer"
}
},
"required": [],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
},
"info": {
"required": false
},
"offer-receipt": {
"info": {
"offers": [
{
"acceptIndex": 0,
"format": "eip712",
"payload": {
"amount": "3000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"network": "eip155:8453",
"payTo": "0x85df5380DEbe236AD6BF49dE788243924B080267",
"resourceUrl": "https://library.forgemesh.io/n",
"scheme": "exact",
"validUntil": 1789416339,
"version": 1
},
"signature": "0xf97827dd909b8251643c453c2cb1740150b902e73e7a2cb430afc544c53085de505c6e170d3e8ce16854a81d02d92839f8c39948a2f1a33764059c49f08c7b661b"
}
]
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"offers": {
"items": {
"properties": {
"acceptIndex": {
"type": "integer"
},
"format": {
"type": "string"
},
"payload": {
"properties": {
"amount": {
"type": "string"
},
"asset": {
"type": "string"
},
"network": {
"type": "string"
},
"payTo": {
"type": "string"
},
"resourceUrl": {
"type": "string"
},
"scheme": {
"type": "string"
},
"validUntil": {
"type": "integer"
},
"version": {
"type": "integer"
}
},
"required": [
"version",
"resourceUrl",
"scheme",
"network",
"asset",
"payTo",
"amount"
],
"type": "object"
},
"signature": {
"type": "string"
}
},
"required": [
"format",
"signature"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"offers"
],
"type": "object"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"id": {
"maxLength": 128,
"minLength": 16,
"pattern": "^[a-zA-Z0-9_-]+$",
"type": "string"
},
"required": {
"type": "boolean"
}
},
"required": [
"required"
],
"type": "object"
}
}Use it
curl
curl "https://library.forgemesh.io/n" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://library.forgemesh.io/n");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://library.forgemesh.io/n")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/13858.json, and this resource appears in /discovery/resources and /discovery/search.