The mobile phone number belongs to the development document and the invocation instance, can inquire the cell phone number's attribution information, realizes the rapid development of the APP !
Interface Name: Mobile phone number attribution to the interface
Interface platform: aggregated data
Interface Address:http://apis.juhe.cn/mobile/get
Supported format:json/xml
Request method:Get/post
Request Example:http://apis.juhe.cn/mobile/get?phone=13429667914&key= the key you requested
Cell phone number attribution to the interface JSON return Example:
{"ResultCode": "$", "Reason": "Return successd!", "result": { "province": "Zhejiang", "City": "Hangzhou", "AreaCode" : "0571", "Zip": "310000", "Company ": "China Mobile", "card": "Mobile Dynamic Zone Card"}
Cell phone number attribution to the interface XML return Example:
<?XML version= "1.0" encoding= "Utf-8"?> - <Root> <ResultCode>200</ResultCode> <reason>Return successd!</reason> - <result> <Province>Zhejiang</Province> < City>Hangzhou</ City> <AreaCode>0571</AreaCode> <Zip>310000</Zip> < Company>Mobile</ Company> <Card>Mobile Dynamic Zone Card</Card> </result> </Root>
Mobile phone number attribution Interface Development documentation and invocation examples