Site icon CleanTalk's blog

9 new fields added in the Blacklists Database

bd

bd

There are several new fields in both Blacklists API and Offline Database. It will help you see the exact time of the checks and a few other things.

Offline Database

In the Offline Database there are 4 new fields for the IP files:

And 3 new fields for email files:

spam_check() API method

As for the spam_check() API method, there were two new fields added for email checking:

JSON
{"data":{"welcome1@cleantalk.org":{"frequency": 0,"submitted": "2024-08-05 09:13:35","updated": "2024-08-05 09:13:35",
"spam_rate": 0,"exists": 1,"spam_frequency_24h": 0,"appears": 0,"disposable_email": 0,
"in_antispam_updated": "2024-08-05 09:13:35","in_antispam_previous": 1,"sha256": "be25f8b7b9fa76bdf8a2a3275f60dd7603c758598e77b332857a9867f0d6598e"}}}
JSON
{"data":{"8.8.8.8":{"domains_count": 3011,"domains_list": null,"spam_rate": 1,"submitted": "2022-02-09 21:05:06",
"updated": "2024-10-11 15:25:25","frequency": 6,"in_antispam": 0,"in_security": 0,"in_antispam_previous": 1,
"in_antispam_updated": "2024-03-05 16:20:44","spam_frequency_24h": 0,"appears": 0,"network_type": "hosting",
"country": "US","sha256": "838c4c2573848f58e74332341a7ca6bc5cd86a8aec7d644137d53b4d597f10f5"}}}

Learn more about using the Blacklists Database API in our Help.

Exit mobile version