There are currently 4,604,676,162 / 4,748,055,404 accounts in our database.
We are in the process of re-indexing databases that where lost.
This document will allow you to programmatically interact with LeakedSource's database. We always return 200 OK unless there is a system error.
URL: https://api.leakedsource.ru/stats?key=$key
Method: GET
Sample hit: https://api.leakedsource.ru/stats?key=notrealkey
RESPONSE: 200 OK, APPLICATION/JSON
{"requests_used":"3","requests_allowed":"20000000","expires":"2016-05-25 18:13:34"}
URL: https://api.leakedsource.ru/search/email?key=$key&query=$query&wildcard=$wildcard
Method: GET
Sample hit: https://api.leakedsource.ru/search/email?key=notrealkey&query=fakeleakedsource%40example.com&wildcard=false
RESPONSE: 200 OK, APPLICATION/JSON
{"results":[{"database":"Boostbot.org Originally Clashbot.org","leaked":"2015-12-31 00:00:00","data":{"username":"FakeUsername","email":"[email protected]","ipaddress":"8.8.8.8","Real_Password":"fakepassword","hash":"c2ddf041f38297d2c04a619d0c8e416c","salt":"#fj88("}}]}
URL: https://api.leakedsource.ru/search/username?key=$key&query=$query&wildcard=$wildcard Method: GET
Sample hit: https://api.leakedsource.ru/search/username?key=$key&query=$query&wildcard=$wildcard
RESPONSE: 200 OK, APPLICATION/JSON
{"results":[{"database":"Boostbot.org Originally Clashbot.org","leaked":"2015-12-31 00:00:00","data":{"username":"FakeUsernameLeakedSource","email":"[email protected]","ipaddress":"8.8.8.257","Real_Password":"fakepassword","hash":"c2ddf041f38297d2c04a619d0c8e416c","salt":"#fj88("}}]}
URL: https://api.leakedsource.ru/search/ip?key=$key&query=$query&wildcard=$wildcard
Method: GET
Sample hit: https://api.leakedsource.ru/search/ip?key=notrealkey&query=8.8.8.257&wildcard=false
RESPONSE: 200 OK, APPLICATION/JSON
{"results":[{"database":"Boostbot.org Originally Clashbot.org","leaked":"2015-12-31 00:00:00","data":{"username":"FakeUsernameLeakedSource","email":"[email protected]","ipaddress":"8.8.8.257","Real_Password":"fakepassword","hash":"c2ddf041f38297d2c04a619d0c8e416c","salt":"#fj88("}}]}
URL: https://api.leakedsource.ru/search/phone?key=$key&query=$query&wildcard=$wildcard
Method: GET
Sample hit: https://api.leakedsource.ru/search/phone?key=notrealkey&query=$query&wildcard=false
RESPONSE: 200 OK, APPLICATION/JSON
{"results":[{"database":"17.media","leaked":"2016-03-18 00:00:00","data":{"username":"FakeUserLeakedS","Real_Password":"qwe773456","hash":"c5b679fdae0d8a5cb03225c90df8ad70","Phone number":"85355583271","ipaddress":"8.8.8.500","email":"[email protected]"}}]}
{"error":"Api key invalid or expired."}
{"error":"Missing parameter: query"}
{"error":"Search must be 5 characters or longer when using wildcard."}