Skip to main content

Questions tagged [api-v2.3]

For questions relating to the version 2.3 of the Stack Exchange API.

Filter by
Sorted by
Tagged with
3 votes
1 answer
280 views

This post is to test and develop a bot (currently named NLNBot, subject to change if anyone comes up with a good name) to detect No Longer Needed (NLN) comments on Stack Overflow and report them to a ...
Starship's user avatar
  • 213
5 votes
1 answer
215 views

I'm writing JavaScript (Node.js) code that calls the Stack Exchange API. One part of the API is that it may return a non-zero value for backoff, which essentially means "wait n seconds before ...
cocomac's user avatar
  • 518
2 votes
0 answers
29 views

Context: I am trying to notify myself with an email whenever there is a reputation change on my account every 30 mins(which will come via a cron job). So I am hitting a StackExchange API to get this. ...
pen_and_paper's user avatar
3 votes
1 answer
115 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 ...
micpob's user avatar
  • 85
3 votes
1 answer
94 views

I have been trying to fetch all unread notifications from the Stack Exchange API. However, I always get a blank items data in the response. API Endpoint: /2.3/me/notifications/unread?page=1&...
pen_and_paper's user avatar
2 votes
1 answer
121 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 ...
micpob's user avatar
  • 85
2 votes
0 answers
83 views

The accept rate of users isn't shown on the site since more than 6-8 years. Nevertheless, it's still returned by default on most calls returning user details. It doesn't serve any purpose anymore, and ...
Glorfindel's user avatar
  • 6,985
4 votes
0 answers
95 views

I am attempting to pull the articles from my company's collective. They are all returned when no tagged filter is used. This should return results for the articles tagged wso2 or is there a different ...
A.J.'s user avatar
  • 141
1 vote
1 answer
184 views

I just want to have same query result like stackoverflow.com did. I read this post:Searching on Stack Overflow and using the API give different results?. looks like /search/excerpts is the right ...
user12842165's user avatar
4 votes
2 answers
289 views

(I've included the api-v2.3 because https://api.stackexchange.com/docs starts with Stack Exchange API v2.3.) From this answer I see there's no way to get all questions with a specific tag. However, ...
Enlico's user avatar
  • 197
5 votes
0 answers
178 views

What does the /users endpoint look for when sorting on modified date? For the /users endpoint in the Stack Exchange API v2.3, what does the modified filter in sort field look for? It is unclear from ...
John Byro's user avatar
  • 151
5 votes
0 answers
61 views

The body returned by the search excerpts call seems to omit formatting and sometimes even formatted content. Example calls follow for this question: Does `inquestion` support multiple question ids? ...
Glorfindel's user avatar
  • 6,985
3 votes
1 answer
3k views

Since a few weeks, I'm getting 400 - Bad Request errors now and then, on pretty standard API calls like fetching post details. This is the response I get: <DOCTYPE HTML PUBLIC "-//W3C//DTD ...
Glorfindel's user avatar
  • 6,985
7 votes
0 answers
157 views

The documentation of /me/associated says: You can filter the network_users returned by this method with the types parameter. Specify, semicolon delimited, main_site or meta_site to filter by site. ...
Glorfindel's user avatar
  • 6,985
3 votes
0 answers
113 views

It has come to my attention that neither the app nor the API have received much if any attention in the last two years. The latest API is also largely undocumented. My humble request is to either A) ...
unixandria's user avatar
6 votes
1 answer
1k views

I was playing around a bit with Fiddler to capture traffic from the Stack Exchange iOS app. To my surprise, it uses version 2.3 of the Stack Exchange API: I noticed here that it has some extra ...
Glorfindel's user avatar
  • 6,985