Whois API

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

Лицензия

Лицензия

Группа

Группа

de.malkusch.whois-server-list
Идентификатор

Идентификатор

whois-api
Последняя версия

Последняя версия

0.0.8
Дата

Дата

Тип

Тип

jar
Описание

Описание

Whois API
Client library for the Whois API of http://whois-api.domaininformation.de/
Ссылка на сайт

Ссылка на сайт

https://github.com/whois-server-list/whois-api-java
Система контроля версий

Система контроля версий

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

Скачать whois-api

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

Модули Проекта

Данный проект не имеет модулей.

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 markus@malkusch.de.

Build Status

de.malkusch.whois-server-list

Версии библиотеки

Версия
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1