{"openapi":"3.1.0","info":{"title":"Signal Oracle","version":"0.1.0","description":"Change-intelligence feeds sold per-call to AI agents via x402 — first-party synthesized from public-domain government and developer APIs (not a wrapper over commercial data): software dependencies (DepWatch + 11 ecosystem release trackers), security (CVEWatch, KEVWatch, AdvisoryWatch), 55 federal regulatory verticals (RegWatch), sanctions (SanctionsWatch/OFAC), clinical trials & drug approvals, product/vehicle recalls, import tariffs (TariffWatch), SEC EDGAR events, Treasury & macro indicators, earthquakes/weather/space-weather, and a premium DepAudit dependency risk verdict.","x-guidance":"Each GET endpoint answers a specific 'what changed since T, and does it matter?' question, priced per call in USDC over the x402 protocol. Call an endpoint without payment to receive an HTTP 402 challenge carrying machine-readable terms, then retry with an x402 payment. Free JSON previews: /v1/{source}/sample. Premium one-call verdict: /v1/depaudit/check. When response signing is enabled, every /v1 JSON response carries x-oracle-signature-ed25519 + x-oracle-signing-key headers for verification. Further discovery: /.well-known/x402 and /llms.txt.","contact":{"name":"Signal Oracle","url":"https://oracles-production.up.railway.app","email":"filmy.violins6d@icloud.com"}},"x-discovery":{"ownershipProofs":[]},"servers":[{"url":"https://oracles-production.up.railway.app"}],"paths":{"/v1/depwatch/changes":{"get":{"operationId":"depwatch_changes","summary":"New GitHub releases tagged new_release or breaking_change with a 1-10 significance score. Omit params for the curated feed of popular packages, or pass ?package=<name>&ecosystem=npm|pypi (or ?repo=owner/repo) to get ANY package on demand.","tags":["Depwatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/depwatch/status":{"get":{"operationId":"depwatch_status","summary":"Current latest version, date, and release URL for a package. Use ?id=pkg:react for tracked packages, or ?package=<name> / ?repo=owner/repo for any package (resolved and fetched live).","tags":["Depwatch"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/depwatch/brief":{"get":{"operationId":"depwatch_brief","summary":"An LLM-written digest of the most consequential dependency updates and breaking changes in the window, with an upgrade recommendation.","tags":["Depwatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/regwatch/changes":{"get":{"operationId":"regwatch_changes","summary":"Returns Federal Register rules & proposed rules for the configured industry since a timestamp, each scored 1-10 for compliance impact, with effective dates and source links.","tags":["Regwatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/regwatch/status":{"get":{"operationId":"regwatch_status","summary":"Returns the stored detail for a single Federal Register document (entityId like 'fedreg:2026-14090').","tags":["Regwatch"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/regwatch/brief":{"get":{"operationId":"regwatch_brief","summary":"An LLM-written compliance digest: the handful of rules this week that actually matter for the industry, with deadlines called out.","tags":["Regwatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/tariffwatch/changes":{"get":{"operationId":"tariffwatch_changes","summary":"Returns HTS duty-rate changes, new HTS revisions, and Federal Register tariff actions across the entire Harmonized Tariff Schedule, each scored 1-10. Scope to your codes with ?hts=<prefix> (e.g. ?hts=6109).","tags":["Tariffwatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/tariffwatch/status":{"get":{"operationId":"tariffwatch_status","summary":"Returns the base (MFN) duty AND an estimated combined effective rate (base + Chapter-99 Section 301/232/IEEPA add-ons) for any HTS line (entityId like 'hts:6109.10.00'), or the current HTS revision ('hts:release'). The combined figure is a labeled estimate and excludes product/country exclusions.","tags":["Tariffwatch"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/tariffwatch/brief":{"get":{"operationId":"tariffwatch_brief","summary":"An LLM-written trade brief: the tariff moves that matter across tracked product categories, with directional impact.","tags":["Tariffwatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/ofac-sdn/changes":{"get":{"operationId":"ofac-sdn_changes","summary":"OFAC SDN sanctions-list changes from Treasury's official daily delta: designations (additions), removals, and updates, with entity name, type, sanctions programs, and crypto-address counts. The core AML/KYC screening trigger — filter ?min_significance=9 for new designations only.","tags":["SanctionsWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/ofac-sdn/status":{"get":{"operationId":"ofac-sdn_status","summary":"Stored detail for a single sanctioned entity (entityId like 'ofac:58093').","tags":["SanctionsWatch"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/ofac-sdn/brief":{"get":{"operationId":"ofac-sdn_brief","summary":"An LLM-written digest of the sanctions actions in the window: who was designated, under which programs, and what a compliance team should re-screen.","tags":["SanctionsWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/clinical-trials/changes":{"get":{"operationId":"clinical-trials_changes","summary":"Newly registered clinical studies since a timestamp, scored by phase and sponsor class (Phase 3/4 industry trials score highest), with condition, sponsor, enrollment, and NCT link — competitive intelligence for pharma/biotech agents.","tags":["TrialWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/clinical-trials/status":{"get":{"operationId":"clinical-trials_status","summary":"Stored detail for a single study (entityId like 'nct:NCT06369220').","tags":["TrialWatch"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/clinical-trials/brief":{"get":{"operationId":"clinical-trials_brief","summary":"An LLM-written digest of the most consequential newly registered trials in the window.","tags":["TrialWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/fda-approvals/changes":{"get":{"operationId":"fda-approvals_changes","summary":"FDA approval actions from Drugs@FDA since a timestamp: original approvals (new drugs, scored highest), priority reviews, and supplements, with sponsor, brand, active ingredients, and application number.","tags":["DrugApprovalWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/fda-approvals/status":{"get":{"operationId":"fda-approvals_status","summary":"Stored detail for a single application (entityId like 'fda-app:NDA212345').","tags":["DrugApprovalWatch"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/fda-approvals/brief":{"get":{"operationId":"fda-approvals_brief","summary":"An LLM-written digest of the most notable FDA drug approvals in the window.","tags":["DrugApprovalWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/congress-bills/changes":{"get":{"operationId":"congress-bills_changes","summary":"Recently-acted-on bills from Congress.gov since a timestamp, scored by action weight (became law = 10, passed a chamber = 7), with the latest action text and link. (Requires CONGRESS_API_KEY; no-ops until set.)","tags":["BillWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/congress-bills/status":{"get":{"operationId":"congress-bills_status","summary":"Stored detail for a single bill (entityId like 'bill:119-hr-1234').","tags":["BillWatch"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/congress-bills/brief":{"get":{"operationId":"congress-bills_brief","summary":"An LLM-written digest of the most consequential congressional actions in the window.","tags":["BillWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/grants/changes":{"get":{"operationId":"grants_changes","summary":"Newly posted federal funding opportunities from Grants.gov since a timestamp, with agency, opportunity number, CFDA codes, open/close dates, and link. For grant-seeking and government-affairs agents.","tags":["GrantWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/grants/status":{"get":{"operationId":"grants_status","summary":"Stored detail for a single opportunity (entityId like 'grant:141593').","tags":["GrantWatch"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/grants/brief":{"get":{"operationId":"grants_brief","summary":"An LLM-written digest of the most relevant new funding opportunities in the window.","tags":["GrantWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/sam-opportunities/changes":{"get":{"operationId":"sam-opportunities_changes","summary":"Federal contracting opportunities from SAM.gov since a timestamp — solicitations, combined synopses, sources-sought, and awards — with agency, NAICS, type, response deadline, and link. (Requires SAM_API_KEY; no-ops until set.)","tags":["ContractWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/sam-opportunities/status":{"get":{"operationId":"sam-opportunities_status","summary":"Stored detail for a single opportunity (entityId like 'sam:<noticeId>').","tags":["ContractWatch"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/sam-opportunities/brief":{"get":{"operationId":"sam-opportunities_brief","summary":"An LLM-written digest of the most actionable new contract opportunities in the window.","tags":["ContractWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/court-opinions/changes":{"get":{"operationId":"court-opinions_changes","summary":"New US court opinions from CourtListener since a timestamp — case name, court, filing date, docket, precedential status, and citations. For legal-research and litigation-monitoring agents. (Requires COURTLISTENER_API_TOKEN; no-ops until set.)","tags":["CourtWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/court-opinions/status":{"get":{"operationId":"court-opinions_status","summary":"Stored detail for a single opinion (entityId like 'court:<clusterId>').","tags":["CourtWatch"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/court-opinions/brief":{"get":{"operationId":"court-opinions_brief","summary":"An LLM-written digest of the most significant recent decisions in the window.","tags":["CourtWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-medical-devices/changes":{"get":{"operationId":"reg-medical-devices_changes","summary":"Federal Register final & proposed rules for medical devices since a timestamp, each scored 1-10 for compliance impact, with effective dates and primary-source links.","tags":["RegWatch Medical Devices"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-medical-devices/status":{"get":{"operationId":"reg-medical-devices_status","summary":"Stored detail for a single Federal Register document (entityId like 'fedreg:2026-14090').","tags":["RegWatch Medical Devices"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-medical-devices/brief":{"get":{"operationId":"reg-medical-devices_brief","summary":"An LLM-written compliance digest: the handful of medical devices rules in the window that actually matter, with deadlines called out.","tags":["RegWatch Medical Devices"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-pharma/changes":{"get":{"operationId":"reg-pharma_changes","summary":"Federal Register final & proposed rules for prescription drugs & biologics since a timestamp, each scored 1-10 for compliance impact, with effective dates and primary-source links.","tags":["RegWatch Pharmaceuticals"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-pharma/status":{"get":{"operationId":"reg-pharma_status","summary":"Stored detail for a single Federal Register document (entityId like 'fedreg:2026-14090').","tags":["RegWatch Pharmaceuticals"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-pharma/brief":{"get":{"operationId":"reg-pharma_brief","summary":"An LLM-written compliance digest: the handful of prescription drugs & biologics rules in the window that actually matter, with deadlines called out.","tags":["RegWatch Pharmaceuticals"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-food-safety/changes":{"get":{"operationId":"reg-food-safety_changes","summary":"Federal Register final & proposed rules for food manufacturing & safety since a timestamp, each scored 1-10 for compliance impact, with effective dates and primary-source links.","tags":["RegWatch Food Safety"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-food-safety/status":{"get":{"operationId":"reg-food-safety_status","summary":"Stored detail for a single Federal Register document (entityId like 'fedreg:2026-14090').","tags":["RegWatch Food Safety"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-food-safety/brief":{"get":{"operationId":"reg-food-safety_brief","summary":"An LLM-written compliance digest: the handful of food manufacturing & safety rules in the window that actually matter, with deadlines called out.","tags":["RegWatch Food Safety"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-medicare/changes":{"get":{"operationId":"reg-medicare_changes","summary":"Federal Register final & proposed rules for Medicare & Medicaid payment and coverage since a timestamp, each scored 1-10 for compliance impact, with effective dates and primary-source links.","tags":["RegWatch Medicare & Medicaid"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-medicare/status":{"get":{"operationId":"reg-medicare_status","summary":"Stored detail for a single Federal Register document (entityId like 'fedreg:2026-14090').","tags":["RegWatch Medicare & Medicaid"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-medicare/brief":{"get":{"operationId":"reg-medicare_brief","summary":"An LLM-written compliance digest: the handful of Medicare & Medicaid payment and coverage rules in the window that actually matter, with deadlines called out.","tags":["RegWatch Medicare & Medicaid"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-tobacco/changes":{"get":{"operationId":"reg-tobacco_changes","summary":"Federal Register final & proposed rules for tobacco, nicotine & vaping products since a timestamp, each scored 1-10 for compliance impact, with effective dates and primary-source links.","tags":["RegWatch Tobacco & Vaping"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-tobacco/status":{"get":{"operationId":"reg-tobacco_status","summary":"Stored detail for a single Federal Register document (entityId like 'fedreg:2026-14090').","tags":["RegWatch Tobacco & Vaping"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-tobacco/brief":{"get":{"operationId":"reg-tobacco_brief","summary":"An LLM-written compliance digest: the handful of tobacco, nicotine & vaping products rules in the window that actually matter, with deadlines called out.","tags":["RegWatch Tobacco & Vaping"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-epa-air/changes":{"get":{"operationId":"reg-epa-air_changes","summary":"Federal Register final & proposed rules for air quality & emissions since a timestamp, each scored 1-10 for compliance impact, with effective dates and primary-source links.","tags":["RegWatch Air Quality"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-epa-air/status":{"get":{"operationId":"reg-epa-air_status","summary":"Stored detail for a single Federal Register document (entityId like 'fedreg:2026-14090').","tags":["RegWatch Air Quality"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-epa-air/brief":{"get":{"operationId":"reg-epa-air_brief","summary":"An LLM-written compliance digest: the handful of air quality & emissions rules in the window that actually matter, with deadlines called out.","tags":["RegWatch Air Quality"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-epa-water/changes":{"get":{"operationId":"reg-epa-water_changes","summary":"Federal Register final & proposed rules for water quality & drinking water since a timestamp, each scored 1-10 for compliance impact, with effective dates and primary-source links.","tags":["RegWatch Water"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-epa-water/status":{"get":{"operationId":"reg-epa-water_status","summary":"Stored detail for a single Federal Register document (entityId like 'fedreg:2026-14090').","tags":["RegWatch Water"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-epa-water/brief":{"get":{"operationId":"reg-epa-water_brief","summary":"An LLM-written compliance digest: the handful of water quality & drinking water rules in the window that actually matter, with deadlines called out.","tags":["RegWatch Water"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-epa-chemicals/changes":{"get":{"operationId":"reg-epa-chemicals_changes","summary":"Federal Register final & proposed rules for industrial chemicals under TSCA since a timestamp, each scored 1-10 for compliance impact, with effective dates and primary-source links.","tags":["RegWatch Chemicals (TSCA)"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-epa-chemicals/status":{"get":{"operationId":"reg-epa-chemicals_status","summary":"Stored detail for a single Federal Register document (entityId like 'fedreg:2026-14090').","tags":["RegWatch Chemicals (TSCA)"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-epa-chemicals/brief":{"get":{"operationId":"reg-epa-chemicals_brief","summary":"An LLM-written compliance digest: the handful of industrial chemicals under TSCA rules in the window that actually matter, with deadlines called out.","tags":["RegWatch Chemicals (TSCA)"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-pesticides/changes":{"get":{"operationId":"reg-pesticides_changes","summary":"Federal Register final & proposed rules for pesticides & agricultural chemicals since a timestamp, each scored 1-10 for compliance impact, with effective dates and primary-source links.","tags":["RegWatch Pesticides"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-pesticides/status":{"get":{"operationId":"reg-pesticides_status","summary":"Stored detail for a single Federal Register document (entityId like 'fedreg:2026-14090').","tags":["RegWatch Pesticides"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-pesticides/brief":{"get":{"operationId":"reg-pesticides_brief","summary":"An LLM-written compliance digest: the handful of pesticides & agricultural chemicals rules in the window that actually matter, with deadlines called out.","tags":["RegWatch Pesticides"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-pfas/changes":{"get":{"operationId":"reg-pfas_changes","summary":"Federal Register final & proposed rules for PFAS 'forever chemicals' since a timestamp, each scored 1-10 for compliance impact, with effective dates and primary-source links.","tags":["RegWatch PFAS"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-pfas/status":{"get":{"operationId":"reg-pfas_status","summary":"Stored detail for a single Federal Register document (entityId like 'fedreg:2026-14090').","tags":["RegWatch PFAS"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-pfas/brief":{"get":{"operationId":"reg-pfas_brief","summary":"An LLM-written compliance digest: the handful of PFAS 'forever chemicals' rules in the window that actually matter, with deadlines called out.","tags":["RegWatch PFAS"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-energy-efficiency/changes":{"get":{"operationId":"reg-energy-efficiency_changes","summary":"Federal Register final & proposed rules for appliance & equipment energy standards since a timestamp, each scored 1-10 for compliance impact, with effective dates and primary-source links.","tags":["RegWatch Energy Efficiency"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-energy-efficiency/status":{"get":{"operationId":"reg-energy-efficiency_status","summary":"Stored detail for a single Federal Register document (entityId like 'fedreg:2026-14090').","tags":["RegWatch Energy Efficiency"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-energy-efficiency/brief":{"get":{"operationId":"reg-energy-efficiency_brief","summary":"An LLM-written compliance digest: the handful of appliance & equipment energy standards rules in the window that actually matter, with deadlines called out.","tags":["RegWatch Energy Efficiency"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-nuclear/changes":{"get":{"operationId":"reg-nuclear_changes","summary":"Federal Register final & proposed rules for nuclear power & materials safety since a timestamp, each scored 1-10 for compliance impact, with effective dates and primary-source links.","tags":["RegWatch Nuclear"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-nuclear/status":{"get":{"operationId":"reg-nuclear_status","summary":"Stored detail for a single Federal Register document (entityId like 'fedreg:2026-14090').","tags":["RegWatch Nuclear"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-nuclear/brief":{"get":{"operationId":"reg-nuclear_brief","summary":"An LLM-written compliance digest: the handful of nuclear power & materials safety rules in the window that actually matter, with deadlines called out.","tags":["RegWatch Nuclear"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-ferc-energy/changes":{"get":{"operationId":"reg-ferc-energy_changes","summary":"Federal Register final & proposed rules for wholesale electricity & natural-gas markets since a timestamp, each scored 1-10 for compliance impact, with effective dates and primary-source links.","tags":["RegWatch Energy Markets (FERC)"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-ferc-energy/status":{"get":{"operationId":"reg-ferc-energy_status","summary":"Stored detail for a single Federal Register document (entityId like 'fedreg:2026-14090').","tags":["RegWatch Energy Markets (FERC)"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-ferc-energy/brief":{"get":{"operationId":"reg-ferc-energy_brief","summary":"An LLM-written compliance digest: the handful of wholesale electricity & natural-gas markets rules in the window that actually matter, with deadlines called out.","tags":["RegWatch Energy Markets (FERC)"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-aviation/changes":{"get":{"operationId":"reg-aviation_changes","summary":"Federal Register final & proposed rules for aviation & aircraft safety since a timestamp, each scored 1-10 for compliance impact, with effective dates and primary-source links.","tags":["RegWatch Aviation"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-aviation/status":{"get":{"operationId":"reg-aviation_status","summary":"Stored detail for a single Federal Register document (entityId like 'fedreg:2026-14090').","tags":["RegWatch Aviation"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-aviation/brief":{"get":{"operationId":"reg-aviation_brief","summary":"An LLM-written compliance digest: the handful of aviation & aircraft safety rules in the window that actually matter, with deadlines called out.","tags":["RegWatch Aviation"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-vehicles/changes":{"get":{"operationId":"reg-vehicles_changes","summary":"Federal Register final & proposed rules for motor-vehicle safety standards since a timestamp, each scored 1-10 for compliance impact, with effective dates and primary-source links.","tags":["RegWatch Motor Vehicles"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-vehicles/status":{"get":{"operationId":"reg-vehicles_status","summary":"Stored detail for a single Federal Register document (entityId like 'fedreg:2026-14090').","tags":["RegWatch Motor Vehicles"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-vehicles/brief":{"get":{"operationId":"reg-vehicles_brief","summary":"An LLM-written compliance digest: the handful of motor-vehicle safety standards rules in the window that actually matter, with deadlines called out.","tags":["RegWatch Motor Vehicles"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-trucking/changes":{"get":{"operationId":"reg-trucking_changes","summary":"Federal Register final & proposed rules for commercial trucking & motor carriers since a timestamp, each scored 1-10 for compliance impact, with effective dates and primary-source links.","tags":["RegWatch Trucking"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-trucking/status":{"get":{"operationId":"reg-trucking_status","summary":"Stored detail for a single Federal Register document (entityId like 'fedreg:2026-14090').","tags":["RegWatch Trucking"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-trucking/brief":{"get":{"operationId":"reg-trucking_brief","summary":"An LLM-written compliance digest: the handful of commercial trucking & motor carriers rules in the window that actually matter, with deadlines called out.","tags":["RegWatch Trucking"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-rail/changes":{"get":{"operationId":"reg-rail_changes","summary":"Federal Register final & proposed rules for railroad safety & operations since a timestamp, each scored 1-10 for compliance impact, with effective dates and primary-source links.","tags":["RegWatch Rail"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-rail/status":{"get":{"operationId":"reg-rail_status","summary":"Stored detail for a single Federal Register document (entityId like 'fedreg:2026-14090').","tags":["RegWatch Rail"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-rail/brief":{"get":{"operationId":"reg-rail_brief","summary":"An LLM-written compliance digest: the handful of railroad safety & operations rules in the window that actually matter, with deadlines called out.","tags":["RegWatch Rail"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-pipeline-hazmat/changes":{"get":{"operationId":"reg-pipeline-hazmat_changes","summary":"Federal Register final & proposed rules for pipelines & hazardous-materials transport since a timestamp, each scored 1-10 for compliance impact, with effective dates and primary-source links.","tags":["RegWatch Pipelines & Hazmat"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-pipeline-hazmat/status":{"get":{"operationId":"reg-pipeline-hazmat_status","summary":"Stored detail for a single Federal Register document (entityId like 'fedreg:2026-14090').","tags":["RegWatch Pipelines & Hazmat"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-pipeline-hazmat/brief":{"get":{"operationId":"reg-pipeline-hazmat_brief","summary":"An LLM-written compliance digest: the handful of pipelines & hazardous-materials transport rules in the window that actually matter, with deadlines called out.","tags":["RegWatch Pipelines & Hazmat"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-securities/changes":{"get":{"operationId":"reg-securities_changes","summary":"Federal Register final & proposed rules for securities & public-company disclosure since a timestamp, each scored 1-10 for compliance impact, with effective dates and primary-source links.","tags":["RegWatch Securities"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-securities/status":{"get":{"operationId":"reg-securities_status","summary":"Stored detail for a single Federal Register document (entityId like 'fedreg:2026-14090').","tags":["RegWatch Securities"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-securities/brief":{"get":{"operationId":"reg-securities_brief","summary":"An LLM-written compliance digest: the handful of securities & public-company disclosure rules in the window that actually matter, with deadlines called out.","tags":["RegWatch Securities"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-derivatives/changes":{"get":{"operationId":"reg-derivatives_changes","summary":"Federal Register final & proposed rules for commodity futures & swaps since a timestamp, each scored 1-10 for compliance impact, with effective dates and primary-source links.","tags":["RegWatch Derivatives"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-derivatives/status":{"get":{"operationId":"reg-derivatives_status","summary":"Stored detail for a single Federal Register document (entityId like 'fedreg:2026-14090').","tags":["RegWatch Derivatives"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-derivatives/brief":{"get":{"operationId":"reg-derivatives_brief","summary":"An LLM-written compliance digest: the handful of commodity futures & swaps rules in the window that actually matter, with deadlines called out.","tags":["RegWatch Derivatives"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-consumer-finance/changes":{"get":{"operationId":"reg-consumer-finance_changes","summary":"Federal Register final & proposed rules for consumer lending & payments since a timestamp, each scored 1-10 for compliance impact, with effective dates and primary-source links.","tags":["RegWatch Consumer Finance"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-consumer-finance/status":{"get":{"operationId":"reg-consumer-finance_status","summary":"Stored detail for a single Federal Register document (entityId like 'fedreg:2026-14090').","tags":["RegWatch Consumer Finance"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-consumer-finance/brief":{"get":{"operationId":"reg-consumer-finance_brief","summary":"An LLM-written compliance digest: the handful of consumer lending & payments rules in the window that actually matter, with deadlines called out.","tags":["RegWatch Consumer Finance"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-banking/changes":{"get":{"operationId":"reg-banking_changes","summary":"Federal Register final & proposed rules for bank capital & supervision since a timestamp, each scored 1-10 for compliance impact, with effective dates and primary-source links.","tags":["RegWatch Banking"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-banking/status":{"get":{"operationId":"reg-banking_status","summary":"Stored detail for a single Federal Register document (entityId like 'fedreg:2026-14090').","tags":["RegWatch Banking"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-banking/brief":{"get":{"operationId":"reg-banking_brief","summary":"An LLM-written compliance digest: the handful of bank capital & supervision rules in the window that actually matter, with deadlines called out.","tags":["RegWatch Banking"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-aml/changes":{"get":{"operationId":"reg-aml_changes","summary":"Federal Register final & proposed rules for AML / BSA & sanctions compliance since a timestamp, each scored 1-10 for compliance impact, with effective dates and primary-source links.","tags":["RegWatch Anti-Money-Laundering"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-aml/status":{"get":{"operationId":"reg-aml_status","summary":"Stored detail for a single Federal Register document (entityId like 'fedreg:2026-14090').","tags":["RegWatch Anti-Money-Laundering"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-aml/brief":{"get":{"operationId":"reg-aml_brief","summary":"An LLM-written compliance digest: the handful of AML / BSA & sanctions compliance rules in the window that actually matter, with deadlines called out.","tags":["RegWatch Anti-Money-Laundering"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-tax/changes":{"get":{"operationId":"reg-tax_changes","summary":"Federal Register final & proposed rules for federal tax rules & guidance since a timestamp, each scored 1-10 for compliance impact, with effective dates and primary-source links.","tags":["RegWatch Tax"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-tax/status":{"get":{"operationId":"reg-tax_status","summary":"Stored detail for a single Federal Register document (entityId like 'fedreg:2026-14090').","tags":["RegWatch Tax"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-tax/brief":{"get":{"operationId":"reg-tax_brief","summary":"An LLM-written compliance digest: the handful of federal tax rules & guidance rules in the window that actually matter, with deadlines called out.","tags":["RegWatch Tax"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-consumer-protection/changes":{"get":{"operationId":"reg-consumer-protection_changes","summary":"Federal Register final & proposed rules for consumer protection & advertising since a timestamp, each scored 1-10 for compliance impact, with effective dates and primary-source links.","tags":["RegWatch Consumer Protection"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-consumer-protection/status":{"get":{"operationId":"reg-consumer-protection_status","summary":"Stored detail for a single Federal Register document (entityId like 'fedreg:2026-14090').","tags":["RegWatch Consumer Protection"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-consumer-protection/brief":{"get":{"operationId":"reg-consumer-protection_brief","summary":"An LLM-written compliance digest: the handful of consumer protection & advertising rules in the window that actually matter, with deadlines called out.","tags":["RegWatch Consumer Protection"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-product-safety/changes":{"get":{"operationId":"reg-product-safety_changes","summary":"Federal Register final & proposed rules for consumer product safety standards since a timestamp, each scored 1-10 for compliance impact, with effective dates and primary-source links.","tags":["RegWatch Product Safety"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-product-safety/status":{"get":{"operationId":"reg-product-safety_status","summary":"Stored detail for a single Federal Register document (entityId like 'fedreg:2026-14090').","tags":["RegWatch Product Safety"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-product-safety/brief":{"get":{"operationId":"reg-product-safety_brief","summary":"An LLM-written compliance digest: the handful of consumer product safety standards rules in the window that actually matter, with deadlines called out.","tags":["RegWatch Product Safety"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-intellectual-property/changes":{"get":{"operationId":"reg-intellectual-property_changes","summary":"Federal Register final & proposed rules for patents & trademarks since a timestamp, each scored 1-10 for compliance impact, with effective dates and primary-source links.","tags":["RegWatch Intellectual Property"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-intellectual-property/status":{"get":{"operationId":"reg-intellectual-property_status","summary":"Stored detail for a single Federal Register document (entityId like 'fedreg:2026-14090').","tags":["RegWatch Intellectual Property"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-intellectual-property/brief":{"get":{"operationId":"reg-intellectual-property_brief","summary":"An LLM-written compliance digest: the handful of patents & trademarks rules in the window that actually matter, with deadlines called out.","tags":["RegWatch Intellectual Property"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-workplace-safety/changes":{"get":{"operationId":"reg-workplace-safety_changes","summary":"Federal Register final & proposed rules for occupational safety & health since a timestamp, each scored 1-10 for compliance impact, with effective dates and primary-source links.","tags":["RegWatch Workplace Safety"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-workplace-safety/status":{"get":{"operationId":"reg-workplace-safety_status","summary":"Stored detail for a single Federal Register document (entityId like 'fedreg:2026-14090').","tags":["RegWatch Workplace Safety"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-workplace-safety/brief":{"get":{"operationId":"reg-workplace-safety_brief","summary":"An LLM-written compliance digest: the handful of occupational safety & health rules in the window that actually matter, with deadlines called out.","tags":["RegWatch Workplace Safety"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-mining-safety/changes":{"get":{"operationId":"reg-mining-safety_changes","summary":"Federal Register final & proposed rules for mine safety & health since a timestamp, each scored 1-10 for compliance impact, with effective dates and primary-source links.","tags":["RegWatch Mining Safety"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-mining-safety/status":{"get":{"operationId":"reg-mining-safety_status","summary":"Stored detail for a single Federal Register document (entityId like 'fedreg:2026-14090').","tags":["RegWatch Mining Safety"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-mining-safety/brief":{"get":{"operationId":"reg-mining-safety_brief","summary":"An LLM-written compliance digest: the handful of mine safety & health rules in the window that actually matter, with deadlines called out.","tags":["RegWatch Mining Safety"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-employment/changes":{"get":{"operationId":"reg-employment_changes","summary":"Federal Register final & proposed rules for employment discrimination & equal opportunity since a timestamp, each scored 1-10 for compliance impact, with effective dates and primary-source links.","tags":["RegWatch Employment"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-employment/status":{"get":{"operationId":"reg-employment_status","summary":"Stored detail for a single Federal Register document (entityId like 'fedreg:2026-14090').","tags":["RegWatch Employment"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-employment/brief":{"get":{"operationId":"reg-employment_brief","summary":"An LLM-written compliance digest: the handful of employment discrimination & equal opportunity rules in the window that actually matter, with deadlines called out.","tags":["RegWatch Employment"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-labor-standards/changes":{"get":{"operationId":"reg-labor-standards_changes","summary":"Federal Register final & proposed rules for wages, overtime & labor standards since a timestamp, each scored 1-10 for compliance impact, with effective dates and primary-source links.","tags":["RegWatch Labor Standards"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-labor-standards/status":{"get":{"operationId":"reg-labor-standards_status","summary":"Stored detail for a single Federal Register document (entityId like 'fedreg:2026-14090').","tags":["RegWatch Labor Standards"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-labor-standards/brief":{"get":{"operationId":"reg-labor-standards_brief","summary":"An LLM-written compliance digest: the handful of wages, overtime & labor standards rules in the window that actually matter, with deadlines called out.","tags":["RegWatch Labor Standards"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-immigration/changes":{"get":{"operationId":"reg-immigration_changes","summary":"Federal Register final & proposed rules for immigration & work authorization since a timestamp, each scored 1-10 for compliance impact, with effective dates and primary-source links.","tags":["RegWatch Immigration"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-immigration/status":{"get":{"operationId":"reg-immigration_status","summary":"Stored detail for a single Federal Register document (entityId like 'fedreg:2026-14090').","tags":["RegWatch Immigration"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-immigration/brief":{"get":{"operationId":"reg-immigration_brief","summary":"An LLM-written compliance digest: the handful of immigration & work authorization rules in the window that actually matter, with deadlines called out.","tags":["RegWatch Immigration"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-customs/changes":{"get":{"operationId":"reg-customs_changes","summary":"Federal Register final & proposed rules for customs & import compliance since a timestamp, each scored 1-10 for compliance impact, with effective dates and primary-source links.","tags":["RegWatch Customs"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-customs/status":{"get":{"operationId":"reg-customs_status","summary":"Stored detail for a single Federal Register document (entityId like 'fedreg:2026-14090').","tags":["RegWatch Customs"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-customs/brief":{"get":{"operationId":"reg-customs_brief","summary":"An LLM-written compliance digest: the handful of customs & import compliance rules in the window that actually matter, with deadlines called out.","tags":["RegWatch Customs"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-trade-security/changes":{"get":{"operationId":"reg-trade-security_changes","summary":"Federal Register final & proposed rules for transportation & supply-chain security since a timestamp, each scored 1-10 for compliance impact, with effective dates and primary-source links.","tags":["RegWatch Transport Security"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-trade-security/status":{"get":{"operationId":"reg-trade-security_status","summary":"Stored detail for a single Federal Register document (entityId like 'fedreg:2026-14090').","tags":["RegWatch Transport Security"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-trade-security/brief":{"get":{"operationId":"reg-trade-security_brief","summary":"An LLM-written compliance digest: the handful of transportation & supply-chain security rules in the window that actually matter, with deadlines called out.","tags":["RegWatch Transport Security"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-controlled-substances/changes":{"get":{"operationId":"reg-controlled-substances_changes","summary":"Federal Register final & proposed rules for controlled substances & scheduling since a timestamp, each scored 1-10 for compliance impact, with effective dates and primary-source links.","tags":["RegWatch Controlled Substances"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-controlled-substances/status":{"get":{"operationId":"reg-controlled-substances_status","summary":"Stored detail for a single Federal Register document (entityId like 'fedreg:2026-14090').","tags":["RegWatch Controlled Substances"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-controlled-substances/brief":{"get":{"operationId":"reg-controlled-substances_brief","summary":"An LLM-written compliance digest: the handful of controlled substances & scheduling rules in the window that actually matter, with deadlines called out.","tags":["RegWatch Controlled Substances"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-housing/changes":{"get":{"operationId":"reg-housing_changes","summary":"Federal Register final & proposed rules for housing & mortgage programs since a timestamp, each scored 1-10 for compliance impact, with effective dates and primary-source links.","tags":["RegWatch Housing"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-housing/status":{"get":{"operationId":"reg-housing_status","summary":"Stored detail for a single Federal Register document (entityId like 'fedreg:2026-14090').","tags":["RegWatch Housing"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-housing/brief":{"get":{"operationId":"reg-housing_brief","summary":"An LLM-written compliance digest: the handful of housing & mortgage programs rules in the window that actually matter, with deadlines called out.","tags":["RegWatch Housing"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-education/changes":{"get":{"operationId":"reg-education_changes","summary":"Federal Register final & proposed rules for education & student aid since a timestamp, each scored 1-10 for compliance impact, with effective dates and primary-source links.","tags":["RegWatch Education"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-education/status":{"get":{"operationId":"reg-education_status","summary":"Stored detail for a single Federal Register document (entityId like 'fedreg:2026-14090').","tags":["RegWatch Education"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-education/brief":{"get":{"operationId":"reg-education_brief","summary":"An LLM-written compliance digest: the handful of education & student aid rules in the window that actually matter, with deadlines called out.","tags":["RegWatch Education"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-agriculture/changes":{"get":{"operationId":"reg-agriculture_changes","summary":"Federal Register final & proposed rules for agriculture & livestock since a timestamp, each scored 1-10 for compliance impact, with effective dates and primary-source links.","tags":["RegWatch Agriculture"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-agriculture/status":{"get":{"operationId":"reg-agriculture_status","summary":"Stored detail for a single Federal Register document (entityId like 'fedreg:2026-14090').","tags":["RegWatch Agriculture"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-agriculture/brief":{"get":{"operationId":"reg-agriculture_brief","summary":"An LLM-written compliance digest: the handful of agriculture & livestock rules in the window that actually matter, with deadlines called out.","tags":["RegWatch Agriculture"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-fisheries/changes":{"get":{"operationId":"reg-fisheries_changes","summary":"Federal Register final & proposed rules for fisheries & marine resources since a timestamp, each scored 1-10 for compliance impact, with effective dates and primary-source links.","tags":["RegWatch Fisheries"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-fisheries/status":{"get":{"operationId":"reg-fisheries_status","summary":"Stored detail for a single Federal Register document (entityId like 'fedreg:2026-14090').","tags":["RegWatch Fisheries"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-fisheries/brief":{"get":{"operationId":"reg-fisheries_brief","summary":"An LLM-written compliance digest: the handful of fisheries & marine resources rules in the window that actually matter, with deadlines called out.","tags":["RegWatch Fisheries"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-wildlife/changes":{"get":{"operationId":"reg-wildlife_changes","summary":"Federal Register final & proposed rules for endangered species & wildlife since a timestamp, each scored 1-10 for compliance impact, with effective dates and primary-source links.","tags":["RegWatch Wildlife"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-wildlife/status":{"get":{"operationId":"reg-wildlife_status","summary":"Stored detail for a single Federal Register document (entityId like 'fedreg:2026-14090').","tags":["RegWatch Wildlife"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-wildlife/brief":{"get":{"operationId":"reg-wildlife_brief","summary":"An LLM-written compliance digest: the handful of endangered species & wildlife rules in the window that actually matter, with deadlines called out.","tags":["RegWatch Wildlife"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-ai-governance/changes":{"get":{"operationId":"reg-ai-governance_changes","summary":"Federal Register final & proposed rules for artificial intelligence & automated systems since a timestamp, each scored 1-10 for compliance impact, with effective dates and primary-source links.","tags":["RegWatch AI Governance"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-ai-governance/status":{"get":{"operationId":"reg-ai-governance_status","summary":"Stored detail for a single Federal Register document (entityId like 'fedreg:2026-14090').","tags":["RegWatch AI Governance"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-ai-governance/brief":{"get":{"operationId":"reg-ai-governance_brief","summary":"An LLM-written compliance digest: the handful of artificial intelligence & automated systems rules in the window that actually matter, with deadlines called out.","tags":["RegWatch AI Governance"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-crypto/changes":{"get":{"operationId":"reg-crypto_changes","summary":"Federal Register final & proposed rules for crypto & digital assets since a timestamp, each scored 1-10 for compliance impact, with effective dates and primary-source links.","tags":["RegWatch Digital Assets"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-crypto/status":{"get":{"operationId":"reg-crypto_status","summary":"Stored detail for a single Federal Register document (entityId like 'fedreg:2026-14090').","tags":["RegWatch Digital Assets"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-crypto/brief":{"get":{"operationId":"reg-crypto_brief","summary":"An LLM-written compliance digest: the handful of crypto & digital assets rules in the window that actually matter, with deadlines called out.","tags":["RegWatch Digital Assets"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-privacy/changes":{"get":{"operationId":"reg-privacy_changes","summary":"Federal Register final & proposed rules for consumer data privacy since a timestamp, each scored 1-10 for compliance impact, with effective dates and primary-source links.","tags":["RegWatch Data Privacy"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-privacy/status":{"get":{"operationId":"reg-privacy_status","summary":"Stored detail for a single Federal Register document (entityId like 'fedreg:2026-14090').","tags":["RegWatch Data Privacy"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-privacy/brief":{"get":{"operationId":"reg-privacy_brief","summary":"An LLM-written compliance digest: the handful of consumer data privacy rules in the window that actually matter, with deadlines called out.","tags":["RegWatch Data Privacy"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-cybersecurity/changes":{"get":{"operationId":"reg-cybersecurity_changes","summary":"Federal Register final & proposed rules for cybersecurity requirements since a timestamp, each scored 1-10 for compliance impact, with effective dates and primary-source links.","tags":["RegWatch Cybersecurity"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-cybersecurity/status":{"get":{"operationId":"reg-cybersecurity_status","summary":"Stored detail for a single Federal Register document (entityId like 'fedreg:2026-14090').","tags":["RegWatch Cybersecurity"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-cybersecurity/brief":{"get":{"operationId":"reg-cybersecurity_brief","summary":"An LLM-written compliance digest: the handful of cybersecurity requirements rules in the window that actually matter, with deadlines called out.","tags":["RegWatch Cybersecurity"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-telecom/changes":{"get":{"operationId":"reg-telecom_changes","summary":"Federal Register final & proposed rules for telecommunications & spectrum since a timestamp, each scored 1-10 for compliance impact, with effective dates and primary-source links.","tags":["RegWatch Telecom"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-telecom/status":{"get":{"operationId":"reg-telecom_status","summary":"Stored detail for a single Federal Register document (entityId like 'fedreg:2026-14090').","tags":["RegWatch Telecom"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-telecom/brief":{"get":{"operationId":"reg-telecom_brief","summary":"An LLM-written compliance digest: the handful of telecommunications & spectrum rules in the window that actually matter, with deadlines called out.","tags":["RegWatch Telecom"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-maritime/changes":{"get":{"operationId":"reg-maritime_changes","summary":"Federal Register final & proposed rules for maritime & vessel safety since a timestamp, each scored 1-10 for compliance impact, with effective dates and primary-source links.","tags":["RegWatch Maritime"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-maritime/status":{"get":{"operationId":"reg-maritime_status","summary":"Stored detail for a single Federal Register document (entityId like 'fedreg:2026-14090').","tags":["RegWatch Maritime"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-maritime/brief":{"get":{"operationId":"reg-maritime_brief","summary":"An LLM-written compliance digest: the handful of maritime & vessel safety rules in the window that actually matter, with deadlines called out.","tags":["RegWatch Maritime"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-disaster/changes":{"get":{"operationId":"reg-disaster_changes","summary":"Federal Register final & proposed rules for disaster response & flood insurance since a timestamp, each scored 1-10 for compliance impact, with effective dates and primary-source links.","tags":["RegWatch Disaster & FEMA"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-disaster/status":{"get":{"operationId":"reg-disaster_status","summary":"Stored detail for a single Federal Register document (entityId like 'fedreg:2026-14090').","tags":["RegWatch Disaster & FEMA"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-disaster/brief":{"get":{"operationId":"reg-disaster_brief","summary":"An LLM-written compliance digest: the handful of disaster response & flood insurance rules in the window that actually matter, with deadlines called out.","tags":["RegWatch Disaster & FEMA"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-veterans/changes":{"get":{"operationId":"reg-veterans_changes","summary":"Federal Register final & proposed rules for veterans benefits & healthcare since a timestamp, each scored 1-10 for compliance impact, with effective dates and primary-source links.","tags":["RegWatch Veterans"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-veterans/status":{"get":{"operationId":"reg-veterans_status","summary":"Stored detail for a single Federal Register document (entityId like 'fedreg:2026-14090').","tags":["RegWatch Veterans"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-veterans/brief":{"get":{"operationId":"reg-veterans_brief","summary":"An LLM-written compliance digest: the handful of veterans benefits & healthcare rules in the window that actually matter, with deadlines called out.","tags":["RegWatch Veterans"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-social-security/changes":{"get":{"operationId":"reg-social-security_changes","summary":"Federal Register final & proposed rules for Social Security & disability benefits since a timestamp, each scored 1-10 for compliance impact, with effective dates and primary-source links.","tags":["RegWatch Social Security"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-social-security/status":{"get":{"operationId":"reg-social-security_status","summary":"Stored detail for a single Federal Register document (entityId like 'fedreg:2026-14090').","tags":["RegWatch Social Security"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-social-security/brief":{"get":{"operationId":"reg-social-security_brief","summary":"An LLM-written compliance digest: the handful of Social Security & disability benefits rules in the window that actually matter, with deadlines called out.","tags":["RegWatch Social Security"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-firearms/changes":{"get":{"operationId":"reg-firearms_changes","summary":"Federal Register final & proposed rules for firearms & explosives since a timestamp, each scored 1-10 for compliance impact, with effective dates and primary-source links.","tags":["RegWatch Firearms"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-firearms/status":{"get":{"operationId":"reg-firearms_status","summary":"Stored detail for a single Federal Register document (entityId like 'fedreg:2026-14090').","tags":["RegWatch Firearms"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-firearms/brief":{"get":{"operationId":"reg-firearms_brief","summary":"An LLM-written compliance digest: the handful of firearms & explosives rules in the window that actually matter, with deadlines called out.","tags":["RegWatch Firearms"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-cosmetics/changes":{"get":{"operationId":"reg-cosmetics_changes","summary":"Federal Register final & proposed rules for cosmetics & personal-care products since a timestamp, each scored 1-10 for compliance impact, with effective dates and primary-source links.","tags":["RegWatch Cosmetics"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-cosmetics/status":{"get":{"operationId":"reg-cosmetics_status","summary":"Stored detail for a single Federal Register document (entityId like 'fedreg:2026-14090').","tags":["RegWatch Cosmetics"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-cosmetics/brief":{"get":{"operationId":"reg-cosmetics_brief","summary":"An LLM-written compliance digest: the handful of cosmetics & personal-care products rules in the window that actually matter, with deadlines called out.","tags":["RegWatch Cosmetics"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-waste/changes":{"get":{"operationId":"reg-waste_changes","summary":"Federal Register final & proposed rules for hazardous & solid waste since a timestamp, each scored 1-10 for compliance impact, with effective dates and primary-source links.","tags":["RegWatch Hazardous Waste"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-waste/status":{"get":{"operationId":"reg-waste_status","summary":"Stored detail for a single Federal Register document (entityId like 'fedreg:2026-14090').","tags":["RegWatch Hazardous Waste"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-waste/brief":{"get":{"operationId":"reg-waste_brief","summary":"An LLM-written compliance digest: the handful of hazardous & solid waste rules in the window that actually matter, with deadlines called out.","tags":["RegWatch Hazardous Waste"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-grid-reliability/changes":{"get":{"operationId":"reg-grid-reliability_changes","summary":"Federal Register final & proposed rules for electric-grid reliability & interconnection since a timestamp, each scored 1-10 for compliance impact, with effective dates and primary-source links.","tags":["RegWatch Grid Reliability"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-grid-reliability/status":{"get":{"operationId":"reg-grid-reliability_status","summary":"Stored detail for a single Federal Register document (entityId like 'fedreg:2026-14090').","tags":["RegWatch Grid Reliability"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-grid-reliability/brief":{"get":{"operationId":"reg-grid-reliability_brief","summary":"An LLM-written compliance digest: the handful of electric-grid reliability & interconnection rules in the window that actually matter, with deadlines called out.","tags":["RegWatch Grid Reliability"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-accessibility/changes":{"get":{"operationId":"reg-accessibility_changes","summary":"Federal Register final & proposed rules for accessibility (ADA / Section 508) since a timestamp, each scored 1-10 for compliance impact, with effective dates and primary-source links.","tags":["RegWatch Accessibility"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-accessibility/status":{"get":{"operationId":"reg-accessibility_status","summary":"Stored detail for a single Federal Register document (entityId like 'fedreg:2026-14090').","tags":["RegWatch Accessibility"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-accessibility/brief":{"get":{"operationId":"reg-accessibility_brief","summary":"An LLM-written compliance digest: the handful of accessibility (ADA / Section 508) rules in the window that actually matter, with deadlines called out.","tags":["RegWatch Accessibility"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-cannabis/changes":{"get":{"operationId":"reg-cannabis_changes","summary":"Federal Register final & proposed rules for cannabis, marijuana & hemp since a timestamp, each scored 1-10 for compliance impact, with effective dates and primary-source links.","tags":["RegWatch Cannabis"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-cannabis/status":{"get":{"operationId":"reg-cannabis_status","summary":"Stored detail for a single Federal Register document (entityId like 'fedreg:2026-14090').","tags":["RegWatch Cannabis"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/reg-cannabis/brief":{"get":{"operationId":"reg-cannabis_brief","summary":"An LLM-written compliance digest: the handful of cannabis, marijuana & hemp rules in the window that actually matter, with deadlines called out.","tags":["RegWatch Cannabis"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/crates/changes":{"get":{"operationId":"crates_changes","summary":"New releases of tracked Rust crate packages since a timestamp, tagged new_release or breaking_change (major bump) with a 1-10 significance score. Pass ?package=<name> for ANY Rust crate package on demand.","tags":["CrateWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"},{"name":"package","in":"query","required":false,"schema":{"type":"string"},"description":"Any crates.io (Rust) package name — resolved and fetched live if not already tracked"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/crates/status":{"get":{"operationId":"crates_status","summary":"Current latest version, publish date, and URL for a Rust crate package. Use ?id=pkg:<name> or ?package=<name> (resolved live).","tags":["CrateWatch"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"},{"name":"package","in":"query","required":false,"schema":{"type":"string"},"description":"Any crates.io (Rust) package name — resolved and fetched live if not already tracked"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/crates/brief":{"get":{"operationId":"crates_brief","summary":"An LLM-written digest of the most consequential Rust crate updates and breaking changes in the window, with upgrade guidance.","tags":["CrateWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/rubygems/changes":{"get":{"operationId":"rubygems_changes","summary":"New releases of tracked Ruby gem packages since a timestamp, tagged new_release or breaking_change (major bump) with a 1-10 significance score. Pass ?package=<name> for ANY Ruby gem package on demand.","tags":["GemWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"},{"name":"package","in":"query","required":false,"schema":{"type":"string"},"description":"Any RubyGems (Ruby) package name — resolved and fetched live if not already tracked"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/rubygems/status":{"get":{"operationId":"rubygems_status","summary":"Current latest version, publish date, and URL for a Ruby gem package. Use ?id=pkg:<name> or ?package=<name> (resolved live).","tags":["GemWatch"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"},{"name":"package","in":"query","required":false,"schema":{"type":"string"},"description":"Any RubyGems (Ruby) package name — resolved and fetched live if not already tracked"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/rubygems/brief":{"get":{"operationId":"rubygems_brief","summary":"An LLM-written digest of the most consequential Ruby gem updates and breaking changes in the window, with upgrade guidance.","tags":["GemWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/composer/changes":{"get":{"operationId":"composer_changes","summary":"New releases of tracked PHP Composer packages since a timestamp, tagged new_release or breaking_change (major bump) with a 1-10 significance score. Pass ?package=<name> for ANY PHP Composer package on demand.","tags":["ComposerWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"},{"name":"package","in":"query","required":false,"schema":{"type":"string"},"description":"Any Packagist (PHP) package name — resolved and fetched live if not already tracked"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/composer/status":{"get":{"operationId":"composer_status","summary":"Current latest version, publish date, and URL for a PHP Composer package. Use ?id=pkg:<name> or ?package=<name> (resolved live).","tags":["ComposerWatch"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"},{"name":"package","in":"query","required":false,"schema":{"type":"string"},"description":"Any Packagist (PHP) package name — resolved and fetched live if not already tracked"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/composer/brief":{"get":{"operationId":"composer_brief","summary":"An LLM-written digest of the most consequential PHP Composer updates and breaking changes in the window, with upgrade guidance.","tags":["ComposerWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/nuget/changes":{"get":{"operationId":"nuget_changes","summary":"New releases of tracked .NET NuGet packages since a timestamp, tagged new_release or breaking_change (major bump) with a 1-10 significance score. Pass ?package=<name> for ANY .NET NuGet package on demand.","tags":["NuGetWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"},{"name":"package","in":"query","required":false,"schema":{"type":"string"},"description":"Any NuGet (.NET) package name — resolved and fetched live if not already tracked"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/nuget/status":{"get":{"operationId":"nuget_status","summary":"Current latest version, publish date, and URL for a .NET NuGet package. Use ?id=pkg:<name> or ?package=<name> (resolved live).","tags":["NuGetWatch"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"},{"name":"package","in":"query","required":false,"schema":{"type":"string"},"description":"Any NuGet (.NET) package name — resolved and fetched live if not already tracked"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/nuget/brief":{"get":{"operationId":"nuget_brief","summary":"An LLM-written digest of the most consequential .NET NuGet updates and breaking changes in the window, with upgrade guidance.","tags":["NuGetWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/hex/changes":{"get":{"operationId":"hex_changes","summary":"New releases of tracked Elixir/Erlang Hex packages since a timestamp, tagged new_release or breaking_change (major bump) with a 1-10 significance score. Pass ?package=<name> for ANY Elixir/Erlang Hex package on demand.","tags":["HexWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"},{"name":"package","in":"query","required":false,"schema":{"type":"string"},"description":"Any Hex.pm (Elixir) package name — resolved and fetched live if not already tracked"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/hex/status":{"get":{"operationId":"hex_status","summary":"Current latest version, publish date, and URL for a Elixir/Erlang Hex package. Use ?id=pkg:<name> or ?package=<name> (resolved live).","tags":["HexWatch"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"},{"name":"package","in":"query","required":false,"schema":{"type":"string"},"description":"Any Hex.pm (Elixir) package name — resolved and fetched live if not already tracked"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/hex/brief":{"get":{"operationId":"hex_brief","summary":"An LLM-written digest of the most consequential Elixir/Erlang Hex updates and breaking changes in the window, with upgrade guidance.","tags":["HexWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/pub/changes":{"get":{"operationId":"pub_changes","summary":"New releases of tracked Dart/Flutter pub packages since a timestamp, tagged new_release or breaking_change (major bump) with a 1-10 significance score. Pass ?package=<name> for ANY Dart/Flutter pub package on demand.","tags":["PubWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"},{"name":"package","in":"query","required":false,"schema":{"type":"string"},"description":"Any pub.dev (Dart/Flutter) package name — resolved and fetched live if not already tracked"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/pub/status":{"get":{"operationId":"pub_status","summary":"Current latest version, publish date, and URL for a Dart/Flutter pub package. Use ?id=pkg:<name> or ?package=<name> (resolved live).","tags":["PubWatch"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"},{"name":"package","in":"query","required":false,"schema":{"type":"string"},"description":"Any pub.dev (Dart/Flutter) package name — resolved and fetched live if not already tracked"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/pub/brief":{"get":{"operationId":"pub_brief","summary":"An LLM-written digest of the most consequential Dart/Flutter pub updates and breaking changes in the window, with upgrade guidance.","tags":["PubWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/gomod/changes":{"get":{"operationId":"gomod_changes","summary":"New releases of tracked Go module packages since a timestamp, tagged new_release or breaking_change (major bump) with a 1-10 significance score. Pass ?package=<name> for ANY Go module package on demand.","tags":["GoModWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"},{"name":"package","in":"query","required":false,"schema":{"type":"string"},"description":"Any Go modules (proxy.golang.org) package name — resolved and fetched live if not already tracked"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/gomod/status":{"get":{"operationId":"gomod_status","summary":"Current latest version, publish date, and URL for a Go module package. Use ?id=pkg:<name> or ?package=<name> (resolved live).","tags":["GoModWatch"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"},{"name":"package","in":"query","required":false,"schema":{"type":"string"},"description":"Any Go modules (proxy.golang.org) package name — resolved and fetched live if not already tracked"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/gomod/brief":{"get":{"operationId":"gomod_brief","summary":"An LLM-written digest of the most consequential Go module updates and breaking changes in the window, with upgrade guidance.","tags":["GoModWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/homebrew/changes":{"get":{"operationId":"homebrew_changes","summary":"New releases of tracked Homebrew formula packages since a timestamp, tagged new_release or breaking_change (major bump) with a 1-10 significance score. Pass ?package=<name> for ANY Homebrew formula package on demand.","tags":["BrewWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"},{"name":"package","in":"query","required":false,"schema":{"type":"string"},"description":"Any Homebrew (macOS/Linux) package name — resolved and fetched live if not already tracked"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/homebrew/status":{"get":{"operationId":"homebrew_status","summary":"Current latest version, publish date, and URL for a Homebrew formula package. Use ?id=pkg:<name> or ?package=<name> (resolved live).","tags":["BrewWatch"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"},{"name":"package","in":"query","required":false,"schema":{"type":"string"},"description":"Any Homebrew (macOS/Linux) package name — resolved and fetched live if not already tracked"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/homebrew/brief":{"get":{"operationId":"homebrew_brief","summary":"An LLM-written digest of the most consequential Homebrew formula updates and breaking changes in the window, with upgrade guidance.","tags":["BrewWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/maven/changes":{"get":{"operationId":"maven_changes","summary":"New releases of tracked Java/Maven packages since a timestamp, tagged new_release or breaking_change (major bump) with a 1-10 significance score. Pass ?package=<name> for ANY Java/Maven package on demand.","tags":["MavenWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"},{"name":"package","in":"query","required":false,"schema":{"type":"string"},"description":"Any Maven Central (Java) package name — resolved and fetched live if not already tracked"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/maven/status":{"get":{"operationId":"maven_status","summary":"Current latest version, publish date, and URL for a Java/Maven package. Use ?id=pkg:<name> or ?package=<name> (resolved live).","tags":["MavenWatch"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"},{"name":"package","in":"query","required":false,"schema":{"type":"string"},"description":"Any Maven Central (Java) package name — resolved and fetched live if not already tracked"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/maven/brief":{"get":{"operationId":"maven_brief","summary":"An LLM-written digest of the most consequential Java/Maven updates and breaking changes in the window, with upgrade guidance.","tags":["MavenWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/cpan/changes":{"get":{"operationId":"cpan_changes","summary":"New releases of tracked Perl CPAN packages since a timestamp, tagged new_release or breaking_change (major bump) with a 1-10 significance score. Pass ?package=<name> for ANY Perl CPAN package on demand.","tags":["CPANWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"},{"name":"package","in":"query","required":false,"schema":{"type":"string"},"description":"Any MetaCPAN (Perl) package name — resolved and fetched live if not already tracked"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/cpan/status":{"get":{"operationId":"cpan_status","summary":"Current latest version, publish date, and URL for a Perl CPAN package. Use ?id=pkg:<name> or ?package=<name> (resolved live).","tags":["CPANWatch"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"},{"name":"package","in":"query","required":false,"schema":{"type":"string"},"description":"Any MetaCPAN (Perl) package name — resolved and fetched live if not already tracked"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/cpan/brief":{"get":{"operationId":"cpan_brief","summary":"An LLM-written digest of the most consequential Perl CPAN updates and breaking changes in the window, with upgrade guidance.","tags":["CPANWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/conda/changes":{"get":{"operationId":"conda_changes","summary":"New releases of tracked conda-forge packages since a timestamp, tagged new_release or breaking_change (major bump) with a 1-10 significance score. Pass ?package=<name> for ANY conda-forge package on demand.","tags":["CondaWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"},{"name":"package","in":"query","required":false,"schema":{"type":"string"},"description":"Any conda-forge (Python/data-science) package name — resolved and fetched live if not already tracked"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/conda/status":{"get":{"operationId":"conda_status","summary":"Current latest version, publish date, and URL for a conda-forge package. Use ?id=pkg:<name> or ?package=<name> (resolved live).","tags":["CondaWatch"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"},{"name":"package","in":"query","required":false,"schema":{"type":"string"},"description":"Any conda-forge (Python/data-science) package name — resolved and fetched live if not already tracked"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/conda/brief":{"get":{"operationId":"conda_brief","summary":"An LLM-written digest of the most consequential conda-forge updates and breaking changes in the window, with upgrade guidance.","tags":["CondaWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/cve/changes":{"get":{"operationId":"cve_changes","summary":"Newly published CVEs from the NVD since a timestamp, scored 1-10 by CVSS base severity, with descriptions and links. Filter with ?min_significance=7 for high/critical only.","tags":["CVEWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/cve/status":{"get":{"operationId":"cve_status","summary":"Stored detail for a single CVE (entityId like 'cve:CVE-2026-12345').","tags":["CVEWatch"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/cve/brief":{"get":{"operationId":"cve_brief","summary":"An LLM-written digest of the most severe new CVEs in the window.","tags":["CVEWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/kev/changes":{"get":{"operationId":"kev_changes","summary":"Vulnerabilities added to CISA's KEV catalogue since a timestamp — each is confirmed actively exploited (significance 9-10), with the required remediation action and federal due date.","tags":["KEVWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/kev/status":{"get":{"operationId":"kev_status","summary":"Stored detail for a single KEV entry (entityId like 'cve:CVE-2026-12345').","tags":["KEVWatch"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/kev/brief":{"get":{"operationId":"kev_brief","summary":"An LLM-written digest of newly-exploited vulnerabilities and the actions they demand.","tags":["KEVWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/ghsa/changes":{"get":{"operationId":"ghsa_changes","summary":"Reviewed GitHub security advisories published since a timestamp, scored by severity, with affected packages and links.","tags":["AdvisoryWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/ghsa/status":{"get":{"operationId":"ghsa_status","summary":"Stored detail for a single advisory (entityId like 'ghsa:GHSA-xxxx').","tags":["AdvisoryWatch"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/ghsa/brief":{"get":{"operationId":"ghsa_brief","summary":"An LLM-written digest of the most severe new all ecosystems advisories in the window.","tags":["AdvisoryWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/ghsa-npm/changes":{"get":{"operationId":"ghsa-npm_changes","summary":"Reviewed GitHub security advisories for npm packages published since a timestamp, scored by severity, with affected packages and links.","tags":["AdvisoryWatch npm"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/ghsa-npm/status":{"get":{"operationId":"ghsa-npm_status","summary":"Stored detail for a single advisory (entityId like 'ghsa:GHSA-xxxx').","tags":["AdvisoryWatch npm"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/ghsa-npm/brief":{"get":{"operationId":"ghsa-npm_brief","summary":"An LLM-written digest of the most severe new npm advisories in the window.","tags":["AdvisoryWatch npm"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/ghsa-pip/changes":{"get":{"operationId":"ghsa-pip_changes","summary":"Reviewed GitHub security advisories for PyPI packages published since a timestamp, scored by severity, with affected packages and links.","tags":["AdvisoryWatch PyPI"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/ghsa-pip/status":{"get":{"operationId":"ghsa-pip_status","summary":"Stored detail for a single advisory (entityId like 'ghsa:GHSA-xxxx').","tags":["AdvisoryWatch PyPI"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/ghsa-pip/brief":{"get":{"operationId":"ghsa-pip_brief","summary":"An LLM-written digest of the most severe new PyPI advisories in the window.","tags":["AdvisoryWatch PyPI"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/ghsa-go/changes":{"get":{"operationId":"ghsa-go_changes","summary":"Reviewed GitHub security advisories for Go packages published since a timestamp, scored by severity, with affected packages and links.","tags":["AdvisoryWatch Go"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/ghsa-go/status":{"get":{"operationId":"ghsa-go_status","summary":"Stored detail for a single advisory (entityId like 'ghsa:GHSA-xxxx').","tags":["AdvisoryWatch Go"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/ghsa-go/brief":{"get":{"operationId":"ghsa-go_brief","summary":"An LLM-written digest of the most severe new Go advisories in the window.","tags":["AdvisoryWatch Go"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/ghsa-maven/changes":{"get":{"operationId":"ghsa-maven_changes","summary":"Reviewed GitHub security advisories for Maven/Java packages published since a timestamp, scored by severity, with affected packages and links.","tags":["AdvisoryWatch Maven"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/ghsa-maven/status":{"get":{"operationId":"ghsa-maven_status","summary":"Stored detail for a single advisory (entityId like 'ghsa:GHSA-xxxx').","tags":["AdvisoryWatch Maven"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/ghsa-maven/brief":{"get":{"operationId":"ghsa-maven_brief","summary":"An LLM-written digest of the most severe new Maven/Java advisories in the window.","tags":["AdvisoryWatch Maven"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/ghsa-composer/changes":{"get":{"operationId":"ghsa-composer_changes","summary":"Reviewed GitHub security advisories for Composer/PHP packages published since a timestamp, scored by severity, with affected packages and links.","tags":["AdvisoryWatch Composer"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/ghsa-composer/status":{"get":{"operationId":"ghsa-composer_status","summary":"Stored detail for a single advisory (entityId like 'ghsa:GHSA-xxxx').","tags":["AdvisoryWatch Composer"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/ghsa-composer/brief":{"get":{"operationId":"ghsa-composer_brief","summary":"An LLM-written digest of the most severe new Composer/PHP advisories in the window.","tags":["AdvisoryWatch Composer"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/ghsa-rubygems/changes":{"get":{"operationId":"ghsa-rubygems_changes","summary":"Reviewed GitHub security advisories for RubyGems/Ruby packages published since a timestamp, scored by severity, with affected packages and links.","tags":["AdvisoryWatch RubyGems"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/ghsa-rubygems/status":{"get":{"operationId":"ghsa-rubygems_status","summary":"Stored detail for a single advisory (entityId like 'ghsa:GHSA-xxxx').","tags":["AdvisoryWatch RubyGems"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/ghsa-rubygems/brief":{"get":{"operationId":"ghsa-rubygems_brief","summary":"An LLM-written digest of the most severe new RubyGems/Ruby advisories in the window.","tags":["AdvisoryWatch RubyGems"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/fda-drug-recalls/changes":{"get":{"operationId":"fda-drug-recalls_changes","summary":"FDA drug enforcement actions (recalls) reported since a timestamp, scored by recall class (Class I = most serious), with recalling firm, reason, and distribution. Filter ?min_significance=9 for Class I only.","tags":["DrugRecallWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/fda-drug-recalls/status":{"get":{"operationId":"fda-drug-recalls_status","summary":"Stored detail for a single recall (entityId like 'fda-drug-recalls:D-1234-2026').","tags":["DrugRecallWatch"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/fda-drug-recalls/brief":{"get":{"operationId":"fda-drug-recalls_brief","summary":"An LLM-written digest of the most serious drug recalls in the window.","tags":["DrugRecallWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/fda-device-recalls/changes":{"get":{"operationId":"fda-device-recalls_changes","summary":"FDA medical-device enforcement actions (recalls) reported since a timestamp, scored by recall class (Class I = most serious), with recalling firm, reason, and distribution. Filter ?min_significance=9 for Class I only.","tags":["DeviceRecallWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/fda-device-recalls/status":{"get":{"operationId":"fda-device-recalls_status","summary":"Stored detail for a single recall (entityId like 'fda-device-recalls:D-1234-2026').","tags":["DeviceRecallWatch"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/fda-device-recalls/brief":{"get":{"operationId":"fda-device-recalls_brief","summary":"An LLM-written digest of the most serious medical-device recalls in the window.","tags":["DeviceRecallWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/fda-food-recalls/changes":{"get":{"operationId":"fda-food-recalls_changes","summary":"FDA food enforcement actions (recalls) reported since a timestamp, scored by recall class (Class I = most serious), with recalling firm, reason, and distribution. Filter ?min_significance=9 for Class I only.","tags":["FoodRecallWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/fda-food-recalls/status":{"get":{"operationId":"fda-food-recalls_status","summary":"Stored detail for a single recall (entityId like 'fda-food-recalls:D-1234-2026').","tags":["FoodRecallWatch"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/fda-food-recalls/brief":{"get":{"operationId":"fda-food-recalls_brief","summary":"An LLM-written digest of the most serious food recalls in the window.","tags":["FoodRecallWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/nhtsa-recalls/changes":{"get":{"operationId":"nhtsa-recalls_changes","summary":"NHTSA vehicle safety recalls for a curated set of popular models, with severity flags (park-it, park-outside), affected component, consequence, and remedy.","tags":["VehicleRecallWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/nhtsa-recalls/status":{"get":{"operationId":"nhtsa-recalls_status","summary":"Stored detail for a single recall campaign (entityId like 'nhtsa:24V771000').","tags":["VehicleRecallWatch"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/nhtsa-recalls/brief":{"get":{"operationId":"nhtsa-recalls_brief","summary":"An LLM-written digest of the most severe recent vehicle recalls.","tags":["VehicleRecallWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/earthquakes/changes":{"get":{"operationId":"earthquakes_changes","summary":"USGS earthquakes (M4.5+, past week) with magnitude, location, depth, tsunami flag, and a 1-10 significance score. Filter ?min_significance=8 for the largest events.","tags":["QuakeWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/earthquakes/status":{"get":{"operationId":"earthquakes_status","summary":"Stored detail for a single earthquake (entityId like 'quake:us7000...').","tags":["QuakeWatch"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/earthquakes/brief":{"get":{"operationId":"earthquakes_brief","summary":"An LLM-written digest of the most significant recent earthquakes.","tags":["QuakeWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/earthquakes-all/changes":{"get":{"operationId":"earthquakes-all_changes","summary":"USGS earthquakes (M2.5+, past day) with magnitude, location, depth, tsunami flag, and a 1-10 significance score. Filter ?min_significance=8 for the largest events.","tags":["QuakeWatch All"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/earthquakes-all/status":{"get":{"operationId":"earthquakes-all_status","summary":"Stored detail for a single earthquake (entityId like 'quake:us7000...').","tags":["QuakeWatch All"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/earthquakes-all/brief":{"get":{"operationId":"earthquakes-all_brief","summary":"An LLM-written digest of the most significant recent earthquakes.","tags":["QuakeWatch All"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/earthquakes-significant/changes":{"get":{"operationId":"earthquakes-significant_changes","summary":"USGS earthquakes (significant, past month) with magnitude, location, depth, tsunami flag, and a 1-10 significance score. Filter ?min_significance=8 for the largest events.","tags":["QuakeWatch Significant"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/earthquakes-significant/status":{"get":{"operationId":"earthquakes-significant_status","summary":"Stored detail for a single earthquake (entityId like 'quake:us7000...').","tags":["QuakeWatch Significant"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/earthquakes-significant/brief":{"get":{"operationId":"earthquakes-significant_brief","summary":"An LLM-written digest of the most significant recent earthquakes.","tags":["QuakeWatch Significant"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/weather-alerts/changes":{"get":{"operationId":"weather-alerts_changes","summary":"Active NWS severe/extreme weather alerts (tornado, hurricane, flood, winter storm…) with area, urgency, certainty, effective/expiry times, and a 1-10 severity score.","tags":["WeatherAlertWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/weather-alerts/status":{"get":{"operationId":"weather-alerts_status","summary":"Stored detail for a single active alert.","tags":["WeatherAlertWatch"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/weather-alerts/brief":{"get":{"operationId":"weather-alerts_brief","summary":"An LLM-written digest of the most urgent active weather threats.","tags":["WeatherAlertWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/space-weather/changes":{"get":{"operationId":"space-weather_changes","summary":"NOAA SWPC space-weather alerts, warnings, and watches with the G/R/S storm scale and a 1-10 severity score — relevant to satellites, GPS, power grids, and aviation.","tags":["SpaceWeatherWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/space-weather/status":{"get":{"operationId":"space-weather_status","summary":"Stored detail for a single space-weather product.","tags":["SpaceWeatherWatch"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/space-weather/brief":{"get":{"operationId":"space-weather_brief","summary":"An LLM-written digest of the strongest recent space-weather events.","tags":["SpaceWeatherWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/edgar-ma/changes":{"get":{"operationId":"edgar-ma_changes","summary":"SEC EDGAR 8-K filings matching merger / acquisition agreements since a timestamp — company name, CIK, form, filing date, and a direct link to the filing index.","tags":["M&AWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/edgar-ma/status":{"get":{"operationId":"edgar-ma_status","summary":"Stored detail for a single filing (entityId like 'edgar:0000320193-26-000064').","tags":["M&AWatch"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/edgar-ma/brief":{"get":{"operationId":"edgar-ma_brief","summary":"An LLM-written digest of the most notable merger / acquisition agreements filings in the window.","tags":["M&AWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/edgar-bankruptcy/changes":{"get":{"operationId":"edgar-bankruptcy_changes","summary":"SEC EDGAR 8-K filings matching bankruptcy / Chapter 11 filings since a timestamp — company name, CIK, form, filing date, and a direct link to the filing index.","tags":["BankruptcyWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/edgar-bankruptcy/status":{"get":{"operationId":"edgar-bankruptcy_status","summary":"Stored detail for a single filing (entityId like 'edgar:0000320193-26-000064').","tags":["BankruptcyWatch"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/edgar-bankruptcy/brief":{"get":{"operationId":"edgar-bankruptcy_brief","summary":"An LLM-written digest of the most notable bankruptcy / Chapter 11 filings filings in the window.","tags":["BankruptcyWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/edgar-cyber/changes":{"get":{"operationId":"edgar-cyber_changes","summary":"SEC EDGAR 8-K filings matching cybersecurity-incident disclosures since a timestamp — company name, CIK, form, filing date, and a direct link to the filing index.","tags":["CyberDisclosureWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/edgar-cyber/status":{"get":{"operationId":"edgar-cyber_status","summary":"Stored detail for a single filing (entityId like 'edgar:0000320193-26-000064').","tags":["CyberDisclosureWatch"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/edgar-cyber/brief":{"get":{"operationId":"edgar-cyber_brief","summary":"An LLM-written digest of the most notable cybersecurity-incident disclosures filings in the window.","tags":["CyberDisclosureWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/edgar-ipo/changes":{"get":{"operationId":"edgar-ipo_changes","summary":"SEC EDGAR S-1 filings matching IPO registration statements since a timestamp — company name, CIK, form, filing date, and a direct link to the filing index.","tags":["IPOWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/edgar-ipo/status":{"get":{"operationId":"edgar-ipo_status","summary":"Stored detail for a single filing (entityId like 'edgar:0000320193-26-000064').","tags":["IPOWatch"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/edgar-ipo/brief":{"get":{"operationId":"edgar-ipo_brief","summary":"An LLM-written digest of the most notable IPO registration statements filings in the window.","tags":["IPOWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/edgar-going-concern/changes":{"get":{"operationId":"edgar-going-concern_changes","summary":"SEC EDGAR 10-K,10-Q filings matching going-concern warnings since a timestamp — company name, CIK, form, filing date, and a direct link to the filing index.","tags":["GoingConcernWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/edgar-going-concern/status":{"get":{"operationId":"edgar-going-concern_status","summary":"Stored detail for a single filing (entityId like 'edgar:0000320193-26-000064').","tags":["GoingConcernWatch"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/edgar-going-concern/brief":{"get":{"operationId":"edgar-going-concern_brief","summary":"An LLM-written digest of the most notable going-concern warnings filings in the window.","tags":["GoingConcernWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/edgar-exec-change/changes":{"get":{"operationId":"edgar-exec-change_changes","summary":"SEC EDGAR 8-K filings matching executive / director departures since a timestamp — company name, CIK, form, filing date, and a direct link to the filing index.","tags":["ExecChangeWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/edgar-exec-change/status":{"get":{"operationId":"edgar-exec-change_status","summary":"Stored detail for a single filing (entityId like 'edgar:0000320193-26-000064').","tags":["ExecChangeWatch"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/edgar-exec-change/brief":{"get":{"operationId":"edgar-exec-change_brief","summary":"An LLM-written digest of the most notable executive / director departures filings in the window.","tags":["ExecChangeWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/treasury-debt/changes":{"get":{"operationId":"treasury-debt_changes","summary":"New US Treasury total US public debt data points published since a timestamp, with the value and record date.","tags":["DebtWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/treasury-debt/status":{"get":{"operationId":"treasury-debt_status","summary":"Stored latest total US public debt value.","tags":["DebtWatch"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/treasury-debt/brief":{"get":{"operationId":"treasury-debt_brief","summary":"An LLM-written digest of recent movement in total US public debt.","tags":["DebtWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/treasury-rates/changes":{"get":{"operationId":"treasury-rates_changes","summary":"New US Treasury average interest rate on Treasury securities data points published since a timestamp, with the value and record date.","tags":["TreasuryRateWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/treasury-rates/status":{"get":{"operationId":"treasury-rates_status","summary":"Stored latest average interest rate on Treasury securities value.","tags":["TreasuryRateWatch"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/treasury-rates/brief":{"get":{"operationId":"treasury-rates_brief","summary":"An LLM-written digest of recent movement in average interest rate on Treasury securities.","tags":["TreasuryRateWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/econ-cpi/changes":{"get":{"operationId":"econ-cpi_changes","summary":"New Bureau of Labor Statistics prints of CPI-U (all items, inflation), with the value, period, and month-over-month change.","tags":["CPIWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/econ-cpi/status":{"get":{"operationId":"econ-cpi_status","summary":"Latest reported CPI-U (all items, inflation) value.","tags":["CPIWatch"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/econ-cpi/brief":{"get":{"operationId":"econ-cpi_brief","summary":"An LLM-written read on the recent trend in CPI-U (all items, inflation).","tags":["CPIWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/econ-core-cpi/changes":{"get":{"operationId":"econ-core-cpi_changes","summary":"New Bureau of Labor Statistics prints of core CPI (less food & energy), with the value, period, and month-over-month change.","tags":["CoreCPIWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/econ-core-cpi/status":{"get":{"operationId":"econ-core-cpi_status","summary":"Latest reported core CPI (less food & energy) value.","tags":["CoreCPIWatch"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/econ-core-cpi/brief":{"get":{"operationId":"econ-core-cpi_brief","summary":"An LLM-written read on the recent trend in core CPI (less food & energy).","tags":["CoreCPIWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/econ-unemployment/changes":{"get":{"operationId":"econ-unemployment_changes","summary":"New Bureau of Labor Statistics prints of US unemployment rate, with the value, period, and month-over-month change.","tags":["UnemploymentWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/econ-unemployment/status":{"get":{"operationId":"econ-unemployment_status","summary":"Latest reported US unemployment rate value.","tags":["UnemploymentWatch"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/econ-unemployment/brief":{"get":{"operationId":"econ-unemployment_brief","summary":"An LLM-written read on the recent trend in US unemployment rate.","tags":["UnemploymentWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/econ-ppi/changes":{"get":{"operationId":"econ-ppi_changes","summary":"New Bureau of Labor Statistics prints of PPI final demand (producer prices), with the value, period, and month-over-month change.","tags":["PPIWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/econ-ppi/status":{"get":{"operationId":"econ-ppi_status","summary":"Latest reported PPI final demand (producer prices) value.","tags":["PPIWatch"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/econ-ppi/brief":{"get":{"operationId":"econ-ppi_brief","summary":"An LLM-written read on the recent trend in PPI final demand (producer prices).","tags":["PPIWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/econ-payrolls/changes":{"get":{"operationId":"econ-payrolls_changes","summary":"New Bureau of Labor Statistics prints of total nonfarm payroll employment, with the value, period, and month-over-month change.","tags":["PayrollWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/econ-payrolls/status":{"get":{"operationId":"econ-payrolls_status","summary":"Latest reported total nonfarm payroll employment value.","tags":["PayrollWatch"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/econ-payrolls/brief":{"get":{"operationId":"econ-payrolls_brief","summary":"An LLM-written read on the recent trend in total nonfarm payroll employment.","tags":["PayrollWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/econ-fed-funds/changes":{"get":{"operationId":"econ-fed-funds_changes","summary":"New FRED observations of effective federal funds rate, with value and date. (Requires FRED_API_KEY; no-ops until set.)","tags":["FedFundsWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/econ-fed-funds/status":{"get":{"operationId":"econ-fed-funds_status","summary":"Latest reported effective federal funds rate value.","tags":["FedFundsWatch"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/econ-fed-funds/brief":{"get":{"operationId":"econ-fed-funds_brief","summary":"An LLM-written read on recent movement in effective federal funds rate.","tags":["FedFundsWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/econ-10y/changes":{"get":{"operationId":"econ-10y_changes","summary":"New FRED observations of 10-year Treasury yield, with value and date. (Requires FRED_API_KEY; no-ops until set.)","tags":["TenYearWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/econ-10y/status":{"get":{"operationId":"econ-10y_status","summary":"Latest reported 10-year Treasury yield value.","tags":["TenYearWatch"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/econ-10y/brief":{"get":{"operationId":"econ-10y_brief","summary":"An LLM-written read on recent movement in 10-year Treasury yield.","tags":["TenYearWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/econ-mortgage/changes":{"get":{"operationId":"econ-mortgage_changes","summary":"New FRED observations of 30-year fixed mortgage rate, with value and date. (Requires FRED_API_KEY; no-ops until set.)","tags":["MortgageRateWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/econ-mortgage/status":{"get":{"operationId":"econ-mortgage_status","summary":"Latest reported 30-year fixed mortgage rate value.","tags":["MortgageRateWatch"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/econ-mortgage/brief":{"get":{"operationId":"econ-mortgage_brief","summary":"An LLM-written read on recent movement in 30-year fixed mortgage rate.","tags":["MortgageRateWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/energy-gas/changes":{"get":{"operationId":"energy-gas_changes","summary":"New US Energy Information Administration observations of US regular gasoline price. (Requires EIA_API_KEY; no-ops until set.)","tags":["GasPriceWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/energy-gas/status":{"get":{"operationId":"energy-gas_status","summary":"Latest reported US regular gasoline price value.","tags":["GasPriceWatch"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/energy-gas/brief":{"get":{"operationId":"energy-gas_brief","summary":"An LLM-written read on recent movement in US regular gasoline price.","tags":["GasPriceWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/energy-diesel/changes":{"get":{"operationId":"energy-diesel_changes","summary":"New US Energy Information Administration observations of US diesel price. (Requires EIA_API_KEY; no-ops until set.)","tags":["DieselPriceWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/energy-diesel/status":{"get":{"operationId":"energy-diesel_status","summary":"Latest reported US diesel price value.","tags":["DieselPriceWatch"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/energy-diesel/brief":{"get":{"operationId":"energy-diesel_brief","summary":"An LLM-written read on recent movement in US diesel price.","tags":["DieselPriceWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/python-peps/changes":{"get":{"operationId":"python-peps_changes","summary":"Recently-created Python PEPs with their status (Draft/Accepted/Final), type, authors, and target Python version — the roadmap of the language.","tags":["PythonPEPWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/python-peps/status":{"get":{"operationId":"python-peps_status","summary":"Stored detail for a single PEP (entityId like 'pep:703').","tags":["PythonPEPWatch"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/python-peps/brief":{"get":{"operationId":"python-peps_brief","summary":"An LLM-written digest of the most consequential recent Python proposals.","tags":["PythonPEPWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/hacker-news/changes":{"get":{"operationId":"hacker-news_changes","summary":"Current top Hacker News stories with score, comment count, author, and link — a real-time pulse of what the tech community is discussing. Filter ?min_significance=7 for the biggest stories only.","tags":["HackerNewsWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/hacker-news/status":{"get":{"operationId":"hacker-news_status","summary":"Stored detail for a single story (entityId like 'hn:39123456').","tags":["HackerNewsWatch"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/hacker-news/brief":{"get":{"operationId":"hacker-news_brief","summary":"An LLM-written digest of what the tech community is focused on right now.","tags":["HackerNewsWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/ai-releases/changes":{"get":{"operationId":"ai-releases_changes","summary":"New GitHub releases from a curated set of AI/ML framework & tooling projects since a timestamp, with version, notes, and a breaking-change flag.","tags":["AIToolWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/ai-releases/status":{"get":{"operationId":"ai-releases_status","summary":"Latest release for a tracked project (entityId like 'repo:owner/name').","tags":["AIToolWatch"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/ai-releases/brief":{"get":{"operationId":"ai-releases_brief","summary":"An LLM-written digest of the most consequential AI/ML framework & tooling releases in the window.","tags":["AIToolWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/devops-releases/changes":{"get":{"operationId":"devops-releases_changes","summary":"New GitHub releases from a curated set of DevOps / cloud-native infrastructure projects since a timestamp, with version, notes, and a breaking-change flag.","tags":["DevOpsToolWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Only changes detected after this ISO-8601 instant"},{"name":"min_significance","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":10},"description":"Keep only changes scored at least this"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":500},"description":"Max rows to return"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"question":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"count":{"type":"integer"},"changes":{"type":"array","items":{"type":"object","properties":{"entityId":{"type":"string"},"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"significance":{"type":"integer","minimum":1,"maximum":10},"detectedAt":{"type":"string","format":"date-time"},"effectiveDate":{"type":["string","null"]},"sourceUrl":{"type":["string","null"],"description":"Primary-source link for verification"},"detail":{"type":"object"}}}}}}}}},"402":{"description":"Payment Required — pay $0.05 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/devops-releases/status":{"get":{"operationId":"devops-releases_status","summary":"Latest release for a tracked project (entityId like 'repo:owner/name').","tags":["DevOpsToolWatch"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"},"description":"entityId to look up; omit to list tracked entities"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"entity":{"type":"object"},"entities":{"type":"array","items":{"type":"object"}},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.01 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/devops-releases/brief":{"get":{"operationId":"devops-releases_brief","summary":"An LLM-written digest of the most consequential DevOps / cloud-native infrastructure releases in the window.","tags":["DevOpsToolWatch"],"parameters":[{"name":"since","in":"query","required":false,"schema":{"type":"string","format":"date-time"},"description":"Window start (default: last 30 days)"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"since":{"type":"string","format":"date-time"},"basedOnChanges":{"type":"integer"},"generatedBy":{"type":"string","enum":["llm","template"]},"brief":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.25 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/depaudit/check":{"get":{"operationId":"depaudit_audit","summary":"PREMIUM one-call dependency risk audit: pass ?packages=<comma list, max 12>&ecosystem=npm|pypi and get a per-package verdict combining live GitHub Security Advisories, CISA actively-exploited (KEV) cross-reference, current registry version, tracked breaking changes, and an LLM ship/no-ship recommendation. Replaces ~20 lookups + synthesis an agent would otherwise do itself.","tags":["DepAudit"],"parameters":[{"name":"packages","in":"query","required":false,"schema":{"type":"string"},"description":"packages (required)"},{"name":"ecosystem","in":"query","required":false,"schema":{"type":"string"},"description":"ecosystem"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.500000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"ecosystem":{"type":"string"},"packagesAudited":{"type":"integer"},"findings":{"type":"array","items":{"type":"object"}},"overallVerdict":{"type":"string"},"generatedBy":{"type":"string","enum":["llm","template"]},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.50 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/tariffaudit/check":{"get":{"operationId":"tariffaudit_audit","summary":"PREMIUM one-call import-duty verdict: pass ?hts=<code>&origin=<country> and get the base MFN rate, Chapter-99 stacking (Section 301/232/IEEPA), a combined effective-rate estimate, recent tracked changes, and an LLM verdict on the true landed duty — the answer a supply-chain agent needs instead of parsing the 3,000-page HTS.","tags":["TariffAudit"],"parameters":[{"name":"hts","in":"query","required":false,"schema":{"type":"string"},"description":"hts (required)"},{"name":"origin","in":"query","required":false,"schema":{"type":"string"},"description":"origin"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.500000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"ecosystem":{"type":"string"},"packagesAudited":{"type":"integer"},"findings":{"type":"array","items":{"type":"object"}},"overallVerdict":{"type":"string"},"generatedBy":{"type":"string","enum":["llm","template"]},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $0.50 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}},"/v1/complianceaudit/check":{"get":{"operationId":"complianceaudit_audit","summary":"PREMIUM one-call cross-surface compliance brief: pass ?industry=<name> (e.g. 'medical devices', 'fintech', 'cannabis') and get the recent high-significance changes fanned across that industry's relevant RegWatch verticals, FDA/NHTSA recalls, OFAC sanctions, and CVE/KEV feeds, plus an LLM-written prioritized action brief. Replaces a dozen separate feed calls + synthesis.","tags":["ComplianceAudit"],"parameters":[{"name":"industry","in":"query","required":false,"schema":{"type":"string"},"description":"industry (required)"},{"name":"since","in":"query","required":false,"schema":{"type":"string"},"description":"since"}],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"1.000000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Structured result (after payment settles)","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"ecosystem":{"type":"string"},"packagesAudited":{"type":"integer"},"findings":{"type":"array","items":{"type":"object"}},"overallVerdict":{"type":"string"},"generatedBy":{"type":"string","enum":["llm","template"]},"generatedAt":{"type":"string","format":"date-time"}}}}}},"402":{"description":"Payment Required — pay $1.00 USDC on eip155:8453 to 0xC66EE26cAE6cd34970f51f644f36D720826d392A via the x402 protocol."}}}}}}