A question about the built-in API help pages at http://api.site.stackexchange.com/{version}/usage

learn more… | top users | synonyms

8
votes
1answer
239 views

How the /sites method is meant to be used

The /sites method is used to enumerate all sites in the network. If your [app] is meant to run against more than a single site (and many are) this method is how you should be discovering new sites in ...
5
votes
1answer
246 views

Where is the usage documentation?

I know this is probably a dumb question, but there's a bunch of documentation and I don't know what to do with this stuff. How do you use the API?
4
votes
1answer
470 views

How to see which users upvoted a question?

I assume this information is tracked, since StackOverflow shows me the questions I have upvoted (when going to their question page, I can undo the upvote). I couldn't find any api call that gives this ...
4
votes
2answers
217 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
2answers
196 views

How to get a post title for a given post ID, even if that post ID is an answer and not a question?

I'm trying to beautify the reputation audit. If I want to show the post title for a reputation change event, however, I have a problem -- I don't know if the post ID is relative to a question or an ...
4
votes
1answer
299 views

Is it possible to authenticate a user through Stackoverflow API?

Is it possible to use the Stackoverflow API to authenticate a given user identity such as with Facebook, Twitter or OpenID? If it's possible: Can you tell me the method(s) that make this happen? ...
4
votes
2answers
141 views

API Help's CSS is missing

The API Help page's CSS file, located at http://sstatic.net/so/all.css, is current returning 404 for me: <div id="header"><h1>Server Error</h1></div> <div id="content"> ...
3
votes
1answer
180 views

HTTP 400 “Bad Request” while using “access_token” in request Url

I registered an app, obtained a key and I have implemented the implicit OAuth 2.0 flow in a Windows 8 desktop app (as per the documentation available here). After receiving and storing the access ...
3
votes
1answer
155 views

API Time zone difference problem

I am writing a .NET application with the Stack Exchange API (using the Stacky library) and I am using it to ask the server for some questions that occured in the last hour. However, I and the server ...
3
votes
1answer
82 views

Getting Question body/title with Answers?

I am trying to build an RSS feed that includes any/all questions that I have answered, and been accepted as the correct answer. I am running into an issue where I'm sending too many requests and ...
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
60 views

API documentation console unsuccessfully tries to load MiniProfiler results

All of the documentation pages (example) with the test console currently attempt to load MiniProfiler result data, which fails with a 404: POST ...
3
votes
1answer
159 views

/search method, returning the body of the questions

Probably this is a documentation fault. For the search method, the parameter list doesn't say anything about an optional body, but looking at the Returns description shows: "body": { ...
3
votes
1answer
104 views

AND searching for tags?

I am using the search api to search for questions that are tagged with "tags" and not with "tags". However I have noticed that searching for tags is an OR search. The questions search for tags is an ...
3
votes
0answers
38 views

Always show console on API docs

This script stops you having to click the "show console" button to test an API call. Install - View Source
2
votes
1answer
81 views

Error Code when API Key Limit exceeds

What will the error code be generated when API Key Limit exceeds? I need that because I have to handle this error in my application.
2
votes
4answers
233 views

Is it really worth to (implicitly) discourage documentation of API/library usage nowadays already?

Update: Kevin provided an answer, which, while adding something of value to the three related questions together (by naming the originating concern eventually), actually does not apply to the ...
2
votes
1answer
87 views

help page suggestion: indication of integral values vs real numbers

number is an very ambiguous term. It would be helpful if there was an indication of values that can return as non-integral. In a javascript context this is not an issue, but most devs, myself ...
2
votes
1answer
47 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 ...
2
votes
0answers
30 views

Query Tag followers?

I was hoping to use the APIs to discover the number of questions for a given Tag as well as the number of followers. I found how to get the number of questions, but not the number of followers. On ...
2
votes
1answer
65 views

API Help Suggestion: include range [1, 100] on pagesize

I see that range is being used to indicate valid range on most numeric parameters e.g. 32-bit integer, range [0, 2,147,483,647] 32-bit integer, range [1, 2,147,483,647] The valid range for ...
2
votes
0answers
45 views

API Help Suggestion: /search - can we make tagged,nottagged description consistent with other list params

on most other params that accept a semi-colon delimited list we see list of tags questions must have, semicolon delimited A single primary key identifier or a vectorized, semicolon-delimited list of ...
1
vote
1answer
89 views

What license is the Stack Exchange API released under? MIT?

Are there any license requirements the Stack Exchange API? Which license is it released under? If I were to develop an app, would I have to credit Stack Exchange API? Thanks in advance.
1
vote
1answer
253 views

Where is the API located?

I want to know where is the API located and from where to download?
1
vote
1answer
23 views

Can you identify a user from the access_token?

I have the access_token after authentication from the user. At this point I don't know with which sites this user has registered. Is it possible to get user information like the display name or ...
1
vote
1answer
66 views

user 'about_me' field suggested_buffer_size is too small

the suggested_buffer_size of user.about_me is currently 3000. it is apparent that this is the server-side field length. the problem is that the text is stored server-side in markdown but when served ...
1
vote
1answer
61 views

API Help Suggestion: /users/{id}/badges id parameter clarification

On /users/{id}/badges, the description of id parameter diverges from the inferred standard. e.g. a semicolon delimited list of user ids vs A single primary key identifier or a vectorized, ...
1
vote
1answer
54 views

help page suggestion: json results for help pages

it would simplify machine reading if we could apply type=jsontext to api-help pages, including the index. update ...
1
vote
1answer
65 views

help page suggestion: position required parameters at top

in the case of id, it is now placed at the bottom of the page. It makes sense to place required parameters at the top of the page with a slight separation, perhaps an <hr> or an icon.
1
vote
1answer
64 views

Can we have all possible closed reasons in help page?

Can we have all possible closed_reasons in help page and if possible, closed_reason_id, too? For example closed_reason_id=1, closed_reason="exact duplicate", closed_reason_id=2, ...
1
vote
1answer
30 views

How do I find a user by their `display_name`?

I am using Serel (the Ruby wrapper) and would like to be able to find a user by their display_name. As it stands right now, I can only find them via an ID - like Serel::User.find(1,2,3). I tried ...
1
vote
1answer
51 views

help page suggestion: exemplars - working example urls for each route

It would take a lot of the guess work out of sussing the api if each route's page provided a small handful of working urls. This would also serve to provide an authoritative result exemplar.
1
vote
1answer
33 views

help page format issue: missing parameter

/users/{id}/tags is missing id parameter fixing this will remove one more special case from my parser.
0
votes
1answer
30 views

Definitive on timeline_type?

Hi all, I am trying to get a definitive on what timeline_type actually means... I've looked at: http://stackapps.com/search?q=timeline_type but to no avail. The new documentation doesn't list ...
0
votes
2answers
46 views

Ajax get questions by tags ERROR

i'm trying getting questions by tags. this is my simple code and i'm running this from my http://localhost: <script type="text/javascript"> $(function(){ $.ajax({ ...
0
votes
1answer
48 views

How do I find all questions/answers per a tag?

Would also be good if I could also find the top questions/answers in a particular tag - i.e. questions tagged with Ruby or PHP. Per the docs the only thing I can see that will return questions in a ...
0
votes
1answer
33 views

Make API query to only one Stack Exchange site

Is there a way to limit a /search or a /similar query to a specific site or sites?
0
votes
1answer
59 views

API console always queries Stack Overflow

On any Stack Exchange site (well, I tried Super User (trilogy), Unix (SE-2.0 launched) and SFF (SE-2.0 beta)), the console (“Show Console” button) in the 1.1 API queries ...
0
votes
1answer
70 views

help page suggestion: /questions/tagged/{tags} - tags param clarification

Method removed it is not clear what a 'list' of tags looks like. does this parameter follow the semicolon seperated list format of the id param? is it a comma separated list?
0
votes
1answer
26 views

help page issue: revisions by revisionguid example needed

/revisions/{id}/{revisionguid} - usage of this route is not clear to me. can someone provide a working url and perhaps a simple use case.
0
votes
1answer
32 views

help page format issue: revisionGuid

http://api.stackoverflow.com/0.8/help/method?method=revisions/{id}/{revisionguid} revisionGuid is inconsistent. revisionguid seems appropriate (and will remove one special case from my api parser).