IP地理位置是使用IP地址识别设备(例如移动电话,小工具,笔记本电脑,服务器等)的地理位置。
输入IP地址以获取地理位置信息。
|
W3C地理查询API演示
|
||
|
Brazil |
Minas Gerais | Venda Nova |
| 30000-000 | -19.81667 | -43.956 |
| JustWeb Telecomunicacoes Ltda | justweb.com.br [WHOIS] [Check Mail Server] | ISP |
| View Weather | America/Sao_Paulo | 2026-06-07T22:17:25-03:00 |
| Unicast | Internet Technology | Belo Horizonte |
| 264552 | JustWeb Telecomunicacoes Ltda | - |
| No | - | 0 |
| 768 meters | 924 hPa | |
$ curl "https://api.ip2location.io/?key={YOUR_API_KEY}&ip=201.148.115.187"
{
"ip": "201.148.115.187",
"country_code": "BR",
"country_name": "Brazil",
"region_name": "Minas Gerais",
"district": "Belo Horizonte",
"city_name": "Venda Nova",
"latitude": -19.81667,
"longitude": -43.956,
"zip_code": "30000-000",
"time_zone": "-03:00",
"asn": "264552",
"as": "JustWeb Telecomunicacoes Ltda",
"as_info": {
"as_number": "264552",
"as_name": "JustWeb Telecomunicacoes Ltda",
"as_domain": "justweb.com.br",
"as_usage_type": "ISP",
"as_cidr": "201.148.115.0/24"
},
"isp": "JustWeb Telecomunicacoes Ltda",
"domain": "justweb.com.br",
"net_speed": "DSL",
"idd_code": "55",
"area_code": "031",
"weather_station_code": "BRXX0033",
"weather_station_name": "Belo Horizonte",
"mcc": "-",
"mnc": "-",
"mobile_brand": "-",
"elevation": 768,
"usage_type": "ISP",
"address_type": "Unicast",
"ads_category": "IAB19-18",
"ads_category_name": "Internet Technology",
"continent": {
"name": "South America",
"code": "SA",
"hemisphere": [
"south",
"west"
],
"translation": {
"lang": null,
"value": null
}
},
"country": {
"name": "Brazil",
"alpha3_code": "BRA",
"numeric_code": 76,
"demonym": "Brazilians",
"flag": "https://cdn.ip2location.io/assets/img/flags/br.png",
"capital": "Brasilia",
"total_area": 8514877,
"population": 218689757,
"currency": {
"code": "BRL",
"name": "Brazilian Real",
"symbol": "R$"
},
"language": {
"code": "PT",
"name": "Portuguese"
},
"tld": "br",
"translation": {
"lang": null,
"value": null
}
},
"region": {
"name": "Minas Gerais",
"code": "BR-MG",
"translation": {
"lang": null,
"value": null
}
},
"city": {
"name": "Venda Nova",
"translation": {
"lang": null,
"value": null
}
},
"time_zone_info": {
"olson": "America/Sao_Paulo",
"current_time": "2026-06-07T22:17:25-03:00",
"gmt_offset": -10800,
"is_dst": false,
"abbreviation": "BRT",
"dst_start_date": null,
"dst_end_date": null,
"sunrise": "06:26",
"sunset": "17:25"
},
"geotargeting": {
"metro": null
},
"is_proxy": false,
"fraud_score": 0,
"proxy": {
"last_seen": 0,
"proxy_type": "-",
"threat": "-",
"provider": "-",
"is_vpn": false,
"is_tor": false,
"is_data_center": false,
"is_public_proxy": false,
"is_web_proxy": false,
"is_web_crawler": false,
"is_ai_crawler": false,
"is_residential_proxy": false,
"is_consumer_privacy_network": false,
"is_enterprise_private_network": false,
"is_spammer": false,
"is_scanner": false,
"is_botnet": false,
"is_bogon": false
}
}
IP地理位置 是一种查找访问者地理位置信息的技术,例如国家,地区,城市,邮政编码,纬度,经度,域名,ISP,区号,移动数据,天气数据,使用类型,代理数据,海拔等等,通过使用IP地址。 该IP查找数据源可以以各种形式找到,例如,数据库,文件和网络服务,以供用户构建地理定位解决方案。 该技术广泛用于防火墙,域名服务器,广告服务器,路由,邮件系统,网站以及地理定位可能有用的其他自动化系统。 您可以访问 IP2Location.com 了解更多。
W3C 地理查询 API 是由W3C创新研究和研发来探测客户端的地理位置信息。而最常见的来源不外是IP地址,Wi-Fi和蓝牙MAC地址,无线射频识别(RFID),Wi-Fi连接的位置,全球定位系统(GPS)和GSM / CDMA蜂窝小区ID。精确的数据回传有赖于最佳位置信息的位置来源。
地理编码与地理位置是息息相关的。 过程当中需要通过其他地理数据,如城市或街道地址等,探讨相关联的地理坐标(纬度和经度),再回传到地理数据系统去。您也可以通过相关的地理坐标而获取世界各大主要的城市列表。假如您想了解更多详细的资料,欢迎免费游览 GeoDataSource.com。