{"endpoint":"https://codepulse-api.hahavoid0.workers.dev/security/pwned-password","method":"POST","price":"$0.010","description":"Securly audits passwords against HaveIBeenPwned database leaks using k-Anonymity hashing locally.","example_input":{"password":"password123"},"example_output":{"supported":true,"result":{"pwned":true,"count":839482},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"},"request_schema":{"type":"object","required":["password"],"properties":{"password":{"type":"string","description":"Password to verify"}}},"response_schema":{"type":"object"}}