Question about any of the API methods that return, in some form, information about tags.
-1
votes
1answer
86 views
How to get technical skills tags using API
I have a requirement in my application to show the skills in auto-complete format like the stack overflow has. is there any example to get the tags from stack overflow using JavaScript + JSON.
kindly ...
5
votes
0answers
46 views
Collapse interesting and ignored tags sections!
Are you annoyed by to large interesting/ignored tags sections?
I've created a user script to collapsing it!
Stack Ignore Collapse .user.js
3
votes
0answers
70 views
Hide tag info popup
This script hides the tag info popup. In response to this post.
Install - View Source
2
votes
0answers
17 views
How do I get the no. of upvotes a person has received for a particular tag?
I need the list of users who have more than 10K reputation and then among those users I need to see which user has how many up-votes for each tag. I don't there is a direct query that will give me ...
2
votes
0answers
64 views
Bold and colorful area tags
About:
This script is written for cstheory.SE and MathOverflow. It modifies the way the area tags (tags having . in their names) are displayed.
The script is based on Hexadecimal user rep.
...
2
votes
0answers
30 views
Query Tag followers?
I was hoping to use the APIs to discover the number of questions for a given Tag as well as the number of followers. I found how to get the number of questions, but not the number of followers. On ...
1
vote
0answers
20 views
Are “api-key” and “app-key” the same thing?
When tagging my last couple of questions about registering for a key I noticed there are two similar-looking tags:
api-key - 17 uses and a tag wiki
app-key - 8 uses, no tag wiki
Do they ...
1
vote
0answers
71 views
Greasemonkey Script: Show all results from a search, even if they would be hidden by your ignored tags
greasemonkey script to make it so no questions are hidden based on their tags when you are searching
I'm currently ignoring the Perl tag because I don't know anything about it, but occasional I want ...
1
vote
0answers
54 views
Maximum tags for a question on any SE site
Is the maximum tags for all SE sites (and those in the future) 5?
0
votes
0answers
10 views
How to tell if a given tag name is a synonym?
I've found in one of my projects that I sometimes have a string that I need to check as to whether it's a tag or a tag synonym.
To check if it's a tag synonym is easy using /tags/{tags}/info
I can ...
0
votes
0answers
93 views
API request to query all tags / taxonomy of languages based on filter param?
Looking through the api docs it would seem that pretty much everything is there except something I wanted to investigate if it would be possible to do. Which is to query the stackoverflow taxonomy ( ...