Skip to main content

All Questions

Tagged with
2 votes
1 answer
59 views

Tagged parameter not working as described in documentation

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 ...
micpob's user avatar
  • 85
0 votes
1 answer
73 views

Multiple tags come back unordered

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": [ { "...
JMP's user avatar
  • 345
-2 votes
1 answer
76 views

Should status-reproduced be made a mod-only tag?

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 ...
Anonymous's user avatar
  • 479
2 votes
1 answer
53 views

Even though status-review has been made a moderator-only tag, it remains blue on this post

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 ...
Anonymous's user avatar
  • 479
3 votes
0 answers
68 views

API 404's when I try to fetch related tags for the `bin` tag

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 ...
Christian Sauer's user avatar
3 votes
0 answers
59 views

Tags are not returned when querying /users/{ids}/answers

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 ...
larsks's user avatar
  • 141
3 votes
0 answers
86 views

/synonyms sorting is majorly broken

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 ...
a1626's user avatar
  • 161
3 votes
0 answers
42 views

The tags array is missing from answer results

I'm probably missing something very obvious but it seems like /users/{ids}/answers forgets to include the tags badge in the resulting answer object: tags (2.1) an array of strings Nowhere does ...
Rakete1111's user avatar
8 votes
1 answer
137 views

The answer object returns an empty array for tags

Since version 2.1, the answer object has a field called tags. However, sometimes, an empty array or even nothing is returned in this field: Example with the filter !-*f(6t0Vk01e. Am I doing ...
FelixSFD's user avatar
  • 635
1 vote
1 answer
41 views

The API /tag stats are notably different from the site totals

Why this discrepancy? --Sep 10 2015 11:26:09 GMT+0530 (IST)-- At that time, the API shows 42010 tags. But the same thing computed on the Stack Overflow tags page is 44496. Is it because of caching?
deostroll's user avatar
  • 111
3 votes
0 answers
47 views

/answers API request returns no tags if body_markdown is included [duplicate]

This API request to /answers has the filter set to return the tags field for the corresponding question. It works fine: api.stackexchange.com/docs/answers#filter=!9YdnSPElz But, when the filter is ...
Boann's user avatar
  • 131
4 votes
0 answers
39 views

Link to applied_count leads to a 404

To Reproduce Run an API query on tag-synonyms, you will get a result that includes something like this: Issue(s) Click on the applied_count link and you get redirected to this page which is a 404. It ...
jmac's user avatar
  • 141
1 vote
1 answer
45 views

The inname parameter does not work with multiple parameters

I am trying to get details by passing semicolon delimited list in inname paramter but it is not working. I tried below API call: https://api.stackexchange.com/2.0/tags?order=desc&sort=popular&...
Devarshi's user avatar
  • 125
1 vote
1 answer
36 views

Documentation of /users/{id}/top-answer-tags conflicts with implementation.

According to the documentation: /users/{id}/top-answer-tags or /me/top-answer-tags – Get the top 30 tags (by score) a single user has posted answers in. However in practice, when retrieving data ...
Nathan Osman's user avatar
  • 23.3k
2 votes
1 answer
25 views

The "/tags/{tags}/wikis" API does not return the proffered "body_last_edit_date" or "excerpt_last_edit_date" fields

The API for /tags/{tags}/wikis offers body_last_edit_date and excerpt_last_edit_date fields. Both are selected in the default filter. But neither are actually returned even for tags I'm 100% sure ...
hippietrail's user avatar

15 30 50 per page