Whois API

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

License

License

GroupId

GroupId

de.malkusch.whois-server-list
ArtifactId

ArtifactId

whois-api
Last Version

Last Version

0.0.8
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://github.com/whois-server-list/whois-api-java
Source Code Management

Source Code Management

https://github.com/whois-server-list/whois-api-java

Download whois-api

How to add to project

<!-- https://jarcasting.com/artifacts/de.malkusch.whois-server-list/whois-api/ -->
<dependency>
    <groupId>de.malkusch.whois-server-list</groupId>
    <artifactId>whois-api</artifactId>
    <version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/de.malkusch.whois-server-list/whois-api/
implementation 'de.malkusch.whois-server-list:whois-api:0.0.8'
// https://jarcasting.com/artifacts/de.malkusch.whois-server-list/whois-api/
implementation ("de.malkusch.whois-server-list:whois-api:0.0.8")
'de.malkusch.whois-server-list:whois-api:jar:0.0.8'
<dependency org="de.malkusch.whois-server-list" name="whois-api" rev="0.0.8">
  <artifact name="whois-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.malkusch.whois-server-list', module='whois-api', version='0.0.8')
)
libraryDependencies += "de.malkusch.whois-server-list" % "whois-api" % "0.0.8"
[de.malkusch.whois-server-list/whois-api "0.0.8"]

Dependencies

compile (4)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 3.0.1
org.apache.httpcomponents : httpclient jar 4.5.2
org.json : json jar 20160212
commons-io : commons-io jar 2.4

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

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.8</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 [email protected].

Build Status

de.malkusch.whois-server-list

Versions

Version
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1