Usage of /users/{id}/top-question-tags
Discussion
Returns a single user's top tags by question score.
This a subset of the data returned on a user's stats tab.
{id} can contain a single id, to find it programatically look for user_id on user or shallow_user objects.
This method returns a list of top_tag objects.
Try It