Newest Questions

Filter by
Sorted by
Tagged with
3 votes
2 answers
79 views

There appears to be some inconsistency in the way multiple ids are being handled, especially when a duplicate exists. Duplicate ID is significant For example, when requesting a timeline of multiple ...
coobird's user avatar
  • 133
4 votes
1 answer
117 views

I'd like confirmation, if possible, that the following chart of sort types is correct: sort |orderable|min/max |min/max type ------------------------------------------ activity | yes | ...
ColinD's user avatar
  • 369
28 votes
0 answers
251 views

There should be delete buttons on stackapps.com/apps https://stackapps.com/apps/oauth/ so we can delete API-keys. Or at least de-activate them? I mean, cancelled projects, etc... A deletion button ...
user avatar
6 votes
2 answers
430 views

I'm just getting started messing around with the SO API. I haven't worked with JSON before, and I am getting a strange result from a basic call (No API Key). WebClient stackClient = new WebClient(); ...
denny's user avatar
  • 163
4 votes
1 answer
101 views

Hi there! Because the API uses a key, I'd like to ask if a request can be created so that, on application start (and, during runtime), you can ask whether your key is valid, and get back information ...
19 votes
3 answers
901 views

According to the little tooltip I get when registering an app, Do not: Use any of the full names for our websites in the name of your website or application. By full name, do you mean "StackOverflow"...
Nathan Osman's user avatar
  • 23.3k
2 votes
1 answer
169 views

Once I did a request with a valid API key http://api.stackoverflow.com/0.8/stats?key=MYKEY Every requests (from that IP) later on without key will use existing session with API key, limit counter ...
YOU's user avatar
  • 5,022
8 votes
1 answer
461 views

Getting started FAQ says No Key limit is IP Address based, but it does not say for with API Key. When I test my API Key from different IP Addresses, I noticed that 10k limit is globally, limit is ...
YOU's user avatar
  • 5,022
133 votes
30 answers
16k views

UPDATE: 2.x support is now mainline! Please read the wiki page for important information about the update. A warm welcome to you, traveller. You have arrived at the home of Py-StackExchange, the ...
Lucas Jones's user avatar
  • 1,511
3 votes
2 answers
127 views

I think it would be very helpful if there was a way to get statistics about your own API keys. That way, you could find out which IP addresses were using your app the most. (And if one was abusing it,...
Nathan Osman's user avatar
  • 23.3k
4 votes
2 answers
94 views

I'd like to see documentation on what fields may not be included in responses or, alternatively, which fields are guaranteed to be included. Currently it's a little confusing because some fields may ...
ColinD's user avatar
  • 369
0 votes
1 answer
36 views

The /questions/unanswered and /tags queries both document (as required) and allow an "id" parameter. You can use it as /questions/unanswered?id=1;2;3, but it does nothing (that I can tell) and doesn't ...
ColinD's user avatar
  • 369
2 votes
1 answer
102 views

In the help text (on the right hand side) for the Application Name field on https://stackapps.com/apps/register: I think this should be changed: " ... is built on the our platform ...". For example, ...
Peter Mortensen's user avatar
2 votes
2 answers
116 views

I'm working with the API, but I noticed requests are quite slow. Each request seems to take between 8-11 seconds. I timed different requests and the time doesn't seem to differ much between search and ...
Homde's user avatar
  • 121
0 votes
1 answer
62 views

The timeline_type for post timelines just says "string" for the "values". From a cursory look at a few questions, I've seen the following types of events: question answer comment revision votes The ...
ColinD's user avatar
  • 369
2 votes
1 answer
70 views

The description of the Sort parameter in questions/{id} help page is inconsistent with those of other pages. On the questions/{id} help page: sort (optional): How a collection should be ...
YOU's user avatar
  • 5,022
2 votes
3 answers
101 views

See title. When a user never modified their "about me" section the API doesn't return that, which then causes my parser to go wild returning errors. However, when a user has modified their "about me"...
Matt S.'s user avatar
  • 4,685
127 votes
4 answers
22k views

UPDATE: Version 1.1 - MySE section, PrettyPrint, StackPrinter API Screenshots: App Homepage Printable view Logo: http://www.stackprinter.com StackPrinter is a website that pulls the main ...
systempuntoout's user avatar
7 votes
2 answers
1k views

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 wrong?
Kredns's user avatar
  • 213
4 votes
2 answers
307 views

After reading the docs/faqs, I couldn't help but wonder... What exactly is a day? When does it start? When does it end? What timezone are you using? In other words, when my app runs out of requests ...
Nathan Osman's user avatar
  • 23.3k
3 votes
2 answers
300 views

Getting Started FAQ Question says 10k API "Hello World" code But I see 100k on Response Header X-RateLimit-Max 100000 X-RateLimit-Current 99993 Just typo in nginx setting or something ...
YOU's user avatar
  • 5,022
2 votes
1 answer
100 views

When looking at an answer, I can see that there is no locked_date attribute, like there is for questions. IIRC, answers can be locked by moderators. Also, if a post is unlocked, is that field ...
voyager's user avatar
  • 2,123
5 votes
2 answers
205 views

According to the answer given to this question, it seems like the API limits requests based on the first one. (Regardless of the presence of a key.) Can this please be changed? It really hinders ...
Nathan Osman's user avatar
  • 23.3k
5 votes
2 answers
498 views

I have registered an app at https://stackapps.com/apps/register, got a Key right away after I have submitted. But now when I request http://api.stackoverflow.com/0.8/stats?key=MYKEY, I got ...
YOU's user avatar
  • 5,022
3 votes
2 answers
165 views

By pointing my application at http://api.stackoverflow.com/n.n/... or possibly http://api.stackoverflow.com/latest/... I could keep up with all the version changes released. Alternate forms to stay ...
Joel's user avatar
  • 4,784
3 votes
0 answers
565 views

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. License ...
Jedi Master Spooky's user avatar
7 votes
2 answers
278 views

Is there a way to get the user id so I can use the method /users/{id} I guess that for security you cannot asked the API give the id of a user with this openid Identification but is there another way?...
Jedi Master Spooky's user avatar
5 votes
1 answer
142 views

In http://api.stackoverflow.com/0.8/help /users/{id}/answers Gets answer summary informatino for the user with 'id'. and in the Returns section of http://api.stackoverflow.com/0.8/help/method?method=...
mikej's user avatar
  • 185
5 votes
3 answers
162 views

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 ...
Mark Hurd's user avatar
  • 151
9 votes
2 answers
220 views

What are the terms of use for the API? Are there any restrictions in terms of how I can use it, except for access limitations?
Robert Munteanu's user avatar
1 vote
2 answers
64 views

The /questions/unanswered API returns the full list of questions (same as /questions).
Franci Penov's user avatar
  • 2,894
1 vote
1 answer
85 views

Can we get an API to get the list of featured questions (/questions/featured)?
Franci Penov's user avatar
  • 2,894
1 vote
1 answer
100 views

Can the no-API-key request limit be increased to 1000 for a certain amount of time - maybe 1-2 weeks?
YOU's user avatar
  • 5,022
1 vote
1 answer
87 views

On methods that return a single item by id like the following: /badges/{id} /answers/{id} /questions/{id} /comments/{id} /users/{id} is it correct to have these parameters on Documentation? ...
systempuntoout's user avatar
7 votes
1 answer
153 views

Help API requests probably should not count towards the no-key API limit. The most likely usage scenario of the API without a key is when people are trying to learn it, which means reading the help a ...
Franci Penov's user avatar
  • 2,894
1 vote
2 answers
154 views

On Documentation page, clicking on errors/{id} returns 500 Internal Server Error EDIT: Fixed!
systempuntoout's user avatar
5 votes
1 answer
127 views

http://api.stackoverflow.com/0.8/questions/tagged/gwt,google-app-engine returns nothing, but https://stackoverflow.com/questions/tagged/gwt+google-app-engine does have plenty of entries. And http://...
Robert Munteanu's user avatar
2 votes
1 answer
176 views

See here: https://stackapps.com/users/18?tab=reputationhistory#tab-top Go to my rep graph and notice that it only shows about 350 points... Where's my other 4100?
Nathan Osman's user avatar
  • 23.3k
11 votes
5 answers
2k views

Having created 3 applications and a wrapper for the API, I am beginning to run out of ideas for things to create. So here is where you come in... If you can come up with a good idea for an app (and I ...
21 votes
3 answers
2k views

Screenshot Icon on left Hover over icon Context menu Reputation Alerts About This application sits in your system tray and periodically checks Stack Overflow for any new badges or reputation. ...
Nick Presta's user avatar
2 votes
4 answers
369 views

I would like to see the open source Stack Exchange clones (OSQA/Shapado) to implement the same API, and this would help considerably.
ripper234's user avatar
  • 155
7 votes
1 answer
222 views

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 ...
Franci Penov's user avatar
  • 2,894
2 votes
1 answer
2k views

A request to http://api.stackoverflow.com/0.8/help?help results in an HTTP 500 with Content-Type: application/json and an HTML body.
Franci Penov's user avatar
  • 2,894
4 votes
2 answers
160 views

For example http://api.stackoverflow.com/0.8/stats?key=TEST1234&type=jsontext Request with Invalid key still return the content and rate limit stepped down into No Key Limit X-Ratelimit-Current ...
YOU's user avatar
  • 5,022
1 vote
1 answer
106 views

I'm looking through my /users/{id}/reputation and I think I see a possible bug regarding how positive_rep is calculated when someone upvotes your question. http://api.stackoverflow.com/0.8/users/...
Nick Presta's user avatar
4 votes
2 answers
193 views

The result set for the users API does not return the URL for the user's Gravatar. For reference: http://api.stackoverflow.com/0.8/help/method?method=users
John Bristowe's user avatar
6 votes
2 answers
192 views

Several of the api methods (e.g. questions) have min and max parameters with the following description: min (optional) Minimum of the range to include in the current . number max (optional) ...
Bill the Lizard's user avatar
7 votes
3 answers
577 views

It would be nice to give community-developed apps a familiar look and feel. With that in mind, do the SE sites have any high-resolution or scalable icons and images that we can use? I'm not really ...
Nick Presta's user avatar
6 votes
0 answers
955 views

Obsolete: This library was made for a decommissioned version of the API. Also, the source code is no longer available. About Since the .NET Compact Framework is always lagging behind in terms of ...
Martin Plante's user avatar
6 votes
1 answer
115 views

We really need to have the support tag as a required tag. Why? Well... What is the syntax for specifying parameters? Is there a way of querying how much of the API limit has been used? Can I apply ...
Tyler Carter's user avatar
  • 5,054

15 30 50 per page