IP地理位置是使用IP地址識別設備(例如移動電話,小工具,筆記本電腦,服務器等)的地理位置。
輸入IP地址以獲取地理位置信息。
|
W3C地理查詢API演示
|
||
|
United States of America |
Ohio | Columbus |
| 43215 | 39.96138 | -82.99775 |
| Anthropic PBC | anthropic.com [WHOIS] [Check Mail Server] | SES/AIC |
| View Weather | America/New_York | 2026-06-05T21:49:51-04:00 |
| Unicast | Data Centers | Franklin County |
| 16509 | Amazon.com Inc. | - |
| No | - | 0 |
| 231 meters | 986 hPa | |
$ curl "https://api.ip2location.io/?key={YOUR_API_KEY}&ip=216.73.216.159"
{
"ip": "216.73.216.159",
"country_code": "US",
"country_name": "United States of America",
"region_name": "Ohio",
"district": "Franklin County",
"city_name": "Columbus",
"latitude": 39.96138,
"longitude": -82.99775,
"zip_code": "43215",
"time_zone": "-04:00",
"asn": "16509",
"as": "Amazon.com Inc.",
"as_info": {
"as_number": "16509",
"as_name": "Amazon.com Inc.",
"as_domain": "amazon.com",
"as_usage_type": "DCH",
"as_cidr": "216.73.216.0/22"
},
"isp": "Anthropic PBC",
"domain": "anthropic.com",
"net_speed": "T1",
"idd_code": "1",
"area_code": "614",
"weather_station_code": "USOH0212",
"weather_station_name": "Columbus",
"mcc": "-",
"mnc": "-",
"mobile_brand": "-",
"elevation": 231,
"usage_type": "SES/AIC",
"address_type": "Unicast",
"ads_category": "IAB19-11",
"ads_category_name": "Data Centers",
"continent": {
"name": "North America",
"code": "NA",
"hemisphere": [
"north",
"west"
],
"translation": {
"lang": null,
"value": null
}
},
"country": {
"name": "United States of America",
"alpha3_code": "USA",
"numeric_code": 840,
"demonym": "Americans",
"flag": "https://cdn.ip2location.io/assets/img/flags/us.png",
"capital": "Washington, D.C.",
"total_area": 9826675,
"population": 339665118,
"currency": {
"code": "USD",
"name": "United States Dollar",
"symbol": "$"
},
"language": {
"code": "EN",
"name": "English"
},
"tld": "us",
"translation": {
"lang": null,
"value": null
}
},
"region": {
"name": "Ohio",
"code": "US-OH",
"translation": {
"lang": null,
"value": null
}
},
"city": {
"name": "Columbus",
"translation": {
"lang": null,
"value": null
}
},
"time_zone_info": {
"olson": "America/New_York",
"current_time": "2026-06-05T21:49:51-04:00",
"gmt_offset": -14400,
"is_dst": true,
"abbreviation": "EST",
"dst_start_date": "2026-03-08",
"dst_end_date": "2026-11-01",
"sunrise": "06:05",
"sunset": "20:58"
},
"geotargeting": {
"metro": "535"
},
"is_proxy": false,
"fraud_score": 1,
"proxy": {
"last_seen": 1,
"proxy_type": "AIC",
"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": true,
"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。