{"id":25715115,"url":"https://github.com/christivn/pydomaininfo","last_synced_at":"2025-08-24T11:13:31.013Z","repository":{"id":222192610,"uuid":"756490147","full_name":"christivn/pyDomainInfo","owner":"christivn","description":":crystal_ball: Get domain information such as: ip, asn, organiazcion, country code, nameservers, mx records...","archived":false,"fork":false,"pushed_at":"2024-09-25T09:55:56.000Z","size":7560,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-25T13:50:38.387Z","etag":null,"topics":["asn","asn-lookup","domain","domain-information","domain-information-gathering","domain-ip","domains","ip","lookup","mx","mx-record","mx-records","nameserver","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/christivn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-12T19:06:57.000Z","updated_at":"2024-09-25T09:56:05.000Z","dependencies_parsed_at":"2025-02-25T14:01:46.950Z","dependency_job_id":null,"html_url":"https://github.com/christivn/pyDomainInfo","commit_stats":null,"previous_names":["christivn/domaininfo","christivn/pydomaininfo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/christivn/pyDomainInfo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christivn%2FpyDomainInfo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christivn%2FpyDomainInfo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christivn%2FpyDomainInfo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christivn%2FpyDomainInfo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/christivn","download_url":"https://codeload.github.com/christivn/pyDomainInfo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christivn%2FpyDomainInfo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264343798,"owners_count":23593792,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["asn","asn-lookup","domain","domain-information","domain-information-gathering","domain-ip","domains","ip","lookup","mx","mx-record","mx-records","nameserver","python"],"created_at":"2025-02-25T13:43:03.881Z","updated_at":"2025-07-08T20:32:42.702Z","avatar_url":"https://github.com/christivn.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌐 pyDomainInfo\n\nEste módulo permite obtener información detallada sobre un dominio específico en Internet.\n\n### Descripción de los campos devueltos:\n- **domain**: El nombre del dominio consultado.\n- **ip**: La dirección IP asociada al dominio.\n- **asn**: El número de Sistema Autónomo (AS) del dominio.\n- **org**: La organización responsable del dominio.\n- **country_code**: El código de país asociado con el dominio.\n- **ns**: Lista de servidores de nombres (DNS) asociados con el dominio.\n- **mx**: Lista de registros de intercambio de correo (Mail Exchange) para el dominio.\n\n\u003cbr\u003e\n\n## Uso\n\nPuedes usar el siguiente código para obtener información sobre un dominio:\n``` python\nfrom domainInfo import *\n\n# Especifica el dominio del que deseas obtener información\ndomain = \"google.com\"\n\n# Llama a la función para obtener la información del dominio\ninfo = getDomainInfo(domain)\n\n# Imprime la información del dominio\nprint(info)\n```\n\n\u003cbr\u003e\n\n## Ejemplo de respuesta\n\nAl ejecutar el código anterior, recibirás una respuesta en formato JSON con la información del dominio:\n``` json\n{\n \"domain\": \"google.com\", \n \"ip\": \"172.217.17.14\", \n \"asn\": \"AS15169\", \n \"org\": \"GOOGLE\", \n \"country_code\": \"US\", \n \"ns\": [\n     \"ns3.google.com.\", \n     \"ns1.google.com.\", \n     \"ns2.google.com.\", \n     \"ns4.google.com.\"\n ], \n \"mx\": [\n     \"smtp.google.com.\"\n ]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristivn%2Fpydomaininfo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchristivn%2Fpydomaininfo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristivn%2Fpydomaininfo/lists"}