Skip to main content

All Questions

Tagged with
2 votes
1 answer
114 views

Collectives Articles endpoint broken

I would like to access a list of all Collective Articles on SO. I tried https://api.stackexchange.com/2.3/articles?order=desc&sort=activity&site=stackoverflow which is the sample from here. ...
cocomac's user avatar
  • 478
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
4 votes
1 answer
181 views

“Try It” URL has wrong URI

On API doc pages, the “link” link at the top-right of the “Try It” sections presents a URL with the wrong domain name: For example, on docs/similar, the URL displayed will be: https://api....
Brandon Kelly's user avatar
1 vote
1 answer
61 views

wrong results of /search/advanced

I am querying mobile in stackoverflow. The second result is an answer. Results of /search/advanced is giving only questions when queried mobile. This is applicable for all other terms which are to be ...
amit jha's user avatar
  • 842
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
0 votes
1 answer
89 views

Why does the /events service sometimes pause for a couple of minutes?

In developing the firehose service, I found that the /events API often "pauses" for a couple of minutes before resuming. Is this a known issue? Specifically, I am polling /events every 10 seconds ...
Greg Hewgill's user avatar
  • 3,883
1 vote
1 answer
41 views

Badges displayed incorrectly?

It seems that there's something odd going on with badges. If we take some random user, say 1719, which has one account, and check the user page http://stackexchange.com/users/1719/jelon, then we can ...
Artificial Intelligence's user avatar
1 vote
1 answer
68 views

Site_Type returns "main_site" for meta.stackoverflow.com

For Meta Stack Overflow, the 2.0/sites endpoint returns "main_site" rather than "meta_site". All other site_type for other stackexchange sites return correctly. URL: https://api.stackexchange.com/2.0/...
Crashthatch's user avatar
5 votes
1 answer
106 views

Why doesn't the API return suggested edits on tag wikis?

Is there a reason why the API doesn't return suggested edits on tag wikis on the suggested-edits route?
Sathyajith Bhat's user avatar
3 votes
1 answer
26 views

Is the display name meant to be escaped HTML in the 2.0 version of the API?

The display_name field of a user is HTML escaped. See here for example. Is this expected behavior or a bug? The documentation doesn't mention it.
user avatar
0 votes
1 answer
69 views

2.0 tags API returns only created tags

Searching for tags, using the inname parameter AND a date range returns only the tags that were created in that period, not the tags that were used in that period. When searching by inname only, or ...
Kevin's user avatar
  • 101
1 vote
1 answer
31 views

Runtime error getting thrown with certain parameters on older 1.1 methods

This v1.1 URL is creating a runtime error: http://api.stackapps.com/1.1/comments&min=1323731212 Example output:
Nathan Osman's user avatar
  • 23.3k
1 vote
1 answer
44 views

Error occurs when retrieving timeline for this question

Here is the question: https://meta.stackoverflow.com/questions/51812/the-api-sandbox Here is the API URL: http://api.meta.stackoverflow.com/1.1/questions/51812/timeline?pagesize=100?page=2 Here is ...
Nathan Osman's user avatar
  • 23.3k
8 votes
1 answer
123k views

sorting ascending vs descending

I don't understand the difference between ascending and descending? Surely ascending means the most active/recent/popular/A first, and descending means the least active/recent/popular/Z first? But it ...
Jonathan.'s user avatar
  • 3,118
3 votes
1 answer
103 views

Comments in user timeline are returning Markdown

In users/{id}/timeline, the detail field for comment events is formatted with Markdown and not HTML. Is it normal? I saw in the question Comments are returning markdown that the API should return HTML ...
Jilouc's user avatar
  • 355

15 30 50 per page