In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/03 Report--
This article mainly explains "free ip database Taobao IP address library introduction and PHP calling method tutorial", interested friends may wish to have a look. The method introduced in this paper is simple, fast and practical. Next let the editor to take you to learn the "free ip database Taobao IP address library introduction and PHP calling method tutorial"!
First, about Taobao IP address library
The services we currently provide include:
1. According to the IP address provided by the user, quickly query the geographic information and geo-related information of the IP address, including country, province, city and operator.
two。 Users can update our service according to their location and the IP address they use.
Our strengths:
1. Provide all-round information of countries, provinces, cities, counties and operators with a wide range of information dimensions and standardized format.
two。 Provide comprehensive statistical analysis reports, provincial accuracy of more than 99.8%, municipal accuracy of more than 96.8%, data quality is guaranteed.
II. Interface description
1. Request API (GET):
Http://ip.taobao.com/service/getIpInfo.php?ip=[ip address string]
two。 Response message:
(json format) country, province (autonomous region or municipality directly under the Central Government), city (county), operator
3. Return data format:
The copy code is as follows:
{"code": 0, "data": {"ip": "210.75.225.254", "country": "\ u4e2d\ u56fd", "area": "\ u534e\ u5317"
"region": "\ u5317\ u4eac\ u5e02", "city": "\ u5317\ u4eac\ u5e02", "county": "", "isp": "\ u7535\ u4fe1"
"country_id": "86", "area_id": "100000", "region_id": "110000", "city_id": "110000"
"county_id": "- 1", "isp_id": "100017"}
The value of code means 0: success and 1: failure.
Note: in order to ensure the normal operation of the service, the access frequency of each user should be less than 10qps.
3. IP library contains data
1. IP quantity statistics
2. IP accuracy and coverage statistics
4. What can the IP library do?
1. Remind users not to log in frequently
two。 Global report
3. National report
4. Make national reports according to the provider
5. Statistics of providers by region
6. Other
5. Instance of PHP call
The copy code is as follows:
Six: call the instance of C#
The copy code is as follows:
TaobaoIP result1 = TaobaoIPHelper.GetIP ("8.8.8.8")
If (result1.code = = 0)
{
Console.WriteLine (string.Format ("call succeeded. The country of the ip is {0}, the province is {1}, the city is {2}, and the operator is {3}"
, result1.data.country, result1.data.region, result1.data.city, result1.data.isp)
);
}
Else
{
Console.WriteLine ("failed because:" + result1.errorMsg)
}
TaobaoIP [] result2 = TaobaoIPHelper.GetDomain ("lixin.me")
Foreach (TaobaoIP item in result2)
{
If (item.code = = 0)
{
Console.WriteLine (string.Format ("call succeeded. The country of the ip is {0}, the province is {1}, the city is {2}, and the operator is {3}"
, item.data.country, item.data.region, item.data.city, item.data.isp)
);
}
Else
{
Console.WriteLine ("failed because:" + item.errorMsg)
}
}
At this point, I believe you have a deeper understanding of the "free ip database Taobao IP address library introduction and PHP calling method tutorial". You might as well do it in practice. Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.