Hello,

I have a bit of confusion about this. I thought gold badge is given after you get 1000 up votes in a tag for example c#, java, php, etc.

I saw this user (today) with only 476 upvotes for c# tag and he was given a gold badge in C# tag and elsewhere I saw this user with 764 upvotes in php tag but still no gold badge.

What is the criteria for this if it is not what i thought, that is 1000 upvotes.

EDIT

Or if there is a query i can run (in stackexchange data explorer) to determine the total votes earned by a user in the specified tag.

Thanks

share|improve this question

3 Answers

up vote 3 down vote accepted

There is a nice greasemonkey script that shows you the total upvotes per tag you got.

share|improve this answer

The × nnn after the tag in the Tags section is not how many votes they have, but how many answers they've given for questions with that tag.

share|improve this answer
Then how to determine how many votes have been there for a tag? – Sarfraz May 15 '10 at 12:08
Check out this link: stackoverflow.com/questions/… Replace the tagnames value and the pagesize to get other tags and more results. Though don't go too high with the pagesize. – ChrisF May 15 '10 at 12:44
@ChrisF: Thanks but it does not tell total upvotes a user has got in specified tag. – Sarfraz May 15 '10 at 12:54
2  
@user If you look in the stats page for the given tag, the gray number under the all time section is the number of up votes that person has recieved. – Chacha102 May 15 '10 at 15:16
@ChrisF: The pagesize value doesn't seem to do anything. I always get 20 results no matter what I put there. – mmyers May 15 '10 at 16:01

I found the solution here in the end. Thanks all :)

http://odata.stackexchange.com/stackoverflow/q/139

share|improve this answer
there's a question on interesting queries here: meta.stackoverflow.com/questions/49943/… – quack quixote May 15 '10 at 13:36

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged