IPSearch is a personal project that allows users to retrieve approximate information about an IP address and visualize its location on an interactive map.
The project uses the public ip.guide API to fetch IP-related data and OpenStreetMap to display the geographic location without requiring any API keys.
Simple frontend project running directly in the browser.
No installation or backend required.
π https://ggabi40.github.io/IPSearch
- HTML5
- CSS3
- JavaScript
- ip.guide API β IP information
- OpenStreetMap Embed β Map visualization
- π IP address lookup
- π Network information display
- π Approximate location (country, city, coordinates)
- πΊοΈ Interactive map with marker
- π± Responsive design (desktop & mobile)
Provides approximate information about the queried IP:
- Country
- City
- Coordinates (latitude & longitude)
- Timezone
- Network and ISP information
Documentation:
π https://ip.guide
The official embed is used to display the map based on the retrieved coordinates:
- No API key required
- 100% free
- URL-based usage (
iframe)
Official website:
π https://www.openstreetmap.org
Made with π by GGabi40.