{"openapi":"3.0.3","info":{"title":"draconic21 Government & Compliance Data API","version":"1.0.0","description":"Live, public-domain government/regulatory data for developers: OFAC sanctions screening, US Treasury fiscal data, and SEC EDGAR filings/XBRL facts. Every response is fetched live from the official U.S. government source (OFAC, api.fiscaldata.treasury.gov, data.sec.gov) on each call — no stale snapshot. Billed entirely through your RapidAPI subscription plan; no separate account or crypto wallet needed."},"servers":[{"url":"https://draconic21-x402-api.onrender.com/rapid/v1"}],"paths":{"/sanctions_screen":{"post":{"summary":"OFAC Sanctions Screen (name + crypto wallet)","operationId":"sanctions_screen","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object"},"example":{"name":"Banco Nacional de Cuba"}}}},"responses":{"200":{"description":"Structured result"},"400":{"description":"Invalid input"},"502":{"description":"Upstream source unavailable"}}}},"/treasury_fiscal_snapshot":{"post":{"summary":"US Treasury Fiscal Snapshot (debt, cash balance, FX)","operationId":"treasury_fiscal_snapshot","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object"},"example":{}}}},"responses":{"200":{"description":"Structured result"},"400":{"description":"Invalid input"},"502":{"description":"Upstream source unavailable"}}}},"/edgar_filings":{"post":{"summary":"SEC EDGAR Filings by ticker/CIK","operationId":"edgar_filings","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object"},"example":{"ticker":"AAPL","form":"8-K","limit":5}}}},"responses":{"200":{"description":"Structured result"},"400":{"description":"Invalid input"},"502":{"description":"Upstream source unavailable"}}}},"/edgar_company_facts":{"post":{"summary":"SEC EDGAR Company Facts (key XBRL concepts)","operationId":"edgar_company_facts","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object"},"example":{"ticker":"AAPL","concepts":["Assets","Revenues","NetIncomeLoss"]}}}},"responses":{"200":{"description":"Structured result"},"400":{"description":"Invalid input"},"502":{"description":"Upstream source unavailable"}}}},"/edgar_bundle":{"post":{"summary":"SEC EDGAR Bundle (filings + company facts)","operationId":"edgar_bundle","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object"},"example":{"ticker":"AAPL","form":"8-K","limit":5,"concepts":["Assets","Revenues","NetIncomeLoss"]}}}},"responses":{"200":{"description":"Structured result"},"400":{"description":"Invalid input"},"502":{"description":"Upstream source unavailable"}}}},"/edgar_fulltext_search":{"post":{"summary":"SEC EDGAR Full-Text Search (phrase search across filing text)","operationId":"edgar_fulltext_search","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object"},"example":{"q":"cybersecurity incident","forms":"8-K","limit":5}}}},"responses":{"200":{"description":"Structured result"},"400":{"description":"Invalid input"},"502":{"description":"Upstream source unavailable"}}}}}}