当前位置:网站首页>How to quickly query the mobile phone number home and operator

How to quickly query the mobile phone number home and operator

2022-06-13 00:09:00 grownto9

Recently, the company's project needs to do a small function to quickly query the mobile phone number ownership and operator , Think if you use ready-made API Can greatly improve the development efficiency , So on the Internet API Shop search , Found out APISpace, The mobile phone number in it belongs to the operator API It meets my development needs very well .

Mobile phone number ownership and operator query API, Provide you with the latest mobile 、 telecom 、 Unicom all mobile phone numbers and other functions , Enter the mobile number at least before 7 position , You can check where the mobile phone number belongs 、 Segment number 、 Mobile card type 、 The number belongs to .

APISpace There are many free universal API Interface , Using these interfaces can help you realize and develop many functions , Web pages with stable services 、APP And the little program , It is a good choice for both hands training and actual combat .
Next, I will share some information about the interface with you .

Mobile phone number ownership and operator query

Interface request address : Click to see

  • Request method :GET
  • Returns the format :JSON
  • Request parameters
    • phone_number: Support number segment 13*,15*,18*,14[5,7],17[0,6,7,8]. Required
  • Return to example :
{
    
    "code": 200,
    "message": "",
    "data": {
    
        "phone": "156****5255",
        "province": " Shandong ",
        "city": " Qingdao ",
        "zip_code": "266000",
        "area_code": "0532",
        "phone_type": " Unicom "
    }
}
原网站

版权声明
本文为[grownto9]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/163/202206122355013104.html