This tag is for questions about the Stack Exchange API version 2.
24
votes
3answers
3k views
Stack.PHP - Powerful and Extensive Library for Accessing the Stack Exchange API - Including Full Support for v2.0.
Don't know where to start?
Begin by checking out the Stack.PHP website.
Then head over here for a quick tutorial on setting up and using Stack.PHP.
About
Why you should use ...
101
votes
5answers
11k views
Stacky - A .NET client library (Full support for API v2.0)
Stacky - A .NET Client Library
The same great library now supports the 2.0 API!
https://bitbucket.org/lfoust/stacky
Sample Code
IUrlClient urlClient = new UrlClient();
IProtocol protocol = new ...
80
votes
1answer
9k views
StackPrinter: The Stack Exchange Printer Suite
UPDATE:
Version 1.1 - MySE section, PrettyPrint, StackPrinter API
Screenshot
App Homepage
Printable view
About
http://www.stackprinter.com
StackPrinter is a website that pulls the ...
27
votes
1answer
973 views
Announcing API version 1.1
As has been announced on the blog, we're rolling out a minor revision of our existing read-only API.
While the blog post gives some high level details, I figured [app] developers would appreciate ...
27
votes
6answers
1k views
Draft Specification for API v2.0
We've started working on the next version of the Stack Exchange API.
The current draft specification is available, and we'd like to hear your feedback!
The headlining feature for this release is ...
42
votes
8answers
3k views
New Q! - Google Chrome Extension notifies you of new questions of interest and inbox messages (now with API v2.0!)
Screenshots
A new question notification in Chrome 6 in Windows XP
A new answer and a new question notification on Mac OS X.
About
New Q! is a Google Chrome browser extension that notifies ...
33
votes
2answers
7k views
Stack Alert [Google Chrome Extension] - Keep tabs on your inbox without needing to have a Stack Exchange site open.
Not using Chrome?
Don't worry, Stack Alert is available for other browsers as well. Visit the appropriate page for your browser below:
Mozilla Firefox
Opera
Screenshot / ...
8
votes
0answers
739 views
Stack.JS - Powerful Event-driven Library for Accessing the Stack Exchange API in JavaScript.
About
Stack.JS is the JavaScript equivalent of Stack.PHP and aims to replicate the request structure of that library as much as possible. The library is still a long ways from being complete ...
8
votes
1answer
246 views
Could/Should the API evolve more agile rather than being blocked by v2 writing (and authentication) features?
The activity on Stack Apps has dwindled noticeably; this might be a topic for its own discussion, however I'd like to revisit the API roadmap beforehand to set a proper stage and expectations in this ...
7
votes
1answer
90 views
Add close-vote information to the questions object
Would it be possible to add close/reopen vote information to the questions object?
For example, you usually see something along the lines of:
close (3)
when a question has three (current) ...
10
votes
7answers
266 views
API V2 Musings: What would you like to see
Answers should take the form of feature requests/modifications that are either obviously beyond the scope of v1 and or have been status-declined or status-deferred
They will be indexed here in the Q.
...
4
votes
0answers
118 views
Selective API oriented transcript fragment of Jeffs Code Camp Video Interview.
This is a very selective API oriented transcript fragment of Jeffs Code Camp Video Interview:
Purpose
Please note that this transcript fragment is mainly a supporting post to decrease the length of ...
16
votes
3answers
772 views
StackGeography, a Stack Exchange question mapping site
Screenshot / Code Snippet
About
Ever wanted to see just what kind of locations are posting to the various Stack Exchange sites at any given time? Even if you haven't, you'll find it with ...
8
votes
1answer
210 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
192 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 < ...
4
votes
0answers
707 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 ...
1
vote
1answer
29 views
Typo in throttle violation error message
I was just playing around with the API locally and got throttled for the questions and answers methods (the only two I was using).
Anyway, I noticed there’s a small typo in the error message that’s ...
11
votes
1answer
144 views
API V2 Private Beta Begins
It's about time this thing got under way. If you're participating in the private beta, you should receive an email to that effect.
If you were also a member of the V1.0 private beta, you'll notice ...
5
votes
1answer
36 views
Do calls on the 1.1 API and the 2.0 count against each other's limits?
Do the old 1.1 API and new 2.0 share limits?
Or do my StackApps running on 1.1 calls not affect my limits for apps running on 2.0 calls?
3
votes
1answer
57 views
Can we get write access to user favorites?
I'd like users of my app to be able to add questions to their favourites.
Will this be added to the API as an authenticated call?
2
votes
1answer
24 views
Can I get more results/options from /users/{ids}/top-answer-tags?
/users/{ids}/top-answer-tags returns the top 30 tags for a given user. It's also the only endpoint that returns the user's tag scores along with the rest of the tag info. I'd like to use this data ...
1
vote
1answer
25 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: ...
1
vote
1answer
67 views
Implicit OAuth flow is not working when the user is not logged in.
Here is the URL I am trying to use:
https://stackexchange.com/oauth/dialog?client_id=120&scope=read_inbox,no_expiry&redirect_uri=https://stackexchange.com/oauth/login_success
This works ...
1
vote
1answer
327 views
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 ...
