CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 04:34:03 GMT
content-type: text/html; charset=utf-8
cache-control: private
set-cookie: prov=00d2f1d7-4899-49b3-8bed-d4983cb2dcfb; expires=Mon, 27 Jul 2026 04:34:03 GMT; domain=.stackexchange.com; path=/; secure; httponly
x-clacks-overhead: GNU Terry Pratchett
strict-transport-security: max-age=31536000; includeSubDomains
x-request-guid: bde99011-1732-401b-b0d8-7153d81ab9c4
x-providence-cookie: 00d2f1d7-4899-49b3-8bed-d4983cb2dcfb
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
cf-cache-status: DYNAMIC
set-cookie: __cf_bm=wwbMg.mjKSmjli30FSLH2DcCo51UQlEjHTMI427NfAA-1753590843-1.0.1.1-_4R9ewf9gI8FmLNUvlnltlMtMDJOVE3DYtz68dy_YfY4L4TPSM4ZAjVoCLU23NN3GYF1hDlEj.X3WpxuE0TXNGVDtKCHMMfIWaQd5RvgkbI; path=/; expires=Sun, 27-Jul-25 05:04:03 GMT; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: __cflb=02DiuEqtkS4jGaTk6jRLVowZ76Z4qeo491C6EAM1cneYL; SameSite=None; Secure; path=/; expires=Mon, 28-Jul-25 03:34:03 GMT; HttpOnly
set-cookie: _cfuvid=u3fYywXzTPmmKRHlsddef_NPo5KCqmtiom_JQ9pZUsQ-1753590843827-0.0.1.1-604800000; path=/; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 96596c13d8f9b277-BLR
content-encoding: gzip
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":1753590843,"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":1753590843,"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":1753590843,"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":1753590843,"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":1753590843,"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