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.gitcd IPScanAPIpip install -r requirements.txtpython app.py

