Stack Exchange · Example Payload

Stackexchange Api V2 3 User Example

Q And ADeveloper CommunityKnowledge GraphStack OverflowStack ExchangeReputationTagsCommunityMCPAI Grounding

Stackexchange Api V2 3 User Example is an example object payload from Stack Exchange, with 25 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

user_idaccount_iduser_typedisplay_namereputationreputation_change_dayreputation_change_weekreputation_change_monthreputation_change_quarterreputation_change_yearcreation_datelast_modified_datelast_access_dateis_employeelocationwebsite_urllinkprofile_imageaccept_ratebadge_countsquestion_countanswer_countup_vote_countdown_vote_countview_count

Example Payload

Raw ↑
{
  "user_id": 22656,
  "account_id": 11683,
  "user_type": "registered",
  "display_name": "Jon Skeet",
  "reputation": 1500000,
  "reputation_change_day": 10,
  "reputation_change_week": 120,
  "reputation_change_month": 540,
  "reputation_change_quarter": 1600,
  "reputation_change_year": 5400,
  "creation_date": 1217631542,
  "last_modified_date": 1735000000,
  "last_access_date": 1735200000,
  "is_employee": false,
  "location": "Reading, United Kingdom",
  "website_url": "https://codeblog.jonskeet.uk",
  "link": "https://stackoverflow.com/users/22656/jon-skeet",
  "profile_image": "https://i.sstatic.net/lLZAr.jpg?s=128",
  "accept_rate": 92,
  "badge_counts": {
    "bronze": 10000,
    "silver": 5000,
    "gold": 800
  },
  "question_count": 56,
  "answer_count": 36234,
  "up_vote_count": 39120,
  "down_vote_count": 1024,
  "view_count": 99999999
}