Id card number location query interface, you can query specific information on the ID card, including region, gender, date of birth and so on.
Interface name: indicates the interface for querying the id number
Interface Platform: API Open Platform (www.juhe.cn/)
Interface address: apis.juhe.cn/idcard/inde…
Supported format: JSON/XML
Request mode: get
Request example: apis.juhe.cn/idcard/inde…
JSON Interface for querying the id number’s owning location
{" the resultcode ":" 200 ", "" reason" : "successful return", "result" : {" area ":" wenzhou pingyang county, zhejiang province ", "sex", "male", "birthday" : "" March 08, 1989}}Copy the code
Id card number home query interface call code XML An example command output is as follows:
<root> < resultCode >200</ resultCode > <reason> Successful return </reason> <result> <area> Pingyang County, Wenzhou City, Zhejiang Province </area> <sex> male </sex> </birthday> </result> </root>Copy the code