Github如何查看注册时间

查看github账号注册时间技巧:

https://api.github.com/users/用户名

如:
https://api.github.com/users/likelove

{
  "login": "likelove",
  "id": 11500300,
  "node_id": "MDQ6VXNlcjExNTAwMzAw",
  "avatar_url": "https://avatars.githubusercontent.com/u/11500300?v=4",
  "gravatar_id": "",
  "url": "https://api.github.com/users/likelove",
  "html_url": "https://github.com/likelove",
  "followers_url": "https://api.github.com/users/likelove/followers",
  "following_url": "https://api.github.com/users/likelove/following{/other_user}",
  "gists_url": "https://api.github.com/users/likelove/gists{/gist_id}",
  "starred_url": "https://api.github.com/users/likelove/starred{/owner}{/repo}",
  "subscriptions_url": "https://api.github.com/users/likelove/subscriptions",
  "organizations_url": "https://api.github.com/users/likelove/orgs",
  "repos_url": "https://api.github.com/users/likelove/repos",
  "events_url": "https://api.github.com/users/likelove/events{/privacy}",
  "received_events_url": "https://api.github.com/users/likelove/received_events",
  "type": "User",
  "site_admin": false,
  "name": null,
  "company": null,
  "blog": "",
  "location": null,
  "email": null,
  "hireable": null,
  "bio": null,
  "twitter_username": null,
  "public_repos": 1,
  "public_gists": 0,
  "followers": 0,
  "following": 0,
  "created_at": "2015-03-16T10:01:50Z",
  "updated_at": "2022-01-30T12:51:07Z"
}

字段 created_at 就是你的 Github 注册时间,如上面的账号注册时间为:2015-03-16