All Questions
8
votes
1answer
240 views
How the /sites method is meant to be used
The /sites method is used to enumerate all sites in the network. If your [app] is meant to run against more than a single site (and many are) this method is how you should be discovering new sites in ...
7
votes
0answers
336 views
StackWatcher: Watch Your StackExchange Accounts
Screenshot / Code Snippet
About
Download StackWatcher
StackWatcher is a notification area application that polls all your associated StackExchange accounts for activity, including:
Reputation
...
6
votes
2answers
183 views
Suggestion : a site to access all of our sites questions/reputation
Hi, being a quite active Stackoverflow sites galaxy users, I become to be quite tired of always switching from one site to another.
Wouldn't it be cool to have a website that gives me an aggregated ...
4
votes
0answers
323 views
SOREP V2: Ranked Flair Take 2
SOREP V2: Ranked and aggregated flair
About
SOREP V2 is a flair service that is built upon the StackUser platform that provides ranked flair, both in standard layout and themes as well as custom ...
16
votes
0answers
282 views
SO Live! Chat Edition. — live updates to your reputation score, while chatting
Screenshot
About
This userscript, based on SOApi.js, injects itself in all SE sites' chat pages and polls the API for reputation changes every 60 seconds.
When your reputation changes, this ...
11
votes
2answers
231 views
Transmogrify offtopic MSO posts
See http://meta.stackoverflow.com/a/134710/178438
Oftentimes, MSO is cluttered with offtopic programming questions asked by those who want to circumvent a question ban. These posts are ...
11
votes
3answers
569 views
SAggregator - A way to accumulate all the latest activity from the StackApps API sites
Important Notice
Virtually all of the funtionality from this stackapp has since been incorporated into Stack Exchange natively since it was developed. As a result, this app serves no real purpose ...
10
votes
2answers
571 views
analyticsoverflow - tracking question and answer counts over time
About
Question, answer and comment counts for stackoverflow. The individual tag pages show a graph of the question counts over the last fortnight.
Update: Now gathers and displays data for all ...
10
votes
0answers
700 views
so++ - C++ Library
Code Snippet
#include <sopp/sopp.h>
...
sopp::SetKey("...");
sopp::SetSite(SITE_STACKOVERFLOW);
...
sopp::soUser user(1);
cout << user.GetDisplayName();
...
...
8
votes
1answer
409 views
Stacktacular: Stack Exchange client for WebOS
Screenshots
About
Stacktacular is a Stack Exchange client for WebOS. I created it mainly to scratch my own itch: viewing Stack Overflow using the phone browser was a bit painful, and no one had ...
8
votes
3answers
258 views
Rep Compare - Utility for Comparing Reputation - Version 0.8
New version! Includes a view of the posts similar to the Stack Exchange Reputation view. Just click and drag to select a region of ansers. (Note, still kind of buggy. Doesn't seem to exactly match ...
6
votes
1answer
589 views
Is it safe to embed my API key into my javascript-only application?
I have an application I'm developing that's pure javascript and consumes the Stack API. My API key is embedded in the source which anyone could read. Is this safe?
6
votes
2answers
758 views
Am I accessing the API correctly?
When running the code
$.getJSON('http://api.stackoverflow.com/0.8/questions/4', function(data) {
// Do some stuff here....
});
I get the error
Failed to load resource
Am I accessing this ...
6
votes
4answers
209 views
API key limit increase support
One of the things that came up in the discussion on this question was the fact that the 10K limits might not be enough for websites that want to use the SE API.
It might be a good idea to add a ...
4
votes
0answers
221 views
Japanese stack exchange localization
Screenshot
About
This script was originally created for the JLU (Japanese Language and Usage) site as part of the Creating as much Japanese interface as possible to be more inclusive of native ...
4
votes
1answer
190 views
update crossdomain.xml on stackauth.com and api endpoints to work with current Flash
I am implementing a javascript client that uses the Flash based XHR replacement Flensed in the interest of providing more robust api communication than that provided by JSONP.
Apparently the current ...
4
votes
3answers
131 views
Is there a way to discover what versions are available?
http://api.stackoverflow.com/0.8/help works.
http://api.stackoverflow.com/1.0/help does not.
Is there something that returns 0.8 as the most recent version? And/or is there something that lists every ...
3
votes
0answers
65 views
API v1.1 users call returns association_id for which the Stack Exchange web site has no profile
For a particular user, the users API v1.1 call returns an association_id that gives a "Page Not Found" error where the Stack Exchange profile should be, though their Stack Exchange profile can be ...
3
votes
1answer
232 views
StackStatus - Monitor the status of the Stack Exchange API
Note:
This service is temporarily offline. The original version was having some problems, and I am also migrating a number of tools from PHP to Python - so expect to see this tool come ...
3
votes
0answers
317 views
RoboStack: A Google Wave robot for the Stack Exchange API
Screenshot / Code Snippet
For a video snapshot visit http://code.google.com/p/robostack/.
About
Unlike a Jabber/XMPP robot, this application is a Google Wave robot that takes full advantage of ...
3
votes
1answer
105 views
AND searching for tags?
I am using the search api to search for questions that are tagged with "tags" and not with "tags". However I have noticed that searching for tags is an OR search.
The questions search for tags is an ...
3
votes
0answers
639 views
Dev-Tip: How to call the API in C# and Silverlight
This tip shows a simple and reliable way to create HttpWebRequest that are configured to properly query the api.
With the exception of the AutomaticDecompression assignment, this code can be used in ...
3
votes
0answers
248 views
Newest unaswered by tags
Screenshot
About
Often, when I was looking for questions to answer on StackOverflow, I would go through newest unanswered questions and look for those that had one of my favorite tags. The “my ...
3
votes
1answer
137 views
Is dev.meta.stackoverflow.com gone?
Sorry If I am posting in wrong place, but when I try to login to dev.meta.stackoverflow.com today, I got password protected page and looks like previous password is not valid anymore.
2
votes
1answer
110 views
Why is there no /answers route?
As I was answering this question, http://meta.stackoverflow.com/questions/66403/find-answers-with-max-upvotes, I found myself wondering, quite late in the game, why there is not an /answers route that ...
2
votes
1answer
237 views
Web SENotify - Stack Exchange website new question notification
Screenshot
About
This website is a notification tool of new question on Stack Exchange website.
License
Public Domain
Download
Download http://senotify.jeb.be/ content (html, css, js from)
...
2
votes
0answers
501 views
Stack Bridge Application
Screenshot / Code Snippet
SB For Windows
About
From This Application you can see all your account, see new Questions and Answer. You will receive a message every time you get a badge etc.
...
1
vote
1answer
107 views
Will the new traffic measuring formula be available via the API as well?
From this MSO answer:
stackexchange.com/sites was just updated today to use a new formula for traffic. Area 51 is still using the old formula, but will be updated soon to use the new formula.
...
13
votes
0answers
443 views
Stackathlon: Users active on all three of SO, SF and SU
Screenshot
About
It's surprising how few people are active on all three of Stack Overflow, Server Fault and Super User. Well, maybe not so surprising. But it's a big world; you'd think there'd be ...
8
votes
1answer
229 views
Registering app for API 2.0 key without Oauth domain
I'm trying to register an app, but it states that I need to add an OAuth domain. But I have Enable Client Side OAuth Flow disabled, because I don't need it right now.
I basically have two questions:
...
8
votes
0answers
194 views
Suggested Edits Queue for Mere Mortals
Screenshot
About
This Java command-line app gives you access to the Suggested
Edits queue using the
Stack Exchange 2.0 API. It is ideally
suited for users in the 2000 <= reputation < ...
8
votes
3answers
191 views
Roadmap - any update?
So now it's 2011 and we should be getting some API updates. As a company you must have some kind of plan. So can you either say the API is never going to be updated or give a time frame to at least a ...
7
votes
0answers
124 views
Display absolute timestamps (in local time)
Screenshot / Code Snippet
About
This script converts relative timestamps to absolute timestamps, displayed in your local time zone. For times less than one hour ago, I leave the "x mins ...
7
votes
4answers
856 views
Stackoverflow as an app on Windows Mobile 6.5 and Windows Phone 7?
Do you know of an app for Windows Mobile 6.5 and Windows Phone 7 that let me use stackoverflow.com and hast most (if not all) features of the site itself. Maybe there is one currently in development? ...
7
votes
1answer
195 views
Can't get JSON representation for the help
The API Documentation and Help states:
If the help URL is requested in a
common web browser, a HTML styled
version of the JSON help will be
returned. Otherwise, the JSON help
will be ...
6
votes
1answer
253 views
Will the API support the chat system?
Having read through come of the questions on here it's my understanding that v 1.0 of the API is for read-only access to real-time data, pretty much what's available in the data dump. Write support is ...
6
votes
5answers
475 views
Where can I find the reputation black market?
Apparently there is one around, at least I can't explain the recent jump in reputation of 4k for user 1026 by any other means (just kidding of course, no offense please ;)
The API Beta badge accounts ...
6
votes
0answers
77 views
Link to SVG logo on stackauth
Could you host SVG version of logo and put a link on stackauth in http://stackauth.com/sites ?
5
votes
2answers
91 views
stackauth.com/1.0/users/{id}/associated no longer returning email_hash for some sites
I'm not getting email_hash for some sites from stackauth.com/1.0/users/{id}/associated since sometime after midnight CDT (UTC-0500).
5
votes
0answers
101 views
please expose stackauth via a url that is consistent with the api
Most libraries and apps need to version themselves by adding the version number to the url and subsequently most of the http request code includes this information in the url building process.
the ...
5
votes
0answers
66 views
API Parameters: Consolidated Observations
This wiki question is meant to be a central location for observations and suggestions in the interest of shaping the api meta data.
Perhaps items can be removed when accepted and resolved as ...
5
votes
3answers
306 views
Get Site Icon or Icon Url
Is there a way to get the icon or the IconUrl of the site so I can put it in my app like the DisplayName?
4
votes
0answers
20 views
Octal user reputation
Screenshot
About
Displays reputation in octal. This script is derived from Kip's Hexadecimal user rep.
Download
Install | View Source
Platform
Firefox 19.0.1 with Greasemonkey
License
Same ...
4
votes
0answers
257 views
Stacklense - Ubuntu Unity Lens to search Stack Exchange sites
Screenshot / Code Snippet
The application makes searches in question titles.
Please note that the lens will show only answered questions!
The names of the sites are usually one word, for ...
4
votes
1answer
166 views
Badge Status for a particular Tag in Stackoverflow
I was unsure if I could upload an Exe File so I created an Excel App instead of VB.net app.
What is it regarding?
I am sure you are aware but for people who are not, you can earn a Bronze, Silver, ...
4
votes
0answers
712 views
achivy.com, track all your statistics, reputation and badges in one place (now also supports coderwall)
About
Time to collect your achivies
Achivy adds some fun to your life. It supports Stack Overflow and all Stack Exchange applications, GitHub,Coderwall Ohloh as well as many other ...
4
votes
0answers
115 views
Chat audio enhancements
Screenshot / Code Snippet
There's no meaningful screenshot available since this script plays sound.
About
When someone starts talking about unicorns you definitely want in on the action.
You can ...
4
votes
1answer
94 views
Add reputation and site URL to 1.1 associated accounts
I know you wanted to reduce the amount of data returned, but hasn't it gone a little far?
Especially as there are no numerical site IDs. For example the Apple site is now called AskDifferent, however ...
4
votes
0answers
43 views
/tags fromdate and todate does nothing
Altough the help/documentation lists 'todate' and 'fromdate' parameters for tags they do not work. This may be related to tags not having a creation_date. It would be great if we could filter tags by ...
4
votes
3answers
129 views
Are there any restrictions on using icons/look-and-feel from the site(s)?
Can I haz non-logo icons from the site(s)?
I'm designing an app and my plan, assuming it pleases the court, is to use some of the icons/look-and-feel from the site.
For example:
The green and red ...

