{"id":21740909,"url":"https://github.com/whois-api-llc/domain-reputation-py","last_synced_at":"2026-05-16T20:33:49.970Z","repository":{"id":57423571,"uuid":"421137181","full_name":"whois-api-llc/domain-reputation-py","owner":"whois-api-llc","description":"Domain Reputation API client library for Python","archived":false,"fork":false,"pushed_at":"2023-05-23T01:31:44.000Z","size":12,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-21T01:15:31.979Z","etag":null,"topics":["dns","domain","domain-reputation","python","reputation","whoisxmlapi"],"latest_commit_sha":null,"homepage":"https://domain-reputation.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-10-25T18:18:08.000Z","updated_at":"2024-07-27T08:19:38.000Z","dependencies_parsed_at":"2025-01-25T21:27:54.780Z","dependency_job_id":"1f98919b-7149-4853-9768-954bae88f17f","html_url":"https://github.com/whois-api-llc/domain-reputation-py","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/whois-api-llc/domain-reputation-py","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whois-api-llc%2Fdomain-reputation-py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whois-api-llc%2Fdomain-reputation-py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whois-api-llc%2Fdomain-reputation-py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whois-api-llc%2Fdomain-reputation-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/domain-reputation-py/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whois-api-llc%2Fdomain-reputation-py/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33117864,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T18:38:32.183Z","status":"ssl_error","status_checked_at":"2026-05-16T18:38:29.903Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["dns","domain","domain-reputation","python","reputation","whoisxmlapi"],"created_at":"2024-11-26T06:15:51.888Z","updated_at":"2026-05-16T20:33:49.954Z","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: domain-reputation-py license\n    :target: https://opensource.org/licenses/MIT\n\n.. image:: https://img.shields.io/pypi/v/domain-reputation.svg\n    :alt: domain-reputation-py release\n    :target: https://pypi.org/project/domain-reputation\n\n.. image:: https://github.com/whois-api-llc/domain-reputation-py/workflows/Build/badge.svg\n    :alt: domain-reputation-py build\n    :target: https://github.com/whois-api-llc/domain-reputation-py/actions\n\n========\nOverview\n========\n\nThe client library for\n`Domain Reputation API \u003chttps://domain-reputation.whoisxmlapi.com/api\u003e`_\nin Python language.\n\nThe minimum Python version is 3.6.\n\nInstallation\n============\n\n.. code-block:: shell\n\n    pip install domain-reputation\n\nExamples\n========\n\nFull API documentation available `here \u003chttps://domain-reputation.whoisxmlapi.com/api/documentation/making-requests\u003e`_\n\nCreate a new client\n-------------------\n\n.. code-block:: python\n\n    from domainreputation import *\n\n    client = Client('Your API key')\n\nMake basic requests\n-------------------\n\n.. code-block:: python\n\n    # Get DNS records for a domain name.\n    response = client.get('youtube.com')\n    print(response)\n\n    # Get raw API response in XML format\n    raw_result = client.get_raw('bbc.com',\n        output_format=Client.XML_FORMAT)\n\nAdvanced usage\n-------------------\n\nExtra request parameters\n\n.. code-block:: python\n\n    result = client.get(\n        'samsung.com',\n        Client.MODE_FULL)\n\nResponse model overview\n-----------------------\n\n.. code-block:: python\n\n    Response:\n        - mode: str\n        - reputation_score: float\n        - test_results: [TestResult]\n            - test: str\n            - test_code: int\n            - warnings: [str]\n            - warning_codes: [int]\n\n\nSample response\n---------------\n\n.. code-block:: python\n\n  {\n  'mode': 'full',\n  'reputation_score': 81.16,\n  'test_results':\n    [\n        {\n            \"test\": \"Name servers configuration meets best practices\",\n            \"testCode\": 76,\n            \"warnings\": [\n                \"Some name servers are located on a single ASN: \\\n                 ns44.domaincontrol.com - AS44273, ns43.domaincontrol.com - AS44273\"\n            ],\n            \"warningCodes\": [\n                1013\n            ]\n        },\n        {\n            \"test\": \"Mail servers configuration check\",\n            \"testCode\": 80,\n            \"warnings\": [\n                \"AAAA records not configured for mail servers\",\n                \"SPF record not configured\",\n                \"DMARC is not configured\"\n            ],\n            \"warningCodes\": [\n                5007,\n                5015,\n                5016\n            ]\n        },\n        {\n            \"test\": \"Malware databases check\",\n            \"testCode\": 82,\n            \"warnings\": [\n                \"Status: dangerous\"\n            ],\n            \"warningCodes\": [\n                4001\n            ]\n        },\n        {\n            \"test\": \"SSL Certificate configuration\",\n            \"testCode\": 89,\n            \"warnings\": [\n                \"No SSL certificates found\"\n            ],\n            \"warningCodes\": [\n                6023\n            ]\n        }\n    ]\n  }\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhois-api-llc%2Fdomain-reputation-py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwhois-api-llc%2Fdomain-reputation-py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhois-api-llc%2Fdomain-reputation-py/lists"}