Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

de.malkusch.whois-server-list:whois-api

Package Overview
Dependencies
Maintainers
0
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

de.malkusch.whois-server-list:whois-api

Client library for the Whois API of http://whois-api.domaininformation.de/

  • 0.0.8
  • Source
  • Maven
  • Socket score

Version published
Maintainers
0
Source

Whois API

This is a client library for the Whois API service. With this API you can

  • Check if a domain name is available
  • Get its whois data or query an arbitrary whois server
  • Don't worry about rate limits on the respective whois server

The service supports all domains of the Whois Server list, which is more than 500 top level domains.

Installation

This package is available in Maven central:

<dependency>
    <groupId>de.malkusch.whois-server-list</groupId>
    <artifactId>whois-api</artifactId>
    <version>0.0.4</version>
</dependency>

Usage

You'll need an api key to use this library. Get if from the Whois API.

WhoisApi whoisApi = new WhoisApi("apiKey");

Example

WhoisApi whoisApi = new WhoisApi("apiKey");
System.out.println(whoisApi.isAvailable("example.net") ? "available" : "registered");

License and authors

This project is free and under the WTFPL. Responsable for this project is Markus Malkusch markus@malkusch.de.

Build Status

FAQs

Package last updated on 19 Mar 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc