Resolve an exact supported Tamil divine-name spelling to source-scoped records in a pinned
Resolve an exact supported Tamil divine-name spelling to source-scoped records in a pinned registry. Keeps ambiguity and name coincidence explicit. No fuzzy universal synonym search, full source text or theological certification.
14000 (raw units)
price
2
calls / 30d
1
unique payers
2026-09-13
updated
Provider
www.mahastrategies.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0xec84c1cd6602bbe387bc8e6f0d3c062f2762de28",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "14000",
"maxTimeoutSeconds": 60
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"body": {
"dataClass": "public",
"expectedRegistryDigest": "sha256:43e894685dfb4d8ca91ce6069cc182f273af4398e739bb388740f4dfd1f9a56a",
"name": "Mayon"
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"amountBaseUnits": "14000",
"boundaries": [
"Public or synthetic inputs only. Caller labels are declarations,…"
],
"inputDigest": "sha256:bdc148e5edfee861fc3c19b913f77657fb4f441b1fdeee1bee5c87ad9…",
"offerId": "divine-name-disambiguation",
"receiptDigest": "sha256:76e5551888cdcbec0041999011fccaf20e90b2d7ab8171f4fe1c11e18…",
"result": {
"candidates": [
{
"boundary": "This identifies a research subject, not every similarly spelled …",
"entity": "Māyōṉ (Tamil literary-religious figure)",
"evidence": [
{
"boundary": "This is one scholar’s reconstruction from literary evidence. Its…",
"frame": "scholarly-interpretation",
"locator": "pp. 73–84: section I; section II introduction; section II.A.1–4;…",
"rightsBasis": "Open university repository copy; paraphrase and limited quotatio…",
"sourceId": "yamashita-1995-mayon-tirumal",
"url": "https://repository.dl.itc.u-tokyo.ac.jp/record/27137/files/ioc12…"
}
],
"relationship": "source-scoped-subject"
}
],
"registryDigest": "sha256:43e894685dfb4d8ca91ce6069cc182f273af4398e739bb388740f4dfd…",
"state": "ambiguous",
"universalIdentityEstablished": false
},
"version": "maha-microproducts/0.1"
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"dataClass": {
"enum": [
"public",
"synthetic"
],
"type": "string"
},
"expectedRegistryDigest": {
"maxLength": 71,
"type": "string"
},
"name": {
"maxLength": 80,
"minLength": 1,
"type": "string"
}
},
"required": [
"dataClass",
"name",
"expectedRegistryDigest"
],
"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": {
"additionalProperties": false,
"properties": {
"amountBaseUnits": {
"enum": [
"14000"
],
"type": "string"
},
"boundaries": {
"maxItems": 128,
"minItems": 0,
"type": "array"
},
"inputDigest": {
"maxLength": 71,
"type": "string"
},
"offerId": {
"enum": [
"divine-name-disambiguation"
],
"type": "string"
},
"receiptDigest": {
"maxLength": 71,
"type": "string"
},
"result": {
"type": "object"
},
"version": {
"enum": [
"maha-microproducts/0.1"
],
"type": "string"
}
},
"required": [
"version",
"offerId",
"amountBaseUnits",
"inputDigest",
"result",
"boundaries",
"receiptDigest"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
},
"declaration-integrity": {
"canonicalResource": "https://www.mahastrategies.com/api/v1/micro/divine-name-disambiguation",
"declarationDigest": "sha256:450148b8afbf0322a275603b1cf06229dee0f02fe1f72ffbb0e051aeecdce45b",
"metadataVersion": "2026-08-10"
},
"maha-offer": {
"amount": "14000",
"asset": "USDC",
"assetDecimals": 6,
"canonicalResource": "https://www.mahastrategies.com/api/v1/micro/divine-name-disambiguation",
"declarationInline": "compact",
"declarationUrl": "https://www.mahastrategies.com/api/discovery/x402-offers/divine-name-disambiguation",
"fullSourceTextStored": false,
"maxRequestBytes": 32768,
"method": "POST",
"network": "eip155:8453",
"offerId": "divine-name-disambiguation",
"payableInProduction": true,
"status": "available",
"verbatimExcerptsRetained": false
}
}Use it
curl
curl "https://www.mahastrategies.com/api/v1/micro/divine-name-disambiguation" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://www.mahastrategies.com/api/v1/micro/divine-name-disambiguation");
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://www.mahastrategies.com/api/v1/micro/divine-name-disambiguation")
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/1424.json, and this resource appears in /discovery/resources and /discovery/search.