📅  最后修改于: 2023-12-03 15:30:14.281000             🧑  作者: Mango
CzechiaCzechia是一个基于IP地址的定位服务,可以根据用户的IP地址获取其所在位置的相关信息,如国家、省份、城市、经纬度等。
GET https://ipapi.co/<ip>/json/
其中,<ip>
为用户的IP地址,可以为空或为self
。
{
"ip": "string",
"city": "string",
"region": "string",
"region_code": "string",
"country": "string",
"country_name": "string",
"continent_code": "string",
"in_eu": true,
"postal": "string",
"latitude": 12.345,
"longitude": 67.890,
"timezone": "string",
"utc_offset": "string",
"country_calling_code": "string",
"currency": "string",
"languages": "string",
"asn": "string",
"org": "string"
}
其中,ip
为查询的IP地址,city
为城市名,region
为省份名,region_code
为省份代码,country
为国家代码,country_name
为国家全名,continent_code
为所在洲代码,in_eu
为是否在欧盟内,postal
为邮编,latitude
为纬度,longitude
为经度,timezone
为时区名,utc_offset
为UTC偏移量,country_calling_code
为国际电话区号,currency
为货币代码,languages
为用于通讯的语言,asn
为ASN号,org
为组织名。
请求:
GET https://ipapi.co/self/json/
响应:
{
"ip": "192.0.0.1",
"city": null,
"region": null,
"region_code": null,
"country": "US",
"country_name": "United States",
"continent_code": "NA",
"in_eu": false,
"postal": null,
"latitude": 37.751,
"longitude": -97.822,
"timezone": "America/Chicago",
"utc_offset": "-0600",
"country_calling_code": "1",
"currency": "USD",
"languages": "en-US,es-US,haw,fr",
"asn": "AS15169",
"org": "Google LLC"
}
CzechiaCzechia支持IPv4和IPv6地址。
CzechiaCzechia的免费版每天最多查询1000次。此外,对于查询频率过高或不必要的查询,CzechiaCzechia保留拒绝服务的权利。