{"id":21740895,"url":"https://github.com/whois-api-llc/reverse-mx-py","last_synced_at":"2026-06-10T16:31:41.204Z","repository":{"id":57461719,"uuid":"371008823","full_name":"whois-api-llc/reverse-mx-py","owner":"whois-api-llc","description":"Reverse MX API client library for Python","archived":false,"fork":false,"pushed_at":"2023-05-23T01:16:33.000Z","size":11,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-22T21:25:47.541Z","etag":null,"topics":["email","mail-server","mx","mx-record","python","whoisxmlapi"],"latest_commit_sha":null,"homepage":"https://reverse-mx.whoisxmlapi.com/api","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/whois-api-llc.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.rst","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-26T11:25:46.000Z","updated_at":"2022-02-07T09:50:18.000Z","dependencies_parsed_at":"2025-01-25T21:27:59.487Z","dependency_job_id":"945b4ed4-4eaf-49b3-8bfb-7a970afaeb30","html_url":"https://github.com/whois-api-llc/reverse-mx-py","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/whois-api-llc/reverse-mx-py","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whois-api-llc%2Freverse-mx-py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whois-api-llc%2Freverse-mx-py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whois-api-llc%2Freverse-mx-py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whois-api-llc%2Freverse-mx-py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/whois-api-llc","download_url":"https://codeload.github.com/whois-api-llc/reverse-mx-py/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whois-api-llc%2Freverse-mx-py/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34161283,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["email","mail-server","mx","mx-record","python","whoisxmlapi"],"created_at":"2024-11-26T06:15:50.146Z","updated_at":"2026-06-10T16:31:41.188Z","avatar_url":"https://github.com/whois-api-llc.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":".. image:: https://img.shields.io/badge/License-MIT-green.svg\n    :alt: reverse-mx-py license\n    :target: https://opensource.org/licenses/MIT\n\n.. image:: https://img.shields.io/pypi/v/reverse-mx.svg\n    :alt: reverse-mx-py release\n    :target: https://pypi.org/project/reverse-mx\n\n.. image:: https://github.com/whois-api-llc/reverse-mx-py/workflows/Build/badge.svg\n    :alt: reverse-mx-py build\n    :target: https://github.com/whois-api-llc/reverse-mx-py/actions\n\n========\nOverview\n========\n\nThe client library for\n`Reverse MX API \u003chttps://reverse-mx.whoisxmlapi.com/\u003e`_\nin Python language.\n\nThe minimum Python version is 3.6.\n\nInstallation\n============\n\n.. code-block:: shell\n\n    pip install reverse-mx\n\nExamples\n========\n\nFull API documentation available `here \u003chttps://reverse-mx.whoisxmlapi.com/api/documentation/making-requests\u003e`_\n\nCreate a new client\n-------------------\n\n.. code-block:: python\n\n    from reversemx import *\n\n    client = Client('Your API key')\n\nMake basic requests\n-------------------\n\n.. code-block:: python\n\n    # Get the number of domains.\n    result = client.data('aspmx.l.google.com')\n    print(result.size)\n\n    # Get raw API response\n    raw_result = client.raw_data(\n        \"aspmx.l.google.com\",\n        response_format=Client.XML_FORMAT\n    )\n\nAdvanced usage\n-------------------\n\nExtra request parameters\n\n.. code-block:: python\n\n    result = client.data(\"aspmx.l.google.com\", search_from=\"9\")\n\n    resp = client.data(\"aspmx.l.google.com\")\n    if resp.has_next():\n        next_page = client.next_page(\"aspmx.l.google.com\", resp)\n\n    for page in client.iterate_pages(\"aspmx.l.google.com\"):\n        print(page)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhois-api-llc%2Freverse-mx-py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwhois-api-llc%2Freverse-mx-py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhois-api-llc%2Freverse-mx-py/lists"}