{
  "name": "Lodestar Trust API",
  "api": "v1-draft-3",
  "draft": true,
  "description": "Independent, dated trust receipts for local businesses. Free public receipts; payment never touches the record.",
  "terms": "Advisory and non-blocking. Lodestar verifies to dated facts and their sources; it never approves, ranks or gates an action. The consumer retains the decision and the liability.",
  "public_site": "https://lodestarstamp.com",
  "consumer_header": {
    "name": "X-Lodestar-Consumer",
    "example": "X-Lodestar-Consumer: your-tool-name",
    "optional": true,
    "why": "Lets us count integrations without a key, a cookie or an IP. We store the string you send and nothing else about the request."
  },
  "endpoints": {
    "health": "https://api.lodestarstamp.com/health",
    "openapi": "https://api.lodestarstamp.com/openapi.json",
    "trust_by_query": "https://api.lodestarstamp.com/v1/trust?domain={domain}",
    "trust_by_path": "https://api.lodestarstamp.com/v1/trust/{domain}",
    "trust_by_phone": "https://api.lodestarstamp.com/v1/trust?phone={phone}",
    "trust_by_license": "https://api.lodestarstamp.com/v1/trust?license={license}",
    "trust_by_address": "https://api.lodestarstamp.com/v1/trust?address={address}",
    "trust_in_market": "https://api.lodestarstamp.com/v1/trust?market={market}&domain={domain}",
    "trust_batch": "https://api.lodestarstamp.com/v1/trust/batch?domains={a.com,b.com}",
    "reads": "https://api.lodestarstamp.com/v1/reads?domain={domain}",
    "find": "https://api.lodestarstamp.com/v1/find?q={part of a name or street}",
    "seal": "https://api.lodestarstamp.com/v1/seal?domain={domain}",
    "changes": "https://api.lodestarstamp.com/v1/changes?since={YYYY-MM-DD}",
    "keys": "https://api.lodestarstamp.com/v1/keys",
    "pricing": "https://api.lodestarstamp.com/v1/pricing",
    "order": "https://api.lodestarstamp.com/v1/order",
    "fact_improvement_writeback": "https://api.lodestarstamp.com/v1/trust/improvements",
    "improvement_aggregates": "https://api.lodestarstamp.com/v1/improvements",
    "index": "https://api.lodestarstamp.com/v1/index",
    "markets": "https://api.lodestarstamp.com/v1/markets",
    "subscribe": "https://api.lodestarstamp.com/subscribe",
    "subscribe_digest": "https://api.lodestarstamp.com/subscribe-digest",
    "confirm": "https://api.lodestarstamp.com/confirm?token={token}",
    "unsubscribe": "https://api.lodestarstamp.com/unsubscribe",
    "stripe_webhook": "https://api.lodestarstamp.com/v1/stripe/webhook",
    "watch_run": "https://api.lodestarstamp.com/v1/watch/run",
    "funnel": "https://api.lodestarstamp.com/v1/funnel",
    "meters": "https://api.lodestarstamp.com/v1/meters",
    "mcp": "https://api.lodestarstamp.com/.well-known/mcp.json",
    "mcp_http": "https://api.lodestarstamp.com/mcp",
    "oauth_authorization_server": "https://api.lodestarstamp.com/.well-known/oauth-authorization-server",
    "oauth_protected_resource": "https://api.lodestarstamp.com/.well-known/oauth-protected-resource",
    "llms": "https://api.lodestarstamp.com/llms.txt"
  },
  "edition": "draft-v0.7-multimodel-pilot",
  "edition_as_of": "2026-09-03",
  "companies": 58,
  "x402_enabled": false
}