Skip to main content

Questions tagged [status-completed]

Indicates that a feature request has been implemented, a bug has been fixed, or another type of request has been processed.

Filter by
Sorted by
Tagged with
2 votes
1 answer
61 views

The users/{id}/timeline method is returning 31 results by default, and one more result than specified by the pagesize parameter. Example: http://api.stackoverflow.com/0.8/users/1288/timeline?pagesize=...
Bill the Lizard's user avatar
2 votes
2 answers
784 views

For the type "string", I think there is some upper limit of character count. For example, post title : 200 characters post body : 30000 characters In the help page, currently like this "body": { ...
YOU's user avatar
  • 5,022
2 votes
1 answer
111 views

According to this question (and its answer), questions and answers are using the same index to determine their ID. In other words: Question with ID #1 Answer with ID #2 Answer with ID #3 Answer with ...
Dave DeLong's user avatar
  • 5,264
4 votes
1 answer
77 views

I think questions method also return answers too and the help page says so http://api.stackoverflow.com/0.8/help/method?method=questions .... "answers": [ { "answer_id": { "...
YOU's user avatar
  • 5,022
7 votes
3 answers
126 views

Is there a way to get the Site Name, like StackOverflow or ServerFault, etc.? In my app I let the user enter a url with a api for a Site and I will be great If I can tell him something like: "You Are ...
Jedi Master Spooky's user avatar
3 votes
1 answer
46 views

By default the /search method is supposed to return 30 results per page, but it's returning 31. I only tested a few other values for pagesize but it looks like it always returns one extra result. In ...
Bill the Lizard's user avatar
2 votes
1 answer
40 views

Currently it returns like this "revision": "1.0.1234.5678" And looks like that number never changed. So, Can API return real revision number whenever there is an update? It will be very useful when ...
YOU's user avatar
  • 5,022
1 vote
1 answer
132 views

It would be useful if the API allowed you to return items based on their last activity date. Let's take a question for example. /questions/fromlastactivitydate=XYZ&tolastactivitydate=XYZ All ...
ADB's user avatar
  • 113
3 votes
1 answer
49 views

It looks like search is available in the current API but there is no help page for it. http://api.stackoverflow.com/0.8/search?intitle=test
carson's user avatar
  • 5,102
5 votes
2 answers
60 views

The help page for the users timeline call claims that the timeline can handle paging but it doesn't seem to be able to. The output doesn't have the total count of pages, etc and the page attribute ...
carson's user avatar
  • 5,102
2 votes
1 answer
57 views

There are two revision urls listed on the help page but they both seem to contain the same detailed information. The header for the non-guid version contains the url for the one that takes a guid. ...
carson's user avatar
  • 5,102
2 votes
1 answer
57 views

Both /users/{id} and /users/{id}/timeline say they take a filter parameter for users' names, but it seems to do nothing. Are they not supposed to be there?
ColinD's user avatar
  • 369
3 votes
1 answer
97 views

Methods that return comments document the "body" and "comments" parameters, but they have no effect on the results, which cannot include comments and always include the body. Specific methods: /...
ColinD's user avatar
  • 369
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
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
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
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
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
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
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
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
0 votes
1 answer
143 views

the "Get an API key" link listed on the stackapps about page is incorrect. It points to https://stackapps.com/app/register and a lovely picture of Zardoz instead of the correct https://stackapps.com/...
Greg Bray's user avatar
  • 175
4 votes
1 answer
89 views

According to the documentation, calling the tags method without a sort parameter should return the recently used tags, since the default sort is by activity. Instead, I get an error 4002 with the ...
Martin Plante's user avatar
9 votes
1 answer
627 views

Not sure if this is a user or an API problem, but I keep getting HTTP 406 Not Acceptable when making API calls (for example http://api.stackoverflow.com/0.8/stats) from either IE 8 or Chrome 6. Here ...
Franci Penov's user avatar
  • 2,894
1 vote
1 answer
141 views

I'm trying to get the lightest data about a given question id because i just need the question's title. With this call: http://api.stackoverflow.com/0.8/questions/1598715?pagesize=1 i get "pagesize":...
systempuntoout's user avatar
2 votes
1 answer
162 views

Try going to http://www.stackapps.com Apparently www is not a subdomain of stackapps.com Anyone who tries to get to the site by prepending the www will be confused, as it is standard to point that ...
Nathan Osman's user avatar
  • 23.3k
3 votes
1 answer
107 views

Currently the first link in the FAQ points to http://dev.stackapps.com/?tab=apps. It should link to https://stackapps.com/?tab=apps. Simple fix, but it confused me for a short time.
jjnguy's user avatar
  • 2,986
21 votes
3 answers
481 views

It would seem to me that a simple API that return an array of the API base URL and perhaps the common name of the sites that support the API would be valuable. Is this sensible? EDIT: This is what I ...
TheHurt's user avatar
  • 4,535
6 votes
2 answers
164 views

Not sure if this is appropriate here (no Meta site yet), but here goes... I think it'd be a good idea to have a "Library" navigation tab (next to the "Apps tab"), so that people can easily see ...
Maxim Zaslavsky's user avatar

1
6
7
8 9 10