IPScanAPI is a simple Flask-based API that retrieves IP address details, including geolocation, city, region, and country. It supports both IP addresses and domain names.
- ๐ Fetch IP and domain details using ipinfo.io
- ๐ Supports both IP addresses and domain names
- ๐จ Includes a simple web interface
- ๐ ๏ธ Flask-based with a single-file structure
- ๐ Error handling for invalid IPs/domains
git clone https://github.com/theNareshofficial/IPScanAPI.git
cd IPScanAPI
pip install -r requirements.txt
python app.py