An open API service indexing awesome lists of open source software.

https://github.com/elreviae/whois-app

A simple WHOIS Lookup App using ip-api.com and leaflet JS.
https://github.com/elreviae/whois-app

api bootstrap5 check-domain curl curl-php ip-api ipv4 ipv6 json leaflet map php php82 whois whois-lookup

Last synced: about 2 months ago
JSON representation

A simple WHOIS Lookup App using ip-api.com and leaflet JS.

Awesome Lists containing this project

README

          

![PHP](https://img.shields.io/badge/PHP-777BB4?style=flat&logo=php&logoColor=white)
![JS](https://img.shields.io/badge/JavaScript-323330?style=flat&logo=javascript&logoColor=F7DF1E)
![Bootstrap](https://img.shields.io/badge/Bootstrap-7952B3?style=flat&logo=bootstrap&logoColor=white)

# WHOIS Lookup

- A simple but efficient WHOIS Lookup app, for domains, IPv4/IPv6, or email address based on ip-api.com.
- **DEMO online** : https://whois-php.vercel.app/

## Fonctionnalities
- Search by domain
- IPv4 or IPv6 address
- email address
- Leave empty for your own Whois lookup

## Technologies
- **ip-api.com** : API JSON - https://ip-api.com/docs/api:json
- **Leaflet 1.9.4** : Display interactive map - https://leafletjs.com/reference.html
- **PHP 8.2**
- **Bootstrap 5.3.3**
- **Font Awesome 6.0.0**

## Domain lookup :
![Screenshot](screenshots/whois-app-domain.png)

## IPV6 lookup :
![Screenshot](screenshots/whois-app-ipv6.png)