This tag is for questions about the Stack Exchange API version 2.

learn more… | top users | synonyms (1)

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 ...
95
votes
7answers
4k views

StinkingBadges - Track your progress towards long-term badges

Introduction I was curious how far away I was from Generalist, and there are some data explorer queries that can show you your progress, but I thought it should be possible to make this work ...
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 ...
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 / ...
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 ...
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 ...
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 ...
18
votes
0answers
491 views

Register for the Stack Exchange V2.0 API Private Beta

It's getting to be that time (actually, it's about a month later than I'd hoped but still!), API V2.0 is shaping up and we're spending more and more time on UI polish rather than functionality. So ...
17
votes
2answers
442 views

StacMan - .NET client for Stack Exchange API v2

Features Supports all Stack Exchange API V2 methods Easy to use: one-to-one mapping between StacMan and API methods/params Async is easy: methods return Task<T> so they're ready for C# 5's ...
16
votes
3answers
770 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 ...
15
votes
2answers
226 views

API Endpoint Changes Coming In Version 2.0

As work has progressed on the upcoming second version of our API, we've come to a bit of an impasse that's going to force a semi-radical change. Here's the root of the issue: once you've gotten an ...
12
votes
0answers
291 views

API V2.0 Public Beta Begins

As has been announced, we're starting the public beta and spinning up a contest (as we did with V1.0). As such, some of the guidelines for the private beta no longer apply. The api-v2-beta tag no ...
11
votes
2answers
260 views

ChatterBox - user script that adds inbox integration to Stack Exchange Chat!

Screenshot / Code Snippet About I like Stack Exchange Chat, and with the feedbots it tends to be pretty easy to keep up with what's going on with the site. Except for one thing - my inbox. ...
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 ...
11
votes
0answers
251 views

StackImpact - What's your impact?

Screenshot About I like to make contributions to Stack Exchange, and in return I gain rep. However, I find that rep doesn't really tell the whole story about what my contributions mean to the ...
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. ...
9
votes
1answer
448 views

Bartlett—new questions, inbox items, and reputation in OS X

Bartlett is a Mac application that lets you keep track of the most recent questions, inbox items, and reputation items on your favorite Stack Exchange sites. You can be notified of new items by Growl ...
9
votes
1answer
70 views

Can we have some debug endpoints for testing corner cases?

After encountering a throttle violation today (which I posted in another question), it occurred to me that although I've put together code to handle "backoff" conditions, and potentially throttle ...
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 ...
8
votes
1answer
208 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
134 views

TIARA - a tool for enhancing SE beauty

About Quality is an important area of concern for Stack Exchange sites. Immediate quality concerns are generally handled through a combination of flagging and downvoting. However, some things ...
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 < ...
8
votes
0answers
738 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 ...
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) ...
7
votes
2answers
326 views

Serel: A Ruby Library with full support for API 2.0

Getting Started? Visit http://serel.tom.is for a whirlwind tour of the library. although it is still very much a tour in progress About Serel is Stack Exchange RElational Algebra, a fully ...
6
votes
2answers
69 views

Increase the pagesize limit from 100

Can we increase this limit to something more reasonable (other than 100). The cap of 100 for posts seems reasonable, however I cannot return the entire site list in one request. Due to the rapid ...
6
votes
0answers
37 views

Get favorited tags of user

This was requested in 1 and declined because of a missing authentication method. Now that authentication is in place, is there a way to retrieve the favorited tags of a user (myself)?
6
votes
0answers
127 views

Stack on Go - A wrapper library in Go

Stack on Go - A wrapper library in Go https://github.com/laktek/Stack-on-Go Sample Code session := stackongo.NewSession("stackoverflow") //set the params params := make(stackongo.Params) ...
6
votes
0answers
246 views

LaServ - A Python/Twisted based flexible command line bot/framework for Stack Exchange

LaServ (a play on Lazers, The Bridge's feedbot and '*Serv' bots, which provide IRC services ) is a Python/Twisted project that I've been poking at since the Christmas break. It's still beta ...
6
votes
0answers
80 views

api 2.0 - any plans to bring SE sites closer together?

I've been re-reading api 2.0 roadmap and thinking what might be useful to have there. I don't care much about authentification, and even less about write access. But what would really reduce amount ...
5
votes
1answer
28 views

/posts/{id}/revisions breaks for posts with [tag:*] content

Attempting to access (at least) the revisions route for a post with a revision involving the [tag:*] syntax causes an error: Example on Meta Stack Overflow (Post History) Example on Mathematica ...
5
votes
1answer
39 views

Several staff members are incorrectly listed as elected moderators

Several employees are being reported as elected moderators on sites they haven't been elected on, according to /2.0/users/moderators/elected. I think there was a similar issue reported before during ...
5
votes
1answer
48 views

filter=total is returning 0?

I'm running a very simple (and contrived) call of: http://api.stackexchange.com/2.0/users/115730?site=stackoverflow&filter=total I'm expecting a response of: {"total":1} But am getting a ...
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?
5
votes
1answer
79 views

Can we have the display_name field in the /me/associated route?

I'm reading the Authentication documentation and I've noticed that the /me/associated route returns fields like user_id, badges, reputation but not the display_name, even specifying a custom Filter. ...
5
votes
1answer
87 views

API Inconsistencies

In my opinion, one of the hallmarks of a good API is that it is self-consistent. It establishes easy-to-remember conventions and then follows them. As I'm trying to adopt the 2.0 API, I'm finding ...
4
votes
1answer
43 views

Typos in the API 2.0 Documentation

Typo #1: There are two different objects that represent a user in the Stack Exchange API, the full user object and the smaller shallow_user object. Which is returned depends on the method being ...
4
votes
1answer
589 views

API endpoints do not set Access-Control-Allow-Origin, so CORS requests fail

This looks like it might have been requested before: Add CORS headers to API output In order for CORS to work, the Access-Control-Allow-Origin header (and related headers) must be set. With CORS ...
4
votes
1answer
30 views

In API 2.0, what happened to questions sorted by “featured?”

I was looking for a way to grab the list of "featured" questions via the API, and I stumbled across several answers that all point to the same solution: Shouldn't there be a separate call for ...
4
votes
1answer
242 views

BridgeStack — .NET client library with full 2.0 support

BridgeStack This is a StackExchange API v2.0 consumer library written under C#. It is heavily documented and designed to make it as easy as possible to interact with the API. Example Usage To ...
4
votes
1answer
182 views

Why do I get a throttle violation after 300 requests while using a key but no access_token?

I'm doing some testing on my app, and I let it run on a machine this afternoon while I was away. When I got back, I was geting 503 throttle violation errors from my API calls. I was calling the ...
4
votes
0answers
706 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
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 ...
3
votes
1answer
41 views

What does “Unchanged in unsafe filters” mean?

Could someone clarify what this means? For example, what does it mean that the short_description field is Unchanged in unsafe filters for a Privilege?
3
votes
1answer
38 views

Accept rate not available in the 2.0 API

Would it be possible to add the accept_rate field to both the user and shallow_user objects? For example, using the 1.0 API, I can see that Jon Skeet has an accept rate of 95%. ...
3
votes
1answer
34 views

Problem with /search tagged and max

Seems like a problem with /search when max is not set to today, and tagged is given: ...
3
votes
1answer
29 views

Typo in the docs for /me

The doc says: Returns the user associated with the passed auth_token. This method returns a user. It should say "access_token" instead of "auth_token".
3
votes
1answer
27 views

When will the “site” field be absent from an “inbox_item”?

According to the documentation on the inbox_item type, the site field "may be absent". Under what circumstances will this occur?
3
votes
1answer
32 views

Can I search over SE using SE API if I have only a username?

How do I can find someone's userid if I have only their username? For example, my real username is: Zagorulkin Dmitry My Stack Overflow userid is: 1321404 Are there any API methods for this kind ...

1 2 3 4