Stack Exchange API 和用户资料

Stack Exchange API & User Profile

是否可以通过 API 获取用户个人资料信息,例如 GitHub、Twitter 帐户名?此信息在用户个人资料页面中可见,我想知道是否有办法以编程方式访问此信息。

不,此信息无法通过 API 获得。一个user object只包含以下字段:

  • about_me
  • accept_rate
  • account_id
  • 年龄
  • answer_count
  • badge_counts
  • creation_date
  • display_name
  • down_vote_count
  • is_employee
  • last_access_date
  • last_modified_date
  • link
  • 位置
  • profile_image
  • question_count
  • 声望
  • reputation_change_day
  • reputation_change_month
  • reputation_change_quarter
  • reputation_change_week
  • reputation_change_year
  • timed_penalty_date
  • up_vote_count
  • user_id
  • user_type
  • view_count
  • website_url

不过,您 可以 通过 about_mewebsite_url 字段提取一些个人资料信息。