{"id":15355500,"url":"https://github.com/mattipv4/web-whois","last_synced_at":"2025-07-06T03:06:57.099Z","repository":{"id":98592332,"uuid":"335376482","full_name":"MattIPv4/web-whois","owner":"MattIPv4","description":"Perform RDAP/WHOIS lookups over HTTP","archived":false,"fork":false,"pushed_at":"2024-09-16T21:22:53.000Z","size":36,"stargazers_count":16,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-06T03:06:55.265Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MattIPv4.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-02T17:54:53.000Z","updated_at":"2025-01-20T07:17:54.000Z","dependencies_parsed_at":"2024-10-16T03:20:52.926Z","dependency_job_id":"1c780f8a-9c71-4384-949c-1699be32fb3c","html_url":"https://github.com/MattIPv4/web-whois","commit_stats":{"total_commits":10,"total_committers":3,"mean_commits":"3.3333333333333335","dds":"0.19999999999999996","last_synced_commit":"3f246c314c8d80641ef61e55f7e927d0761a48dd"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MattIPv4/web-whois","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MattIPv4%2Fweb-whois","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MattIPv4%2Fweb-whois/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MattIPv4%2Fweb-whois/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MattIPv4%2Fweb-whois/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MattIPv4","download_url":"https://codeload.github.com/MattIPv4/web-whois/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MattIPv4%2Fweb-whois/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263841615,"owners_count":23518488,"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":[],"created_at":"2024-10-01T12:24:36.458Z","updated_at":"2025-07-06T03:06:57.072Z","avatar_url":"https://github.com/MattIPv4.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# web-whois\n\nPerform RDAP/WHOIS lookups over HTTP\n\n---\n\nThe package will attempt to perform an RDAP lookup of the query, as well as a WHOIS lookup and a\n call to the cfwho service for the query. These results are then combined, preferring data from\n RDAP, WHOIS and then cfwho.\n\nThe second argument of the method can be set to `true` to indicate that the package should return\n the first set of results that it finds, without performing any combining.\n\n```javascript\nconst lookup = require('web-whois');\n\nconst data = lookup('digitalocean.com');\nconsole.log(data);\n```\n\n```javascript\n{\n    name: undefined,\n    registrant: undefined,\n    asn: undefined,\n    registrar: 'Network Solutions, LLC',\n    registration: 2000-04-12T10:36:48.000Z,\n    expiration: 2023-04-12T10:36:48.000Z,\n    cidr: undefined,\n    abuse: 'abuse@web.com'\n}\n```\n\n```javascript\nconst lookup = require('web-whois');\n\nconst data = lookup('104.16.181.15');\nconsole.log(data);\n```\n\n```javascript\n{\n    name: 'CLOUDFLARENET',\n    registrant: 'Cloudflare, Inc.',\n    asn: '13335',\n    registrar: undefined,\n    registration: 2014-03-28T15:30:55.000Z,\n    expiration: undefined,\n    cidr: '104.16.0.0/12',\n    abuse: 'abuse@cloudflare.com'\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattipv4%2Fweb-whois","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmattipv4%2Fweb-whois","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattipv4%2Fweb-whois/lists"}