Newest Questions
2,894 questions
3
votes
2
answers
79
views
Inconsistency in the handling of multiple IDs with a duplicate
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 ...
4
votes
1
answer
117
views
Confirmation on sort, order and min/max
I'd like confirmation, if possible, that the following chart of sort types is correct:
sort |orderable|min/max |min/max type
------------------------------------------
activity | yes | ...
28
votes
0
answers
251
views
Deleting an application key? [duplicate]
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 ...
6
votes
2
answers
430
views
Odd String Format Result from API Call
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();
...
4
votes
1
answer
101
views
Creation of an API 'about' method for the application key being passed
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
Can I use "StackOverflow" in the title of my website?
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"...
2
votes
1
answer
169
views
Don't allow requests with No Key to use existing session with valid API Key
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 ...
8
votes
1
answer
461
views
API Key limit 10k is Per IP Address or Globally?
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 ...
133
votes
30
answers
16k
views
Py-StackExchange: An API wrapper for Python
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 ...
3
votes
2
answers
127
views
Could there be a way to check stats on a key?
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,...
4
votes
2
answers
94
views
Document fields that may be not be included in responses
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 ...
0
votes
1
answer
36
views
/questions/unanswered and /tags allow id parameter, but it does nothing
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 ...
2
votes
1
answer
102
views
Two minor typos in the "Register your Application" form
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, ...
2
votes
2
answers
116
views
Slow response times?
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 ...
0
votes
1
answer
62
views
questions/{id}/timeline documentation: timeline_type values not listed
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 ...
2
votes
1
answer
70
views
questions/{id} help page sort parameter description is inconsistence with others
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 ...
2
votes
3
answers
101
views
Method /users/{id} doesn't return "about_me" if the user has never modified it
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"...
127
votes
4
answers
22k
views
StackPrinter: The Stack Exchange Printer Suite
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 ...
7
votes
2
answers
1k
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 wrong?
4
votes
2
answers
307
views
When does a rate-limit day start and end?
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 ...
3
votes
2
answers
300
views
Key Limit is 10k or 100k?
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 ...
2
votes
1
answer
100
views
Why answers don't have a "locked" attribute?
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 ...
5
votes
2
answers
205
views
Can we not limit requests based on the first one?
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 ...
5
votes
2
answers
498
views
The API Key does not work
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 ...
3
votes
2
answers
165
views
Provide a "latest" version for apps that want to keep up
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 ...
3
votes
0
answers
565
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.
License
...
7
votes
2
answers
278
views
How to get a User Id
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?...
5
votes
1
answer
142
views
Two minor typos in the API help
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=...
5
votes
3
answers
162
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 ...
9
votes
2
answers
220
views
Terms of the use for the API
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?
1
vote
2
answers
64
views
Unanswered questions API does not work
The /questions/unanswered API returns the full list of questions (same as /questions).
1
vote
1
answer
85
views
Featured questions API
Can we get an API to get the list of featured questions (/questions/featured)?
1
vote
1
answer
100
views
Can the no-key request limit be increased to 1000 for a certain amount of time?
Can the no-API-key request limit be increased to 1000 for a certain amount of time - maybe 1-2 weeks?
1
vote
1
answer
87
views
API methods that return a single Item by id: unnecessary parameters to remove?
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?
...
7
votes
1
answer
153
views
Exclude help requests and redirects from the API limit
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 ...
1
vote
2
answers
154
views
errors/{id} documentation : 500 Internal Server Error
On Documentation page, clicking on
errors/{id}
returns 500 Internal Server Error
EDIT:
Fixed!
5
votes
1
answer
127
views
Getting questions with multiple tags
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://...
2
votes
1
answer
176
views
My reputation graph is messed up.
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?
11
votes
5
answers
2k
views
What ideas do you have for the API?
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
StackTray: The Stack Overflow tray application
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. ...
2
votes
4
answers
369
views
Can the server side of the API be open sourced?
I would like to see the open source Stack Exchange clones (OSQA/Shapado) to implement the same API, and this would help considerably.
7
votes
1
answer
222
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 ...
2
votes
1
answer
2k
views
Help on help results in HTTP 500 Internal Server Error
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.
4
votes
2
answers
160
views
Request with Invalid key still return the content and rate limit stepped down into No Key Limit
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 ...
1
vote
1
answer
106
views
Possible Bug With positive_rep Field?
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/...
4
votes
2
answers
193
views
Feature Request to Include Gravatar URL for Users API
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
6
votes
2
answers
192
views
What are the min and max parameters?
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)
...
7
votes
3
answers
577
views
Are there any high resolution/scalable (SVG) icons or images available?
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 ...
6
votes
0
answers
955
views
OBSOLETE - Mobile Exchange Library for .NET Compact Framework
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 ...
6
votes
1
answer
115
views
Support - Another thing from Meta
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 ...