Skip to main content

Questions tagged [tags]

Tools that help with tags, or issues with the API handling of tags.

Filter by
Sorted by
Tagged with
3 votes
0 answers
39 views

Description Focus the inline tag edit tool1 when opened. Allows for using keyboard immediately to interact with the tags. Press Escape to cancel the editing or Enter to save. 1Part of the moderator ...
7 votes
0 answers
266 views

Screenshot I created this small app as a weekend hack. It shows the reputations, upvotes, downvotes and accepted answers for a user against the tags for the answers. About I wanted to know how many ...
2 votes
1 answer
95 views

How to download all the data just for a specific tag (say [compiler-error])? On Stack Overflow, there are around 19000 questions tagged with [compiler-error]. So, I was hoping is it downloadable w.r.t ...
3 votes
1 answer
55 views

If I make a request using the "tagged" parameter, the returned results are more that if I make the same request with the same tags but using the "q" parameter. Notice that the ...
2 votes
1 answer
59 views

In the documentation it is reported that the tagged parameter in the request URL should work like this: tagged - a semicolon delimited list of tags, of which at least one will be present on all ...
2 votes
1 answer
126 views

Is there a way to get a list of X questions/answers with the highest votes up, visits, etc? Say I want to get the list of most voted questions in .NET category (tag) or Java.
1 vote
1 answer
150 views

I see that tags are present only for questions. How can I get the answers to these questions given in last week (if any) having specific tags?
1 vote
0 answers
69 views

An internal tool for managing and collecting question tags related to other specific tags. It will not be made available to the public.
4 votes
0 answers
113 views

Leaves a temporary comment on new Stack Exchange questions with problematic tags or titles. Some of the issues detected by the bot: a non-descriptive title a vague tag used as the only tag all tags ...
3 votes
1 answer
92 views

I'm using the Questions Advanced Search API to retrieve Stack Overflow questions with a specific tag that were created in the last 15 minutes. I've written a script which runs every fifteen minutes ...
1 vote
0 answers
51 views

Today I was browsing a tag here and I noticed that on the first pages, all questions are shown with thumbnails (most of the time, just the default one): However, from page 5 on the formatting is like ...
-2 votes
1 answer
76 views

status-review has been recently made a mod-only tag, but status-reproduced remains a normal blue tag. While not currently used on any questions (except this one, for demonstration), eventually it ...
1 vote
1 answer
69 views

I am trying to get a list of the most popular tags on Stack Overflow. According to the SO page, these are the most popular tags as of today: The Python tag has 6690 questions asked this week alone. ...
4 votes
1 answer
116 views

We have the tag ruby-on-rails (7 questions) which is ... an open source full-stack web application framework written in Ruby. It follows the popular MVC framework model and is known for its "...
4 votes
1 answer
311 views

I am trying to retrieve list of C# questions using http://api.stackoverflow.com/1.0/questions?title=true&tagged="c#". But I get JSON response related to c questions. Response : { "...
1 vote
1 answer
50 views

I just want to get statistic data for specific tags which belong to a specific team. For example, for tags: "abc", I want to know how many users viewed the questions which have the "abc&...
0 votes
1 answer
73 views

I am using https://api.stackexchange.com/docs/wikis-by-tags#tags=c%23%3Bsql%3Bexcel%3Bphp&filter=default&site=stackoverflow and the response is "items": [ { "...
0 votes
1 answer
383 views

When I try requesting the tag c# via Serel, I get an error. This is the error I am getting: INFO][2013-02-25 02:06:42] Making request to /2.0/tags/c#/info?site=stackoverflow&key=mykey JSON::...
2 votes
1 answer
104 views

I've studied the Stack Exchange API to some extent (although I'm a newbie to such things), and it appears I can query the database using many criteria. But does Stack Exchange store any "trends&...
6 votes
1 answer
126 views

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 think there is a direct query that will give ...
1 vote
1 answer
74 views

I am new to stackapps. I am wondering how to apply /tags/{tags}/related to more than one tags. The documentation does not give an example. I tried /2.0/tags/c,java/related?site=stackoverflow, /2.0/...
2 votes
1 answer
67 views

I'm experimenting with the API, trying to get the tags used in the last month on Stack Overflow, and it seems like some tags are missing. For example, I don't get anything for "jquery": http:...
2 votes
1 answer
53 views

On this answer, status-review is mentioned. For whatever reason, the tag appeared as blue instead of red. I've also noticed that it does not appear on this post for some reason. I thought that ...
5 votes
1 answer
93 views

On most other meta sites, status-review is a moderator tag, however on stack apps (which is it’s own meta) it is not a moderator tag. Since there is no status-review moderator tag on stack apps, ...
2 votes
1 answer
127 views

Does a maximum tag name length exist? Or it is just the "suggested size" with no hard limits? I'm trying to figure out how to best store them in a database.
2 votes
1 answer
125 views

I know I can get one tag description by request such as "https://api.stackexchange.com/2.2/tags/tag_name/wikis?site=dba". But if I use it more than hundreds of times, I will get a ...
2 votes
0 answers
113 views

About goal is to learn skills faster by browsing the aggregated concepts. so you absorb big ideas before diving in. learn passively. its for everyone. analyzes SE posts with IBM watson and allows ...
2 votes
2 answers
80 views

I made a call to update the question tags using API - https://api.stackexchange.com/docs/edit-question however the body formatting changes when I edit the tags with the same body received (with HTML ...
3 votes
0 answers
105 views

In the wake of the *-vba situation on Stack Overflow, one tag remains, that should be retagged to two others. See this MSO post for more details. To resolve this situation, this is a mini-app, that ...
1 vote
1 answer
62 views

I'm checking how I can embed the search for one project. Basically I want something like this page. With the search I can get the list of questions with all meta data from the search, however the ...
2 votes
0 answers
95 views

Screenshot / Code Snippet TODO About An app to help removing wrong tags from questions. For example, the tag android-studio is often misused for questions about programming for Android in general. ...
3 votes
1 answer
104 views

Is there a way to get a list of tags that the user has set up as "Watched Tags"? If not, is it on the roadmap?
2 votes
1 answer
42 views

Stack Exchange site tags have "usage guidance", both a 1-paragraph "excerpt" and a longer tag description, as e.g. for JavaScript here. Is it possible to get this data through the API? The options ...
3 votes
0 answers
68 views

If you query the API for tags related to [bin]: https://api.stackexchange.com/2.2/tags/bin/related?site=stackoverflow this simply returns: Invalid JSON returned and a 404. (live demo) But it should ...
5 votes
0 answers
58 views

Screenshot / Code Snippet About There's a new tag synonym dashboard, which looks nice except for those thumbs up/down buttons. Since we're Stack Exchange, not Facebook, they should be the familiar ...
2 votes
0 answers
51 views

When we ask a question, in the "How To Ask" side bar there is some information about the usage of the tags, such as support, bug and feature-request. Since those are the required tags (with different ...
1 vote
1 answer
99 views

Is the maximum tags for all SE sites (and those in the future) 5?
3 votes
1 answer
63 views

I would like to list tags where the tag wiki or tag wiki excerpt was recently edited or created. How can I do this? It is not a problem if I get a few false positives by tags modified in other ways, ...
3 votes
0 answers
59 views

I'm querying the API for answers-by-user, and I want the tags belonging to the parent questions. I seem to be seeing intermittent results: sometimes the tags attribute of the response includes the ...
7 votes
2 answers
136 views

The Stack Apps topic help makes it clear that all questions here must pertain to Stack Exchange in some way: If your question is about … the Stack Exchange API applications built on the ...
5 votes
1 answer
255 views

Screenshot About This is a simple Greasemonkey script which unhides the checkbox which allows you to hide questions with ignored tags. It allows you to quickly toggle this setting at your leisure ...
2 votes
0 answers
68 views

About If the tags are not visible in the initial loaded page, this script will copy and paste the tags after the post title. If the tags position is not less than the current window's height, then ...
6 votes
0 answers
88 views

Improved Tag Popup Inspired by this feature request by Andrew Leach, this script adds some extra links in the new tag popup, to view and edit the full tag information (wiki and excerpt). Installation ...
20 votes
2 answers
529 views

Please note, the tag burninator script requires 10k rep to use. Sorry, noobs! I pass on to you, dear taxonomist terrorists, the burninator toolkit. This toolkit consists of two user scripts which, ...
2 votes
1 answer
148 views

I see we can fetch tags via the API, which works fine but, sadly, there doesn't seem to be a way to get the count of all possible tags. Currently the Stack Overflow Tags page shows 36 tags per page ...
7 votes
0 answers
461 views

About myTagOverflow creates a visualization of the top tags related to your own activity on stackOverflow. It may be useful when you want to demonstrate your technical abilities, based on factual ...
4 votes
0 answers
106 views

I'm playing with the write API, and I'd like to simply retag a question. This is the code I have so far: $editURL = 'https://api.stackexchange.com/2.2/questions/' . $question->{"question_id"} . '/...
2 votes
1 answer
86 views

this is the data I receive when asking for a user data with the Stack Exchange API: { "items": [{ "badge_counts": { "bronze": 27, "silver": 12, "gold": 0 }, "...
3 votes
0 answers
86 views

I'm requesting /tags/synonyms data in descending order by creation date, but the order is jumbled up: The first date is 2017-08-22 where as the second one is 2018-03-16. The same can be observed for ...
3 votes
0 answers
46 views

Is there is way to search synonym when user is inputting the name. Something like how things work in SO's tag search page. j2se is a synonym of java tag, but it appears in search when searching for ...