CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 09:09:31 GMT
content-type: text/html; charset=utf-8
cache-control: private
set-cookie: prov=d68a8078-728c-4646-9945-4c0f79ab0118; expires=Mon, 27 Jul 2026 09:09:30 GMT; domain=.stackexchange.com; path=/; secure; httponly
x-clacks-overhead: GNU Terry Pratchett
strict-transport-security: max-age=31536000; includeSubDomains
x-request-guid: 2c7fa0db-6fb2-474d-98c9-84018eb951c8
x-providence-cookie: d68a8078-728c-4646-9945-4c0f79ab0118
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
cf-cache-status: DYNAMIC
set-cookie: __cf_bm=Bf6LtjYpvSrR_u9CWjbRj1smaR9hEf6MifLHNXWzlPQ-1753607371-1.0.1.1-DgrJ06ke_84O2RXM0JX9fn8ehgupJPt9sFkW7.lJps5FCQ_dQlx2QNnf5jSI501KUGJeJPlgLFm0qvP1HxeMxYnWF20.u.vmGTYfHm6xuyo; path=/; expires=Sun, 27-Jul-25 09:39:31 GMT; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: __cflb=02DiuEqtkS4jGaTk6jRLVowZ76Z4qeo49CGYn2HRJA8Jx; SameSite=None; Secure; path=/; expires=Mon, 28-Jul-25 08:09:31 GMT; HttpOnly
set-cookie: _cfuvid=dakhLP6VSSLTVVqEmJYsqm01LRHLIiOTeCofnX0xqB0-1753607371099-0.0.1.1-604800000; path=/; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 965aff930906c169-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":1753607370,"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":1753607370,"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":1753607370,"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":1753574400,"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":1753607370,"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":1753607370,"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":1753607370,"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":1753607370,"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