
Stack Apps homepage truncates user names
A picture says more than a thousand words: These users aren't called "Bhargav Rac" and "Tunak", but Bhargav Rao and Tunaki. This happens on both the 'apps' and 'scripts' tabs of the Stack Apps …

Got 502 response after very few calls
This looks like a duplicate of Throttle violation after 300 calls but this one is reported as fixed in 2012. Today I made ~450 requests with an app key (no oauth token) and suddenly got a 502 resp…


Dude, where's my cursor?
This user script makes editing especially of large posts easier by matching cursor positions in the text box to positions in the Markdown preview and vice versa.

Stack Exchange thinks that Shog is a elected moderator
I was browsing the API for the list of elected moderators, The API URL is http://api.stackexchange.com/docs/elected-moderators#pagesize=100&order=desc&sort=reputation&site=stackoverflo…

Revision downloader (AppleScript)
Revision downloader Revision downloader is an AppleScript which allows you to download the source code of all revisions of a list of posts. Wait... isn't that already possible with SEDE, or the S…

API Implicit Authentication with Python
I am working on an desktop inbox notifier for StackOverflow, using the API with Python. The script I am working on first logs the user in on StackExchange, and then requests authorisation for the …

DSS: Facilitating API authentication for desktop apps
desktop-stack-serv Auth server for desktop applications authenticating with the Stack Exchange API. What? The Stack Exchange API enables applications to get data about Stack Exchange sites or us…

Add Twitter accounts on the /sites route?
Would it be possible to add references to the site Twitter accounts in the /site listing? If your wondering what I'm talking about: blog.stackoverflow.com/2011/01/twitter-question-feeds-for-stack-…

Getting “Bad request 400” code when posting to StackOverflow api
On the last stage of authentication against StackOverflow, I keep getting "400 Bad Request" code. It's supposed to be a simple POST request to https://stackexchange.com/oauth/access_token with a fe…

How to get new questions continuously?
I am a beginner with the Stack Exchange API. I would like to get a continuous stream of new questions on Stack Overflow so that I can do some number crunching with it. Do I have to periodically …

StaXNetwork - UWP Stack Exchange client
StaXNetwork is a UWP app for browsing, asking, searching and answering questions on the whole Stack Exchange network. Features Browse through and search for questions on all Stack Exchange commu…


Retrofit Demo app (Placeholder)
Retrofit is web api to use for Rest API call. Here in our application we parse stack over flow data and display it in our custom app. this application is used for learning purpose about web api cal…