Request method is HTTP GET.
URL Structure
https://api.webz.io/dbdocFilter?token=XXXXX-XXXXX&format=json&since=XXXXXX&email_domain=[Compromised Email Domain]
HTTP GET Parameters
Parameter | Description | Example |
---|---|---|
token | (Required) Your unique API authentication token, received when you signed up. This token verifies your access to the Webz.io API. | &token=[MY TOKEN] |
format | Sets the desired output format for the response. It can be either:
Default: JSON. | &format=json |
since | Returns entities crawled after this Unix timestamp (in milliseconds). This parameter is useful for retrieving new or updated content. Here is a Timestamp/Date converter Default: all time. | &since=1578504734000 |
Search compromised data by a specific email address. Returns all leaked records for that email from both stealer logs and data breaches. | Single email address: | |
email_domain | Search compromised data by email domain. Returns all leaked email entities associated with the specified domain from both stealer logs and data breaches. | &email_domain=mydomain.com |
login_domain | Search compromised data by login domain. Returns all leaked credentials from stealer logs that were used to log into the specified domain. | &login_domain=mydomain.com |
cc | Search compromised data by a full credit card number. Returns up to one result with all metadata from associated data breaches, sourced from data breaches only. | &cc=4594130042721281 |
bin6 | Search compromised data by the first 6 digits of a credit card (BIN6). Returns all leaked credit card entities with the specified BIN6, sourced from data breaches. | &bin6=468271 |
bin8 | Search compromised data by the first 8 digits of a credit card (BIN8). Returns all leaked credit card entities with the specified BIN6, sourced from data breaches. | &bin8=46827109 |
phone | Search compromised data by a phone value. Use %2B to represent the + sign in the number. Returns up to one result with all metadata from associated data breaches, sourced from data breaches only. | &phone=%2B18308959626 |
account_name | Search compromised data by account name (username). Returns up to one result with all metadata from associated data breaches, sourced from data breaches only. | &account_name=lilo1234 |
ssn | Search compromised data by Social Security Number. Returns up to one result with all metadata from associated data breaches, sourced from data breaches only. | &ssn=061-64-9920 |
passport | Search compromised data by passport number. Returns up to one result with all metadata from associated data breaches, sourced from data breaches only. | &passport=aa8289989 |
exclude_breaches | Boolean. | &exclude_breaches=true |