Official Account For IPQuery
🌍 Translations:
🇺🇸 English
🇪🇸 Español
🇨🇳 中文
🇫🇷 Français
🇩🇪 Deutsch
🇷🇺 Русский
🇮🇳 हिंदी
- 📈 35.2 Billion requests processed.
- 🌎 A Feature Rich Free Geolocation/IP API
- 🖥️ Proxy/VPN/Fraud Detection
- 🕒 ~8ms Response Time
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]
Open an issue here
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
}
}