{"openapi":"3.1.0","info":{"title":"UX Words x402 API","version":"1.0.0","description":"Bilingual English and ES-LATAM game UI copy sold per entry, per category, or as a complete commercial bundle using x402 USDC payments on Base.","contact":{"name":"ReproCraft LATAM","email":"reprocraftlatam@proton.me"},"x-guidance":"Use the entry route for one exact key, the category route for a coherent UI group, or bundle/download for the complete commercially licensed product. Send no payment until the runtime 402 price, Base network, native USDC asset, recipient, and requested resource have been verified."},"servers":[{"url":"https://ux-words-x402.assorted-client-a65.workers.dev"}],"tags":[{"name":"Localization","description":"Production-ready English and Latin American Spanish game UI copy."}],"paths":{"/v1/entry":{"get":{"summary":"Buy one bilingual UI message for 0.25 USDC","operationId":"buyEntry","tags":["Localization"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.250000"},"protocols":[{"x402":{}}]},"parameters":[{"name":"key","in":"query","required":true,"schema":{"type":"string","example":"main_menu.new_game"}}],"responses":{"200":{"description":"Paid bilingual message","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EntryResponse"}}}},"402":{"description":"x402 payment requirements"}}}},"/v1/category":{"get":{"summary":"Buy one complete category for 2 USDC","operationId":"buyCategory","tags":["Localization"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"2.000000"},"protocols":[{"x402":{}}]},"parameters":[{"name":"category","in":"query","required":true,"schema":{"type":"string","example":"errors_confirmations"}}],"responses":{"200":{"description":"Paid category","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CategoryResponse"}}}},"402":{"description":"x402 payment requirements"}}}},"/v1/bundle":{"get":{"summary":"Buy the complete JSON dataset for 19 USDC","operationId":"buyBundle","tags":["Localization"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"19.000000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Paid commercial dataset","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BundleResponse"}}}},"402":{"description":"x402 payment requirements"}}}},"/v1/download":{"get":{"summary":"Buy the complete ZIP product for 19 USDC","operationId":"buyDownload","tags":["Localization"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"19.000000"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Paid ZIP archive","headers":{"X-Content-SHA256":{"description":"SHA-256 digest of the immutable product archive.","schema":{"type":"string"}}},"content":{"application/zip":{"schema":{"type":"string","format":"binary"}}}},"402":{"description":"x402 payment requirements"}}}}},"components":{"schemas":{"BilingualEntry":{"type":"object","properties":{"key":{"type":"string"},"category":{"type":"string"},"en":{"type":"string"},"es-LATAM":{"type":"string"}},"required":["key","category","en","es-LATAM"],"additionalProperties":true},"EntryResponse":{"type":"object","properties":{"entry":{"$ref":"#/components/schemas/BilingualEntry"}},"additionalProperties":true},"CategoryResponse":{"type":"object","properties":{"category":{"type":"string"},"entry_count":{"type":"integer"},"entries":{"type":"array","items":{"$ref":"#/components/schemas/BilingualEntry"}}},"required":["category","entry_count","entries"]},"BundleResponse":{"type":"object","properties":{"product":{"type":"string"},"version":{"type":"string"},"locales":{"type":"array","items":{"type":"string"}},"entry_count":{"type":"integer"},"categories":{"type":"array","items":{"type":"string"}},"entries":{"type":"array","items":{"$ref":"#/components/schemas/BilingualEntry"}},"license":{"type":"string"},"archive_sha256":{"type":"string"}},"required":["product","version","locales","entry_count","categories","entries","license","archive_sha256"]}}},"x-x402":{"version":2,"network":"eip155:8453","asset":"USDC","payTo":"0x935f9988dd6039548b90841b7776c9f8c4f7757c","facilitator":"https://facilitator.payai.network"}}