Zero Spam Blacklist API

Your license key: Get one today!
You must read and agree to the Term of Use before using this API. Any abuse of the service will result in the permanent and immediate ban of the offending IP address. Anonymous API requests are limited to 50 per day. Purchase a license to unlock additional requests, access to IP geolocation information, exclusive IP & email address information, and API integration support.

Zero Spam API Documentation

Zero Spam API POST request endpoint: https://www.zerospam.org/v2/query/

Available Parameters:

  • ip – Pipe-separated (|) string of IP addresses to lookup.
  • email – Pipe-separated (|) string of email addresses to lookup.
  • license_key – (optional) Zero Spam API key.

API Response

All successful responses includes the following properties:
  • queries_limit – Maximum number of queries that can be made.
  • queries_made – Number of queries preformed.
  • queries_remaining – Number of available queries remaining.
In addition, the following properties are available depending on the requested lookups:
  • ip_addresses – Array of the queried IP addresses & their information, see below.
  • email_addresses – Array of the queried email addresses & their information, see below.

IP Address Response Data

  • ip_address(string) IP address.
  • ip_type(string) The IP type.
  • permalink(int) Zero Spam link to lookup page.
  • confidence(float) Zero Spam’s spam/malicious confidence level.
  • date_added(datetime) Premium. Date first recorded.
  • last_updated(datetime) Premium. Date last updated.
  • hostname(string) Premium. The hostname.
  • continent_code(string) Premium. IP geolocation continent code.
  • continent_name(string) Premium. IP geolocation continent name.
  • country_code(string) Premium. IP geolocation country code.
  • country_name(string) Premium. IP geolocation country name.
  • region_code(string) Premium. IP geolocation region code.
  • region_name(string) Premium. IP geolocation region name.
  • city(string) Premium. IP geolocation city name.
  • zip(string) Premium. IP geolocation zip/postal code.
  • latitude(string) Premium. IP geolocation latitude.
  • longitude(string) Premium. IP geolocation longitude.
  • dmz(string) Premium. IP geolocation degrees, minutes & seconds.
  • compliants_reported(array) Premium. Array of reported compliants.
  • emails_reported(array) Premium. Array of email addresses reported with the IP.
  • num_reports(int) Premium. The number of IP reported received.
  • reports_list(array) Business. Array of reports received.

Email Address Response Data

  • email_address(string) Email address.
  • confidence(float) Zero Spam’s spam/malicious confidence level.
  • permalink(int) Zero Spam link to lookup page.
  • date_added(datetime) Premium. Date first recorded.
  • last_updated(datetime) Premium. Date last updated.
  • compliants_reported(array) Premium. Array of reported compliants.
  • num_reports(int) Premium. The number of IP reported received.
  • email_names(array) Premium. Array of associated names.
  • email_job_titles(array) Premium. Array of associated job titles.
  • email_companies(array) Premium. Array of associated companies.
  • email_locations(array) Premium. Array of associated locations.
  • reports_list(array) Business. Array of reports received.