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