Curated shelf: Private investigators -- England -- Fiction — 13 public-domain books includ
Curated shelf: Private investigators -- England -- Fiction — 13 public-domain books including The Adventures of Sherlock Holmes, The Hound of the Baskervilles, A Study in Scarlet. Returns a ranked list with drill-down routes for full-text retrieval. No license, no API key required.
3000 (raw units)
price
1
calls / 30d
1
unique payers
2026-08-26
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": "Doyle, Arthur Conan, 1859-1930",
"book_id": 1661,
"download_count": 23345,
"subjects": [],
"title": "The Adventures of Sherlock Holmes",
"year": null
}
],
"count": 5,
"coverage": {
"indexed": 860,
"target": 860
},
"drill_down": [
"/book-metadata",
"/book-chapter",
"/book-quotes",
"/literature-search"
],
"shelf": "Private investigators -- England -- Fiction"
},
"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/private-investigators-england-fiction",
"scheme": "exact",
"validUntil": 1787726077,
"version": 1
},
"signature": "0x9aff9f92622fe4e3d3fe37796dffd251fa60d5fcab412bcf1c71c65b946498e8489805ec4f34e389fd48873529704bace39c66d227d1a61f0a296c54394e83691b"
}
]
},
"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/private-investigators-england-fiction" # -> 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/private-investigators-england-fiction");
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/private-investigators-england-fiction")
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/13864.json, and this resource appears in /discovery/resources and /discovery/search.