Tag: Blacklists Database API

  • 9 new fields added in the Blacklists Database

    9 new fields added in the Blacklists Database

    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:

    • IP updated time – time from the corresponding date fields. Format: HH:MM:SS
    • Net updated time – time from the corresponding date fields. Format: HH:MM:SS
    • AS updated time – time from the corresponding date fields. Format: HH:MM:SS
    • Last updated – date and time of the last status update. Format: YYYY-MM-DD HH:MM:SS

    And 3 new fields for email files:

    • Submitted time – time from the corresponding date fields. Format: HH:MM:SS
    • Updated time – time from the corresponding date fields. Format: HH:MM:SS
    • Last updated – date and time of the last status update. Format: HH:MM:SS

    spam_check() API method

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

    • in_antispam_updated – date and time of the last status update. Format: YYYY-MM-DD HH:MM:SS. API response example,
    JSONwe******@cl*******.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"}}}” style=”color:#d8dee9ff;display:none” aria-label=”Copy” class=”code-block-pro-copy-button”>
    {"data":{"we******@cl*******.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"}}}
    • in_antispam_previous –  the previous Anti-Spam blacklist status. It can show if the record was blacklisted or not (0 – wasn’t blacklisted, 1 – was blacklisted, NULL – no change). Format: 1. API response example,
    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.