Password Range
Search password hashes by prefix
Search leaked password hashes (SHA-1) by prefix or full hash and get the distinct matches with their occurrence counts.
get/password-range
Query parameters
prefixstring required
SHA-1 prefix or full hash to search for.
SHA-1 prefix or full hash to search for.
limitinteger
Maximum number of matching hashes to return.
Maximum number of matching hashes to return.
suffix_onlyboolean
If true, return only hash suffixes (after the first 5 chars) instead of full hashes.
If true, return only hash suffixes (after the first 5 chars) instead of full hashes.
Response
Matching hashes returned successfully.
Changes
No recorded changes to this endpoint across all 1 revision of this API.