This tag is for questions about the Stack Exchange API version 2.

learn more… | top users | synonyms (1)

0
votes
0answers
43 views

How to write a first application?

How to write the first applications to use StackOverflow, for C# under the platform WinRT? How to use the API-functions? Is there a ready-made packages for under winRT (NuGet)? Are there a step by ...
0
votes
0answers
20 views

Get current inbox item types and notification types

The pages for inbox_item and notification contain the following: Be aware that the types of items returned by this method are subject to change at any time. In particular, new types may be ...
0
votes
0answers
13 views

Is there any way to access the SE Site Advertisement backgrounds?

I really like the background images for inter site advertisement: etc,. Is there a way to have easy access to these? I'm hoping to use them within my application.
0
votes
1answer
20 views

Error when requesting the last page of results.

When I try to view the following URL: http://api.stackexchange.com/2.0/questions?page=93781&site=stackoverflow I get the error: { "error_id": 500, "error_name": "internal_error", ...
0
votes
1answer
50 views

Security certificate error when logging in with myOpenID

I have written an application that embeds the WebKit rendering engine (the same rendering engine used in Safari and Chrome). This application makes use of the /inbox route and therefore requires the ...
0
votes
1answer
25 views

API 2.0 is not returning Programmers in list of sites

Run https://api.stackexchange.com/2.0/sites. programmers.stackexchange.com is not in the response.
0
votes
1answer
21 views

No answer_id for Comment on answer inbox_item

According to the API documentation on inbox_item, inbox items corresponding to a comment on an answer to a question should have an answer_id field identifying the answer that the comment was on, but ...
0
votes
1answer
23 views

Add last_access_date field to the shallow_user object

Would it be possible to add the last_access_date field to the shallow_user object? I presume this corresponds to the seen field when visiting someone's profile. My reasoning is that it saves the ...
0
votes
0answers
24 views

Name changes for a few methods

The following method names have been changed for reasons of consistency. /access-tokens/{accessTokens}/read is now /access-tokens/{accessTokens} /filter/create is now /filters/create ...
0
votes
1answer
24 views

What are the paging parameters to the info method used for?

As far as I can tell, there can only be one info object returned from the info method, so why does the method take page and page_size?

1 2 3 4