CARVIEW |
Select Language
HTTP/2 200
date: Wed, 30 Jul 2025 07:14:07 GMT
content-type: text/html; charset=utf-8
cache-control: private
set-cookie: prov=d2cb20c0-7b59-4893-9529-4c9b2c3d1a4f; expires=Thu, 30 Jul 2026 07:14:07 GMT; domain=.stackexchange.com; path=/; secure; httponly
x-clacks-overhead: GNU Terry Pratchett
strict-transport-security: max-age=31536000; includeSubDomains
x-request-guid: 76addd7a-c70e-4775-a139-3c0bd3f2df9a
x-providence-cookie: d2cb20c0-7b59-4893-9529-4c9b2c3d1a4f
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
cf-cache-status: DYNAMIC
set-cookie: __cf_bm=qAb9xFn66Y_ocDRH1KKAXM6mUz1TS2O5sytkxunDsqg-1753859647-1.0.1.1-45.CFy1mxr7Vr8D48ujmwd1h_IEo_CjJ2e6.leBngOsz2df8WI88wSMgUe37S6KVoA6bT7poqEXe5wjNYnrjUTn88p1DZ3yvaZt5O_Sm16U; path=/; expires=Wed, 30-Jul-25 07:44:07 GMT; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: __cflb=02DiuEqtkS4jGaTk6jRLVowZ76Z4qeo493vffCi43Rfmv; SameSite=None; Secure; path=/; expires=Thu, 31-Jul-25 06:14:07 GMT; HttpOnly
set-cookie: _cfuvid=QzGzY_.wFsWYD1LiCXK3KCdhh4ucnJshL2qFfAicNeQ-1753859647531-0.0.1.1-604800000; path=/; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 96730eaafe960bc9-BLR
content-encoding: gzip
reputation -
Stack Exchange API
Type reputation
Discussion
This type represents a change in reputation for a User.
All methods that return this data will scrub it to a degree, to increase the difficulty of correlating reputation changes with down voting.
Fields
post_type
one of
question
, answer
, or article
reputation_change
integer
title
string
vote_type
one of
accepts
, up_votes
, down_votes
, bounties_offered
, bounties_won
, spam
, or suggested_edits
Fields marked with are included in the default filter, those marked with are excluded in the default filter.
Examples
► Accept
{"on_date":1753859647,"reputation_change":15,"vote_type":"accepts","post_type":"answer","post_id":2,"user_id":1,"link":"https://example.stackexchange.com/questions/1/example-question-title/2#2","title":"Example Question Title"}
► Upvotes
{"on_date":1753859647,"reputation_change":10,"vote_type":"up_votes","post_type":"question","post_id":1,"user_id":1,"link":"https://example.stackexchange.com/questions/1/example-question-title","title":"Example Question Title"}
► Upvotes After Rep Cap
{"on_date":1753859647,"reputation_change":0,"vote_type":"up_votes","post_type":"question","post_id":1,"user_id":1,"link":"https://example.stackexchange.com/questions/1/example-question-title","title":"Example Question Title"}
► Downvotes
{"on_date":1753833600,"reputation_change":-4,"vote_type":"down_votes","post_type":"question","post_id":1,"user_id":1,"link":"https://example.stackexchange.com/questions/1/example-question-title","title":"Example Question Title"}
► Suggested Edits
{"on_date":1753859647,"reputation_change":2,"vote_type":"suggested_edits","post_type":"question","post_id":1,"user_id":1,"link":"https://example.stackexchange.com/questions/1/example-question-title","title":"Example Question Title"}
► Bounty Offered
{"on_date":1753859647,"reputation_change":-200,"vote_type":"bounties_offered","post_type":"question","post_id":1,"user_id":1,"link":"https://example.stackexchange.com/questions/1/example-question-title","title":"Example Question Title"}
► Bounty Won
{"on_date":1753859647,"reputation_change":200,"vote_type":"bounties_won","post_type":"question","post_id":1,"user_id":1,"link":"https://example.stackexchange.com/questions/1/example-question-title","title":"Example Question Title"}
► Spam
{"on_date":1753859647,"reputation_change":-100,"vote_type":"spam","post_type":"question","post_id":1,"user_id":1,"link":"https://example.stackexchange.com/questions/1/example-question-title","title":"Example Question Title"}
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