{"id":25688814,"url":"https://github.com/lyzev/whois4k","last_synced_at":"2026-06-20T05:02:16.872Z","repository":{"id":107887857,"uuid":"477333821","full_name":"Lyzev/Whois4K","owner":"Lyzev","description":"A library for who is requests.","archived":false,"fork":false,"pushed_at":"2023-10-29T17:00:04.000Z","size":3047,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-03T21:22:05.860Z","etag":null,"topics":["api","dns","iana","icann","network","whois"],"latest_commit_sha":null,"homepage":"https://lyzev.github.io/","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Lyzev.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}},"created_at":"2022-04-03T12:23:47.000Z","updated_at":"2023-08-18T12:19:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"dff02ac2-6dc7-49bb-96a4-a974f4ddfa60","html_url":"https://github.com/Lyzev/Whois4K","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/Lyzev/Whois4K","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lyzev%2FWhois4K","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lyzev%2FWhois4K/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lyzev%2FWhois4K/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lyzev%2FWhois4K/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lyzev","download_url":"https://codeload.github.com/Lyzev/Whois4K/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lyzev%2FWhois4K/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34557553,"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-20T02:00:06.407Z","response_time":98,"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":["api","dns","iana","icann","network","whois"],"created_at":"2025-02-24T21:06:00.953Z","updated_at":"2026-06-20T05:02:16.850Z","avatar_url":"https://github.com/Lyzev.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eWhois4K\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003eA library for who is requests.\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003ca href=\"https://lyzev.github.io/discord/\"\u003e\u003cimg src=\"https://img.shields.io/discord/610120595765723137?logo=discord\" alt=\"Discord\"/\u003e\u003c/a\u003e\n    \u003cbr\u003e\u003cbr\u003e\n    \u003cimg src=\"https://img.shields.io/github/last-commit/Lyzev/Whois4K\" alt=\"GitHub last commit\"/\u003e\n    \u003cimg src=\"https://img.shields.io/github/commit-activity/w/Lyzev/Whois4K\" alt=\"GitHub commit activity\"/\u003e\n    \u003cbr\u003e\n    \u003cimg src=\"https://img.shields.io/github/languages/code-size/Lyzev/Whois4K\" alt=\"GitHub code size in bytes\"/\u003e\n    \u003cimg src=\"https://img.shields.io/github/contributors/Lyzev/Whois4K\" alt=\"GitHub contributors\"/\u003e\n\u003c/div\u003e\n\n## Usage\n\n[![](https://jitpack.io/v/Lyzev/Whois4K.svg?label=Release)](https://jitpack.io/#Lyzev/Whois4K)\n\n### Import\n\nReplace `${version}` with the current version!\n\n\u003cdetails\u003e\n        \u003csummary\u003eGradle KTS\u003c/summary\u003e\n\n```kt\nrepositories {\n    maven(\"https://jitpack.io\")\n}\n\ndependencies {\n    implementation(\"com.github.Lyzev:Whois4K:${version}\")\n}\n```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n        \u003csummary\u003eGradle Groovy\u003c/summary\u003e\n\n```groovy\nrepositories {\n\tmaven { url 'https://jitpack.io' }\n}\n\ndependencies {\n    implementation 'com.github.Lyzev:Whois4K:${version}'\n}\n```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n        \u003csummary\u003eMaven\u003c/summary\u003e\n\n```xml\n\u003crepositories\u003e\n    \u003crepository\u003e\n        \u003cid\u003ejitpack.io\u003c/id\u003e\n        \u003curl\u003ehttps://jitpack.io\u003c/url\u003e\n    \u003c/repository\u003e\n\u003c/repositories\u003e\n\n\u003cdependencies\u003e\n    \u003cdependency\u003e\n        \u003cgroupId\u003ecom.github.Lyzev\u003c/groupId\u003e\n        \u003cartifactId\u003eWhois4K\u003c/artifactId\u003e\n        \u003cversion\u003e${version}\u003c/version\u003e\n    \u003c/dependency\u003e\n\u003c/dependencies\u003e\n```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n        \u003csummary\u003eRaw Jar\u003c/summary\u003e\n\n1. Go to the [release page](https://github.com/Lyzev/Whois4K/releases).\n2. Download Whois4K-${version}-all.jar.\n3. Add the jar to your classpath.\n\n\u003c/details\u003e\n\n### Example\n\n\u003cdetails\u003e\n        \u003csummary\u003eKotlin\u003c/summary\u003e\n\n```kt\nval whois = Whois(\"example.com\")\nwhois.doRequest().forEach(::println)\n```\n\u003c/details\u003e\n\n\u003cdetails\u003e\n        \u003csummary\u003eJava\u003c/summary\u003e\n\n```java\nWhois whois=new Whois(\"example.com\");\nwhois.doRequest().forEach(System.out::println);\n```\n\u003c/details\u003e\n\n## Documentation\n\nYou can find the documentation [here](https://lyzev.github.io/Whois4K/dokka).\n\n## Code Quality Monitoring\n\nYou can find the qodana report [here](https://lyzev.github.io/Whois4K/qodana).\n\n## Bugs and Suggestions\n\nBug reports and suggestions should be made in this repo's [issue tracker](https://github.com/Lyzev/Whois4K/issues)\nusing the templates provided. Please provide as much information as you can to best help us understand your issue and\ngive a better chance of it being resolved.\n\n## What is a WHOIS?\nWHOIS (pronounced as the phrase \"who is\") is a query and response protocol that is widely used for querying databases that store the registered users or assignees of an Internet resource, such as a domain name, an IP address block or an autonomous system, but is also used for a wider range of other information. The protocol stores and delivers database content in a human-readable format. The current iteration of the WHOIS protocol was drafted by the Internet Society, and is documented in RFC 3912.\n\nSource: [Wikipedia](https://en.wikipedia.org/wiki/WHOIS)  \nSee [Wikipedia](https://en.wikipedia.org/wiki/WHOIS) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flyzev%2Fwhois4k","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flyzev%2Fwhois4k","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flyzev%2Fwhois4k/lists"}