ID card attribution information query interface

Foreword:

        In the past two days, the ID card data interface of aggregated data was used for development, and it was not too cool to use. Since the number of interface applications is limited, in order not to waste the number of free interfaces, I wrote one myself; (I am reluctant to open a membership, poverty has broadened my hands-on ability!)

        The interface is now on my server. Sometimes the server may be turned off. If I turn it off, you can contact me and I will turn it on!

        Visual test page

text

       Request address:

        Address : http://jiahengfei.cn:33550/port/idcard
        Parameters : dispose--fixed " select "
                   key--restricted parameters in the future, currently fixed "jiahengfei" v-- example
                   of ID number to be queried : http: //jiahengfei.cn:33550/port/idcard?dispose=select&key=jiahengfei&v=ID number to be queried
        

        Return result:

        { "code" : 1 , //return code, 0 fails, 1 succeeds "data" :
  
  {
    
"date" : "July 30, 1997" ,//year month day
    
"region" : "Feicheng City, Shandong Province" ,//address
    
"sex" : "male" //gender
    }
, "msg" : "Request succeeded" //return message   }
  
    There are nearly 3,500 pieces of data in the database, which basically meet more than 90% of the needs. If there is an ID number area that cannot be inquired, you can contact me, and I will add it to the database after verification;
    Regarding the realization of the background, I will write an article and post it in detail in two days. You can take a look if you need it;
    For table information data, I exported the sql file, which can be copied and pasted directly to the database;

    If you don't have a server, just do a test, you can contact me, I will open it for you, no moneystick out tongue

    Contact information:

        QQ:2757525207

        wechat:jy271613

        phone:17515250730


    

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325764207&siteId=291194637