Stack Exchange · JSON Structure

Stackexchange Api V2 3 Event Structure

A network event (1.5 minute live window).

Type: object Properties: 5
Q And ADeveloper CommunityKnowledge GraphStack OverflowStack ExchangeReputationTagsCommunityMCPAI Grounding

Event is a JSON Structure definition published by Stack Exchange, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

event_type event_id creation_date link excerpt

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "Event",
  "description": "A network event (1.5 minute live window).",
  "$id": "https://raw.githubusercontent.com/api-evangelist/stackexchange/refs/heads/main/json-structure/stackexchange-api-v2-3-event-structure.json",
  "type": "object",
  "properties": {
    "event_type": {
      "type": "string",
      "example": "question_posted"
    },
    "event_id": {
      "type": "int32"
    },
    "creation_date": {
      "type": "int64"
    },
    "link": {
      "type": "uri"
    },
    "excerpt": {
      "type": "string"
    }
  }
}