Getting dump(s) from specific date. For example from 1.1.2018 to 1.2.2018.
Response will contains dump id, data and creation time. If all ok "error" field will be 0 (and no "error_info").
Sample:
POST /api/v3/dump/getbydate
...
from=12.01.2018&to=13.01.2018
curl -X POST -d "from=12.01.2018&to=13.01.2018" https://psbdmp.ws/api/v3/getbydate
Response:
{
[{
"id": "r9AciL6y",
"tags": "user\/pass",
"date": "1515711729"
}, {
"id": "NsY08uLu",
"tags": "conn. str.",
"date": "1515711976"
}, {
"id": "G4PrewA4",
"tags": "email regex:85",
"date": "1515712452"
}, {
"id": "91K8KqUL",
"tags": "email regex:696",
"date": "1515712929"
}, {
"id": "vPxA413G",
"tags": "user\/pass",
"date": "1515712931"
}, {
"id": "DqAnJthy",
"tags": "user\/pass",
"date": "1515713530"
}, {
"id": "iMUQ32CQ",
"tags": "user\/pass",
"date": "1515713649"
}]
}