Tagged Questions
1
vote
1answer
34 views
Is there any way we could have more information about tags in /questions?
In the /tags route, the following information is returned for a specific tag:
{
"name": "c#",
"count": 262613,
"is_required": false,
"is_moderator_only": false,
"has_synonyms": true
}
...
1
vote
2answers
32 views
How about a regex filter in the tags API?
The tags API has a "filter" parameter but it only matches the exact substring in the parameter in the tags.
On Travel we have one kind of tags, IATA airport codes (SYD for Sydney, SFO for San ...
4
votes
1answer
94 views
/users/tags should contain scores
I am implementing some simple JavaScript/bookmarklet based apps that show some reputation info, including the score in the User's top tags (roughly based on this previous bookmarklet of mine).
Now I ...
0
votes
1answer
113 views
Include tag “objects” in questions
getting a question returns among other things an array of tag names, it would be better if it return a whole tag "object" in other words: the count and fulfills_required (okay maybe not the fulfills ...