Skip to content

🌐 RDAP Lookup Tool – A modern web interface for domain registration lookups using RDAP. Sleek UI, collapsible JSON, and real-time search.

Notifications You must be signed in to change notification settings

m3lixir/rdap-lookup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 

Repository files navigation

🌐 RDAP Lookup Tool

A sleek and user-friendly web interface for querying domain registration data using RDAP (Registration Data Access Protocol).
Built with HTML, JavaScript, and TailwindCSS, featuring collapsible JSON, improved UX, and real-time search.


πŸš€ Features

βœ… Modern UI – Styled with TailwindCSS for a clean look
βœ… Real-Time Search – Fetch RDAP data instantly
βœ… Collapsible JSON – Hide/show raw RDAP response
βœ… Error Handling – Displays errors clearly
βœ… Mobile-Friendly – Fully responsive design


πŸ”§ How It Works

1️⃣ Enter a domain name (e.g., example.com).
2️⃣ Click "Search" to fetch RDAP data.
3️⃣ View formatted details (registrar, status, expiration, etc.).
4️⃣ Expand raw JSON response if needed.


🎯 API Backend

This frontend queries the RDAP Lookup API running on Cloudflare Workers.
πŸ‘‰ Backend API Repo: rdap-lookup-api
πŸ‘‰ API Endpoint:

https://icann-whois.melisasavich.workers.dev/api/rdap

Example API Request:

curl -X POST https://icann-whois.melisasavich.workers.dev/api/rdap \
     -H "Content-Type: application/json" \
     -d '{"domain": "example.com"}'

πŸ“¦ Tech Stack

  • Frontend: HTML, JavaScript, TailwindCSS
  • Backend API: Cloudflare Workers (rdap-lookup-api)

πŸš€ Live Demo

πŸ”— Try RDAP Lookup


πŸ“„ Setup & Usage

Clone the repo:

git clone https://github.com/m3lixir/rdap-lookup.git
cd rdap-lookup

Run it locally:

open index.html

πŸ‘¨β€πŸ’» Contributing

  1. Fork the repo
  2. Create a new branch:
    git checkout -b feature-new-ui
    
  3. Commit your changes:
    git commit -m "feat: add dark mode toggle"
    
  4. Push and open a PR πŸš€

πŸ“œ License

This project is open-source under the MIT License.


πŸ’‘ Have ideas? Want to improve it? Feel free to submit PRs! πŸš€
πŸ”₯ Built with love by Melisa K. Savich.

About

🌐 RDAP Lookup Tool – A modern web interface for domain registration lookups using RDAP. Sleek UI, collapsible JSON, and real-time search.

Topics

Resources

Stars

Watchers

Forks

Languages