Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ipqwery/ipqwery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReadMe.md

Official Account For IPQuery

🌍 Translations:
🇺🇸 English 🇪🇸 Español 🇨🇳 中文 🇫🇷 Français 🇩🇪 Deutsch 🇷🇺 Русский 🇮🇳 हिंदी


Stats

  • 📈 35.2 Billion requests processed.
  • 🌎 A Feature Rich Free Geolocation/IP API
  • 🖥️ Proxy/VPN/Fraud Detection
  • 🕒 ~8ms Response Time

Get Featured

Have you integrated the IPQuery API into your tool? Or did you make something cool that you'd like to share? Send us an email: [email protected]

Found a Bug

Open an issue here or contact us [email protected]

fetch("https://api.ipquery.io/?format=json").then(
      data=>console.log(data)
).catch(
     err => console.log(err)
);
{
  "ip": "103.126.161.54",
  "isp": {
    "asn": "AS135959",
    "org": "Onebim Vietnam Limited Company",
    "isp": "Onebim Vietnam Limited Company"
  },
  "location": {
    "country": "Vietnam",
    "country_code": "VN",
    "city": "Quận Mười",
    "state": "Ho Chi Minh",
    "zipcode": "",
    "latitude": 10.7888515998133,
    "longitude": 106.659162009128,
    "timezone": "Asia/Ho_Chi_Minh",
    "localtime": "2025-05-03T15:27:59"
  },
  "risk": {
    "is_mobile": false,
    "is_vpn": false,
    "is_tor": true,
    "is_proxy": false,
    "is_datacenter": false,
    "risk_score": 50
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published