Stack Exchange · Example Payload

Stackexchange Api V2 3 Inbox Item Example

Q And ADeveloper CommunityKnowledge GraphStack OverflowStack ExchangeReputationTagsCommunityMCPAI Grounding

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

Top-level fields

item_typecreation_dateis_unreadtitlebodylinkquestion_idanswer_idcomment_idsite

Example Payload

Raw ↑
{
  "item_type": "comment",
  "creation_date": 1735026838,
  "is_unread": true,
  "title": "How do I parse JSON in Python?",
  "body": "Use the standard library `json` module.",
  "link": "https://stackoverflow.com/questions/11227809",
  "question_id": 591548,
  "answer_id": 441612,
  "comment_id": 681018,
  "site": {
    "site_url": "https://stackoverflow.com",
    "api_site_parameter": "stackoverflow",
    "name": "Stack Overflow",
    "site_type": "main_site",
    "audience": "professional and enthusiast programmers",
    "icon_url": "https://stackoverflow.com/questions/11227809",
    "logo_url": "https://stackoverflow.com/questions/11227809",
    "favicon_url": "https://stackoverflow.com/questions/11227809",
    "launch_date": 1221177600,
    "site_state": "normal",
    "styling": {
      "link_color": "https://stackoverflow.com/questions/11227809",
      "tag_foreground_color": "stackoverflow",
      "tag_background_color": "stackoverflow"
    },
    "related_sites": [
      {
        "name": "openapi",
        "site_url": "https://stackoverflow.com/questions/11227809",
        "relation": "chat"
      }
    ],
    "markdown_extensions": [
      "stackoverflow"
    ]
  }
}