Hot answers tagged tags
2
No, there's no API route that gives you a user's tag specific reputation information. The /users/{ids}/tags route only returns the combined count of questions and answers that a user has posted in a tag, but not the reputation information that you can get on the user profile tags tab. (Note: There's an app at Badge Status for a particular Tag in ...
1
For questions tagged with all tags in a list (AND operation), use the /questions path. For example:
/questions#fromdate=2013-01-11&order=desc&sort=activity&tagged=ruby%3Bgit&site=stackoverflow&filter=default
(Scroll to the bottom and press Run. See the top of the page for the documentation for that path.)
~~~~~
For questions tagged ...
Only top voted, non community-wiki answers of a minimum length are eligible