Port number transfer real-time mobile phone number attribution query interface API

The 3 major versions of the free query interface for porting number transfer to the Internet are detailed in the interface

Only for learning and use, be careful to block IP

Interface name

1) Request address

http://www.591mf.top/home/getmodel?phone=17830830767&V=-1

2) Calling method: HTTP post

3) Interface description:

  • Interface description details

4) Request parameters:

GET parameters:

Field Name Field description Types of Required Remarks
phone phone number string AND -
V version string AND -1 means all return 1 2 3 Which version is used for the corresponding return

5) Request to return result:

{
    "Code": 200,
    "Info": "查询成功",
    "Datalists": [
        {
            "Phone": "17830830767",
            "V": "V1:数据来源mobile.yangkeduo.com",
            "Data": "重庆移动"
        },
        {
            "Phone": "17830830767",
            "V": "V2:数据来源newcz.m.jd.com",
            "Data": "重庆移动"
        },
        {
            "Phone": "17830830767",
            "V": "V3:数据来源chong.qq.com",
            "Data": "{mobile:'17830830767',province:'重庆',isp:'中国移动',stock:'1',amount:'10000',maxprice:'0',minprice:'0',cityname:'重庆'}"
        }
    ]
}

6) Request return result parameter description:

Field Name Field description Types of Required Remarks
Code   string AND -
Info   string AND -
Datalists   string AND -
Phone   string AND -
V   string AND -
Data   string AND -

Guess you like

Origin blog.csdn.net/qq_36664772/article/details/106283450