GitXplorerGitXplorer
s

random-chinese-user

public
16 stars
3 forks
0 issues

Commits

List of commits on branch master.
Unverified
af47abf2fb76331d78acd4029fb5b0b618c3d445

init

ssinchang committed 8 years ago

README

The README file for this repository.

Random Chinese User

随机获取某个中文用户信息,包括手机号码、名字、邮箱、地址。 inspired by JJYING

API

GET http://api.sinchang.me/random/user

Response:

{
  "status": 1,
  "msg": "success",
  "items": {
    "mobile": "13744344091",
    "email": "hata@gmail.com",
    "name": "毛紫雨",
    "address": "新疆维吾尔自治区乌鲁木齐市乌鲁木齐县水西沟镇2单元40室"
  }
}

License

This content is released under the MIT License.