All Questions
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.
...
2
votes
1answer
62 views
Is there an RSS feed or question that has API changes
Is there someplace that we can find notifications of API changes? I noticed today that a new property has been added to user along with a couple new method (and maybe other changes). Is there an RSS ...
1
vote
1answer
117 views
Question's title attribute is not HTML encoded
Question's title attribute is not HTML encoded.
Examples:
http://api.stackoverflow.com/0.8/questions/456815?body=true&answers=true
title: "Problems with HTML <marquee> tag"
...
0
votes
2answers
75 views
Scratch Pad Wiki Question
This q is for use by anyone who needs to modify, add or delete an answer or to modify the q to update the last_activity field.
Leave this description, but otherwise have at it.
12
votes
1answer
645 views
StackAd - An Easy Way to Display Open-Source Ads on Your Site/Blog
Note:
This page is due for an update but until then you can add StackAd to your site by adding:
<script type='text/javascript'
...
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 ...
6
votes
3answers
293 views
please add a key fields to stackauth results
While it is a step in the right direction, the /sites return is missing a vital component: a key field.
All of the data currently in /sites is the arbitrary data that can change.
We need a constant ...
8
votes
1answer
141 views
Where did the “apps” tab disappear?
I may just be missing something, but there used to be an "apps" tab on the main page, which showed you a (sorted by vote) list of all the apps and libraries.
I can't find it anymore. Where did it ...
1
vote
0answers
200 views
Are the Open Data Protocol (OData) endpoints considered to be part of the API? [closed]
The official introduction of the phantastic Stack Exchange Data Explorer (SEDE) made me wonder how the implied Open Data Protocol (OData) endpoints relate to the API?
Obviously there is great overlap ...
0
votes
0answers
344 views
Issue with using Fiddler as a Proxy
I'm starting to add built-in support for StackOver to the OWASP O2 Platform, and just noticed that there is an issue with using the C# API with Fiddler.
It seems that the problem happens when Fiddler ...
2
votes
2answers
400 views
Server has stopped obeying Accept-encoding header
Either today or yesterday, besides /questions/tagged having disappeared, the server started ignoring the Accept-encoding header:
Ligação estabelecida com 69.59.196.211 na porta 80
GET ...
3
votes
0answers
300 views
Supported Platforms
What platforms are supported for use with the StackExchange API?
In short, anything that supports JSON/JSONP & GZIP.
All responses from the API will be compressed with GZIP. The ...
0
votes
1answer
52 views
r.e. /stats fields.
I see we are getting some meta data in stats now. This is good.
I see the api path in there, but I have to assume that it is simply part of the record that is being output and is not intended as a ...
4
votes
3answers
201 views
My App unintentionally DoSed api, and my IP got blocked across all the sites, now what should I do?
I put a program in cron to run every 5 minutes, and that program loop 5 times and read each api site 12 seconds interval.
But last night (12 hours ago), I noticed that my program broke and there was ...
2
votes
2answers
112 views
Please provide a mechanism for retrieving random questions
A lot of ideas I've had for Stack apps have been of the "question of the day" variety. It would be nice if there was a way to retrieve one or more random questions.
/questions/random/
The max ...
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 ...
3
votes
0answers
115 views
SOAPI-PARAM-EXAM: A flat sortable, filterable list of all parameters in the Stack Overflow api
SOAPI-PARAM-EXAM
SOAPI-PARAM-EXAM is a little scooby snack of a tool that lets you get your eyes on all of the parameters in the api.
This is useful for visually identifying inconsistencies in the ...
2
votes
1answer
44 views
consistency for array parameters
It would simplify the api and consumption there of if all parameters that accept multiple items used a common delimiter.
We have semicolon and space that I know of so far.
Eliminating space as a ...
2
votes
1answer
39 views
/answers/{id} summary incorrect
/answers/{id}
Gets a set of questions enumerated in id
should probably be
Gets a set of answers enumerated in id
2
votes
0answers
33 views
How should I understand “timeline_type”: “votes” record in question timeline?
Take a look at the partial results of this query:
{
"timeline_type": "votes",
"post_id": 2544061,
"creation_date": 1269993600,
"owner": {
// omitted for brevity
},
"action": "7 ...
2
votes
0answers
37 views
UI Improvements when editing your Application Registration
I went to update my application's profile and I got confused by some of the labels, titles, etc.
Here are some suggestions:
Applications page
http://imgur.com/lV424.png
Edit application page
...
3
votes
1answer
1k views
SIlverlight 3 ClientHttp vs BrowserHttp stack: no cross domain policy means no gzip for Silverlight
I notice that even if I send accept-encoding=gzip the response does not seem to be compressed. ( it is late and i was conflating 'accept' with 'accept-encoding')
Should we expect, in the 1.0 ...
8
votes
1answer
219 views
Standardized set of sort icons?
Can we (anyone who is interested) create a "standard" set of icons that represent the various sorting methods available? That way, we'll have a set of universally recognized icons.
That means we'll ...
1
vote
0answers
78 views
Support longer url paths [duplicate]
Possible Duplicate:
URL Length Limit For For Requests Taking Vectorised Ids (/answers/{id}, /questions/{id}, etc)
update
bp's comment makes it clear that it is a url length issue. And now ...
1
vote
0answers
65 views
What's the default fromdate for the /users/{id}/reputation route?
I'm getting different amounts of positive-rep when I use the fromdate and todate parameters with the /users/{id}/reputation route than when I don't use those parameters and accept the defaults. I ...
0
votes
1answer
74 views
Can I change my user profile using the API?
It seems the API just allow me to retrive public information, but... is it possible to change, for instance, my "about_me" information using the API?
2
votes
1answer
49 views
Why does /users/{id}/answers, which returns an array of answers, have an optional 'answers' flag?
I would assume that if you are requesting the route '/users/{id}/answers' that you wish to receive some answers.
0
votes
1answer
133 views
min/max parameters are incorrectly documented as date - confusion and crippled libraries ensue
I have noticed this on all sorted routes.
The min/max say that they are context sensitive to the sort type yet are documented as date.
How is a date min/max valid when sorting by, for instance ...
3
votes
3answers
444 views
BOUNTY: Build an app with Soapi.JS and gain praise and adulation. And some rep.
Bounty Contest:
Build anything using the Soapi.JS JavaScript wrapper and either post the code or a link to a live demo.
When the question gets old enough (7 days I think) I will click 'start a ...
1
vote
2answers
125 views
Is there a way to determine total number of upvotes and downvotes (etc) for a user (regardless of reputation cap)?
For example, if you use the /users/<id>/reputation call, you get a list of reputation changes for the user, but it takes the daily reputation cap into account. What I would like is an API call ...
47
votes
6answers
4k views
SkeetStalker - Get to unanswered questions before Jon Skeet?
Screenshots
Main Page
Supports all StackExchange sites via StackAuth
Search for users on any site to stalk
About
I created this for fun and for a chance to play around with GWT & ...
5
votes
1answer
70 views
The tagged parameter does not work with multiple tags
Take these two API calls:
http://api.stackoverflow.com/0.8/questions?tagged=php;rant
http://api.stackoverflow.com/0.8/questions/tagged/php;rant
A couple of problems:
Shouldn't they return the ...
5
votes
0answers
447 views
Stack Safari Utilities (Safari 5 Extension)
Screenshot
Buttons.
Buttons with badges.
Link (the text is a temp solution) allowing you to associate site with badge.
About
The current web interface is the ideal way to use stack exchange ...
8
votes
2answers
163 views
/search intitle arg is case sensitive
This seriously cripples any search capabilities.
Consider:
http://api.stackapps.com/0.8/search?intitle=soapi&order=desc&sort=activity
vs
...
4
votes
1answer
78 views
The /search route is ignoring the answers parameter.
The answers parameter was recently added to most of the requests that return a list of questions. See: Don’t include answers in question lists by default
It looks like the /search request got left ...
8
votes
2answers
546 views
StackBook - let your Online Community friends know what you're doing on Stack Overflow.
About
StackBook helps mashup service for you let your Online Community (right now only Facebook) friends know what you're doing on Stack Overflow.
License
MSPL
Access
...
2
votes
2answers
90 views
Why does Stats Return a Statistics Array
Why does the stats API Call return an Array instead of just an object?
Example Response:
{
"statistics": [
{
"total_questions": 723903,
"total_unanswered": 114097,
...
4
votes
0answers
41 views
Merging/migration should be reflected by the API
Now that we have a new merging/migration system that keeps records of all merges, I think that this information should be visible through the API:
Questions that are merged into other questions ...
0
votes
2answers
74 views
Answers suddenly not getting returned.
Try:
http://api.stackapps.com/0.8/questions/212
None of the answers are present.
11
votes
1answer
224 views
Can we have some sort of notification system?
It seems like the only way to get notified of certain events is to poll the site continuously. And as per the current policy, it seems like there should be at least a 2 minute delay between requests.
...
10
votes
1answer
145 views
SOAPI-DIFF: Your app broke? Check SOAPI-DIFF to find out what changed in the API
SOAPI-DIFF
Soothe your beta api blues with a DIFF view of the entire API compared to the last changed version.
Instantly identify added/removed/changed elements of the API.
e.g.
Added:
Changed:
...
8
votes
0answers
539 views
SOAPI-REST: Complete Stack Overflow API specification in machine readable format
SOAPI-REST Services
At four hour intervals, SOAPI-WATCH parses the complete Stack Overflow API documentation and generates a complete object graph representing the API including all routes, ...
6
votes
1answer
356 views
API Suggestion: suppress http error code when jsonp is specified
Conclusion: fast response by Kevin enables the JSONP functionality of the API to assume it's rightful description of awesome.
http://soapi.info/Code/JS/Stable/ErrorTest.htm
The JSONP functionality ...
1
vote
1answer
70 views
Shouldn't there be a separate call for featured questions?
I find it rather peculiar that you can sort questions by featured. My arguments:
What does order mean in this case? It could mean the bounty amount (e.g. using desc would return the questions with ...
2
votes
1answer
59 views
Answers parameter not functional
For example the following:
http://api.stackoverflow.com/0.8/questions?answers=true
doesn't return answers.
147
votes
15answers
15k views
Six to Eight : An iPhone client (now in the App Store!)
Six to Eight (sixtoeightapp.com), an iOS Stack Exchange client.
Why not download now? It's entirely free, and recently updated to v1.2!
Version 1.2 has just been released, with crash fixes on ...
5
votes
1answer
205 views
URL Length Limit For For Requests Taking Vectorised Ids (/answers/{id}, /questions/{id}, etc)
I am trying to use /questions/{id} API to get a list of questions by their ids. Help page for this request does not indicate the maximum number of ids that can be passed in. Pagesize is maximum 100, ...
7
votes
2answers
147 views
Don't include answers in question lists by default
Right now, question list API queries (such as /questions, /questions/unanswered, /user/{id}/questions and so on) also return at most 30 answers (apparently) for each question. While this might be ...
2
votes
2answers
67 views
Order parameter not functional
Consider these two API calls:
http://api.stackoverflow.com/0.8/questions?pagesize=1&sort=votes&order=desc
http://api.stackoverflow.com/0.8/questions?pagesize=1&sort=votes&order=asc
...
49
votes
6answers
3k views
Stack2Blog - Turning your answers into blogs (For “sale”)
Stack2Blog for Sale
Hi everyone!
Since we're working on a few other projects, we haven't worked on Stack2Blog in a while.
We still think it can be useful, especially with the rise of platforms ...