Skip to content

hxshuu/IPIntel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IPIntel

IPIntel

IPIntel is a fast, secure, and easy-to-use IP intelligence tool that allows you to lookup any IP address to get location, ISP, threat level, and VPN/proxy detection.

Features

  • Location tracking (country, region, city, coordinates)
  • ISP & ASN information
  • Threat level assessment (High/Low)
  • VPN/Proxy/Hosting/Mobile detection

Deploy to Vercel

npm install -g vercel
vercel

Local Development

npm install
npm start

Then open http://localhost:5000

API

POST /api/lookup

Request: { "ip": "8.8.8.8" }

Response:

{
  "ip": "8.8.8.8",
  "country": "United States",
  "countryCode": "US",
  "region": "California",
  "city": "Mountain View",
  "lat": 37.4223,
  "lon": -122.0847,
  "isp": "Google LLC",
  "org": "Google Public DNS",
  "as": "AS15169 Google LLC",
  "isMobile": false,
  "isVpn": false,
  "isProxy": false,
  "isHosting": true,
  "threatLevel": "Low"
}

Tech Stack

  • Frontend: HTML, CSS, JavaScript
  • Backend: Node.js, Vercel Serverless
  • API: ip-api.com

© 2026 IPIntel | Built by Himanshu

About

IPIntel is a fast, secure, and easy-to-use IP intelligence tool that allows you to lookup any IP address to get location, ISP, threat level, and VPN/proxy detection.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors