{
"info": {
"author": "Tudor Aursulesei",
"author_email": "tudor@zerobounce.net",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python"
],
"description": "[](https://travis-ci.org/riquellopes/zerobounce-python-api)\n# zerobounce-python-api-v2\n\n[ZeroBounce](https://www.zerobounce.net \"Zerobounce Homepage\") Python API v2.\nThe response object allows an attribute-like style access.\n\n\n```python\nfrom zerobounce import ZeroBounceAPI\n\nzba = ZeroBounceAPI('yourapikey____________')\nprint zba.get_credits()\nresp1 = zba.validate('flowerjill@aol.com','123.145.124.12')\n\nprint resp1\n{\n \"address\":\"flowerjill@aol.com\",\n \"status\":\"valid\",\n \"sub_status\":\"\",\n \"free_email\":True,\n \"did_you_mean\":None,\n \"account\":\"flowerjill\",\n \"domain\":\"aol.com\",\n \"domain_age_days\": \"8426\",\n \"smtp_provider\":\"yahoo\",\n \"mx_record\":\"mx-aol.mail.gm0.yahoodns.net\",\n \"mx_found\": True,\n \"firstname\":\"Jill\",\n \"lastname\":\"Stein\",\n \"gender\":\"female\",\n \"country\":\"United States\",\n \"region\":\"Florida\",\n \"city\":\"West Palm Beach\",\n \"zipcode\":\"33401\",\n \"processed_at\":\"2017-04-01 02:48:02.592\"\n}\n\nprint resp.firstname\nJill\n\nprint resp2.status\nvalid\n```\n\n**Properties and possible values returned by:**\n1. validate method\n \n|Property|Possible Values \n|:--- |:--- \naddress | The email address you are validating. \nstatus | valid /invalid /catch-all /unknown /spamtrap /abuse /do_not_mail \nsub_status |antispam_system /greylisted /mail_server_temporary_error /forcible_disconnect /mail_server_did_not_respond /timeout_exceeded /failed_smtp_connection /mailbox_quota_exceeded /exception_occurred /possible_traps /role_based /global_suppression /mailbox_not_found /no_dns_entries /failed_syntax_check /possible_typo /unroutable_ip_address /leading_period_removed /does_not_accept_mail /role_based_catch_all /disposable /toxic\naccount | The portion of the email address before the \"@\" symbol.\ndomain | The portion of the email address after the \"@\" symbol.\ndid_you_mean | Suggestive Fix for an email typo.\ndomain_age_days | Age of the email domain in days or [None].\nfree_email | [True/False] If the email comes from a free provider.\nmx_found | [True/False] Does the domain have an MX record.\nmx_record | The preferred MX record of the domain\nsmtp_provider | The SMTP Provider of the email or [None] (BETA).\nfirstname | The first name of the owner of the email when available or [None].\nlastname |The last name of the owner of the email when available or [None].\ngender |The gender of the owner of the email when available or [None].\ncountry |The country the email signed up when ip address is provided or [None].\nregion |The region the email signed up when ip address is provided or [None].\ncity |The city the email signed up when ip address is provided or [None].\nzipcode |The zipcode the email signed up when ip address is provided or [None].\nprocessed_at |The UTC time the email was validated.\n\n2. get_credits method\n \n|Property|Possible Values \n|:--- |:--- \ncredits | The number of credits left in account for email validation.\n\n**Any of the following email addresses can be used for testing the API, no credits are charged for these test email addresses:**\n+ disposable@example.com\n+ invalid@example.com\n+ valid@example.com\n+ toxic@example.com\n+ donotmail@example.com\n+ spamtrap@example.com\n+ abuse@example.com\n+ unknown@example.com\n+ catch_all@example.com\n+ antispam_system@example.com\n+ does_not_accept_mail@example.com\n+ exception_occurred@example.com\n+ failed_smtp_connection@example.com\n+ failed_syntax_check@example.com\n+ forcible_disconnect@example.com\n+ global_suppression@example.com\n+ greylisted@example.com\n+ leading_period_removed@example.com\n+ mail_server_did_not_respond@example.com\n+ mail_server_temporary_error@example.com\n+ mailbox_quota_exceeded@example.com\n+ mailbox_not_found@example.com\n+ no_dns_entries@example.com\n+ possible_trap@example.com\n+ possible_typo@example.com\n+ role_based@example.com\n+ timeout_exceeded@example.com\n+ unroutable_ip_address@example.com\n+ free_email@example.com\n\n**You can this IP to test the GEO Location in the API.**\n\n+ 99.110.204.1\n\n```",
"description_content_type": "text/markdown",
"docs_url": null,
"download_url": "https://github.com/zerobounce/zerobounce-python-api/archive/0.1.4.tar.gz",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "http://github.com/zerobounce/zerobounce-python-api",
"keywords": "email,validation",
"license": "",
"maintainer": "",
"maintainer_email": "",
"name": "sl-zerobounce",
"package_url": "https://pypi.org/project/sl-zerobounce/",
"platform": "",
"project_url": "https://pypi.org/project/sl-zerobounce/",
"project_urls": {
"Download": "https://github.com/zerobounce/zerobounce-python-api/archive/0.1.4.tar.gz",
"Homepage": "http://github.com/zerobounce/zerobounce-python-api"
},
"release_url": "https://pypi.org/project/sl-zerobounce/0.1.4/",
"requires_dist": null,
"requires_python": "",
"summary": "ZeroBounce Python API - https://www.zerobounce.net.",
"version": "0.1.4"
},
"last_serial": 5858886,
"releases": {
"0.1.4": [
{
"comment_text": "",
"digests": {
"md5": "df75d6237f220276c860e6263fce97e4",
"sha256": "45dc08de0920678e5ec47a3025f138bc4afd92bf34a02cadaeede4159ddd3fd0"
},
"downloads": -1,
"filename": "sl-zerobounce-0.1.4.tar.gz",
"has_sig": false,
"md5_digest": "df75d6237f220276c860e6263fce97e4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4325,
"upload_time": "2019-09-19T21:27:35",
"url": "https://files.pythonhosted.org/packages/33/df/6c7c905f9f84ed09f1edb0f2a9cb1192a0f2f3214daa0c28e55fbdaf5f53/sl-zerobounce-0.1.4.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "df75d6237f220276c860e6263fce97e4",
"sha256": "45dc08de0920678e5ec47a3025f138bc4afd92bf34a02cadaeede4159ddd3fd0"
},
"downloads": -1,
"filename": "sl-zerobounce-0.1.4.tar.gz",
"has_sig": false,
"md5_digest": "df75d6237f220276c860e6263fce97e4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4325,
"upload_time": "2019-09-19T21:27:35",
"url": "https://files.pythonhosted.org/packages/33/df/6c7c905f9f84ed09f1edb0f2a9cb1192a0f2f3214daa0c28e55fbdaf5f53/sl-zerobounce-0.1.4.tar.gz"
}
]
}