API接口 · 2022年1月23日

免费IP地址归属地查询接口

接口URL : https://dev.genwoxiu.com/api/ip/

请求方式 :POST

Content-Type :application/x-www-form-urlencoded

请求参数 :

参数名 :ip;必填;参数类型:String

示例:ip=127.0.0.1

响应结果(json)

{ “ip”: “101.229.219.142”, “beginip”: “101.229.176.0”, “endip”: “101.231.73.255”, “countryInfo”: { “country”: “China”, “countryCN”: “中国”, “countryCode”: “CN”, “city”: “上海市”, “isp”: “电信” } }