CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 11:24:43 GMT
content-type: text/html; charset=utf-8
content-encoding: gzip
cache-control: private
set-cookie: prov=54881ff2-d476-46ec-b834-2ba72021f07b; expires=Mon, 27 Jul 2026 11:24:43 GMT; domain=.stackexchange.com; path=/; secure; httponly
set-cookie: __cf_bm=A.yq6OV3MLds3qV7NSRAI2GsaH2UW36mplBBoR5zUKY-1753615483-1.0.1.1-mge_3V9gYBwoOIwyLbheQmLL_QNXBtyppc8p1B7AUevpm7GosTUgFZ6KaWpg9_KAgxEURLKz5mPV3MYjVHfO9RqXHTT3zZmNdkoUVfkJlKg; path=/; expires=Sun, 27-Jul-25 11:54:43 GMT; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: __cflb=02DiuEqtkS4jGaTk6jRLVowZ76Z4qeo49pFpkGScCA35W; SameSite=None; Secure; path=/; expires=Mon, 28-Jul-25 10:24:43 GMT; HttpOnly
set-cookie: _cfuvid=Y8e8zTY.DR9kMHqdKrTMraCATAft.voPHLdSYr8_DPw-1753615483933-0.0.1.1-604800000; path=/; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
x-clacks-overhead: GNU Terry Pratchett
strict-transport-security: max-age=31536000; includeSubDomains
x-request-guid: 47ea681a-213f-4d1c-8360-ffad4affbcb0
x-providence-cookie: 54881ff2-d476-46ec-b834-2ba72021f07b
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
cf-cache-status: DYNAMIC
server: cloudflare
cf-ray: 965bc5a4ca7d343c-BLR
event -
Stack Exchange API
Type event
Discussion
This type describes an event that has recently occurred on a Stack Exchange site.
A minimal ammount of information is present in these events for scaling purposes. It is expected that most applications will make follow up calls to the API to "flesh out" the event objects for their own purposes.
Fields
event_id
the id of the object (answer, comment, question, or user) the event describes
event_type
one of
question_posted
, answer_posted
, comment_posted
, post_edited
, or user_created
Fields marked with are included in the default filter, those marked with are excluded in the default filter.
Examples
► Comment Posted
{"creation_date":1753615483,"event_id":1,"event_type":"comment_posted","excerpt":"part of the example comment","link":"https://example.stackexchange.com/questions/1/example-title#comment1_1"}
► Answer Post
{"creation_date":1753615483,"event_id":1,"event_type":"answer_posted","excerpt":"part of the example answer","link":"https://example.stackexchange.com/questions/1/example-title/1#1"}
► Post Edited
{"creation_date":1753615483,"event_id":1,"event_type":"post_edited","excerpt":"part of the example post","link":"https://example.stackexchange.com/questions/1/example-title"}
► Question Post
{"creation_date":1753615483,"event_id":1,"event_type":"question_posted","excerpt":"part of the example question","link":"https://example.stackexchange.com/questions/1/example-title/1"}
► User Created
{"creation_date":1753615483,"event_id":1,"event_type":"user_created","excerpt":"Example User Name","link":"https://example.stackexchange.com/users/1/example-user-name"}
Methods That Return This Type
about blog terms of use contact us feedback always welcome
site design / logo © 2025 Stack Exchange, Inc; user contributions licensed under CC BY-SA