This tag is for questions about the Stack Exchange API version 2.
-1
votes
0answers
23 views
Possible bug in /users/{id}/tags/{tags}/top-answers
If I search for a non existing tag I get some results. I expect simply nothing, because I have no such tagged questions.
0
votes
1answer
31 views
Searching answers with API
I'm very new to the API and I was looking for a way to get answers of a user. E.g. something like if you click on a tag in your tags section of your profile.
For questions this seems to be quiet easy ...
1
vote
1answer
29 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
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
13 views
Ability to sort answers by number of revisions via StackExchange API v2?
I was curious whether there was a way to easily find which StackOverflow answer has the highest number of revisions and/or to sort by that metric.
I see mention of a sort function in the ...
1
vote
1answer
22 views
What sizes are the images available through the /sites endpoint?
I see logo_url, icon_url, favicon_url, high_resolution_icon_url... But I wasn't able to find any information about any of those images in the documentation. Are any of them fixed size? And/or is ...
0
votes
0answers
39 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
1answer
47 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 ...
2
votes
1answer
22 views
Is question_id unique across all stackexchange sites?
The standard structure of a question URL is:
http://site.com/questions/question-id/title
Example:
http://stackoverflow.com/questions/457927/git-workflow-and-rebase-vs-merge-questions
It is ...
2
votes
1answer
26 views
Creating a home brew Push Server for Stack Exchange
I'm looking to create a home brew push notification server for Stack Exchange. This is mainly due to the fact that Toast Notifications within Windows Store applications are done using Windows ...
2
votes
0answers
86 views
Net::StackExchange2 - Perl Wrapper for StackExchange API (it's on CPAN)
About
This library is a little labour of love for two things dear to me : StackOverflow, a place where I've learned just so much, and Perl a cryptic language that's giving me perspective. I ...
3
votes
1answer
34 views
Problem with /search tagged and max
Seems like a problem with /search when max is not set to today, and tagged is given:
...
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 ...
6
votes
0answers
37 views
Get favorited tags of user
This was requested in 1 and declined because of a missing authentication method.
Now that authentication is in place, is there a way to retrieve the favorited tags of a user (myself)?
1
vote
1answer
28 views
Is there a way (or app) to get realtime updates of new questions with a given tag?
According to StackExchange API not realtime?, the API does not return results in realtime, but has 1 minute delay for the same query.
Is there a system or an app that delivers new questions in ...
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.
1
vote
0answers
8 views
Is there a difference between the API search and the search from within the site?
I'm curious if the search results from the API is calculated the same way as the searches from within the sites themselves? Is there a difference between the two? If so, what are the difference?
2
votes
1answer
80 views
Using an existing Java oAuth implementation to access the Stack Exchange 2 Api?
I found the Scribe oAuth api and I was wondering how a call would work with the Stack Exchange API, since that uses oAuth. I'm sorta green when it comes to oAuth but I'm planning on writing an ...
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".
2
votes
1answer
39 views
Is the “link” URL enough to uniquely identify an “inbox_item”?
I've been looking at the documentation on the inbox_item type, and I was wondering what is the correct way to uniquely identify an inbox_item?
Is the "link" URL enough to uniquely identify an ...
3
votes
1answer
27 views
When will the “site” field be absent from an “inbox_item”?
According to the documentation on the inbox_item type, the site field "may be absent". Under what circumstances will this occur?
2
votes
1answer
40 views
how to get the number of profile views
according to the documentation, a User object has an attribute view_count, indicating the number of views of the user's profile. An example is also given there. However, when I sent a request
...
3
votes
1answer
41 views
What does “Unchanged in unsafe filters” mean?
Could someone clarify what this means? For example, what does it mean that the short_description field is Unchanged in unsafe filters for a Privilege?
4
votes
1answer
43 views
Typos in the API 2.0 Documentation
Typo #1:
There are two different objects that represent a user in the Stack Exchange API, the full user object and the smaller shallow_user object. Which is returned depends on the method being ...
3
votes
1answer
142 views
Java wrapper for the Stack Exchange API 2.0?
I've checked out StackWrap4J, but it looks like it doesn't support some of the new methods provided in the v2.0 API (specifically the ones having to do with user authentication). Does anyone know if ...
3
votes
1answer
32 views
Can I search over SE using SE API if I have only a username?
How do I can find someone's userid if I have only their username?
For example, my real username is: Zagorulkin Dmitry
My Stack Overflow userid is: 1321404
Are there any API methods for this kind ...
5
votes
1answer
28 views
/posts/{id}/revisions breaks for posts with [tag:*] content
Attempting to access (at least) the revisions route for a post with a revision involving the [tag:*] syntax causes an error:
Example on Meta Stack Overflow (Post History)
Example on Mathematica ...
2
votes
1answer
37 views
/suggested-edits “Try it”: Link for “suggested_edit_id” is broken
When using the "Try it" feature on /suggested-edits, the link for the suggested_edit_id points towards stackexchange.com and not towards the respective site.
For example, retrieve data using the ...
17
votes
2answers
442 views
StacMan - .NET client for Stack Exchange API v2
Features
Supports all Stack Exchange API V2 methods
Easy to use: one-to-one mapping between StacMan and API methods/params
Async is easy: methods return Task<T> so they're ready for C# 5's ...
5
votes
1answer
79 views
Can we have the display_name field in the /me/associated route?
I'm reading the Authentication documentation and I've noticed that the /me/associated route returns fields like user_id, badges, reputation but not the display_name, even specifying a custom Filter.
...
2
votes
0answers
106 views
ExchangeLinq: LINQ Query Provider for Stack Exchange API v2.0
ExchangeLinq is a LINQ Query Provider for the Stack Exchange API. It only supports API v2.0. It is currently in alpha state and is being developed for Exchange It, a Stack Exchange client for Windows ...
8
votes
0answers
134 views
TIARA - a tool for enhancing SE beauty
About
Quality is an important area of concern for Stack Exchange sites. Immediate quality concerns are generally handled through a combination of flagging and downvoting. However, some things ...
0
votes
1answer
46 views
Add message ID to inbox items
Feature request: The inbox item object should include a message_id field. The ID should identify inbox messages uniquely within StackExchange.
2
votes
1answer
20 views
/answers endpoint is error-500-ing against many sites
Just calling the "/answers" endpoint, no specific arguments, and I'm getting 500 errors:
http://api.stackexchange.com/2.0/answers?order=desc&sort=activity&site=gaming
...
1
vote
2answers
149 views
Python library for the StackExchange v2 API?
So I'm aware of Py-StackExchange and pyso.py, but neither covers the v2.0 API. Does anyone know of a Python library for the 2.0 API?
1
vote
0answers
15 views
Why are Meta sites' “site_state” = “linked_meta”?
In 2.0 there are the site_type and site_state fields. On Meta sites these fields give the same information, site_type = meta_site and site_state = linked_meta
Instead it would be more useful if ...
1
vote
1answer
47 views
Reputation API to display a reputation history
I'm building something similar to the reputation graph / summary on the SO user page.
The answer explains that the /users/{ids}/reputation API method gives a sum of reputation for the period. So ...
1
vote
1answer
23 views
Inbox unread since parameter not working
The since parameter of /inbox/unread no longer seems to work.
I enter a date after the creation date of the item currently unread in my inbox and still the item is returned. I try putting in ...
8
votes
1answer
206 views
Registering app for API 2.0 key without Oauth domain
I'm trying to register an app, but it states that I need to add an OAuth domain. But I have Enable Client Side OAuth Flow disabled, because I don't need it right now.
I basically have two questions:
...
2
votes
0answers
14 views
Request to support “tagged” on more endpoints
(I realize this is likely to be status-deferred for now, but I'm quite likely to forget if I don't ask it now :)
The /questions endpoint supports a "tagged" parameter which I find quite useful. ...
0
votes
1answer
17 views
Is there any API to support creating a new question on stackoverflow? [duplicate]
Possible Duplicate:
Post questions using API
I know there is api for stackoverflow.
It looks like the APIs are read-only, supporting the Get/Search operation.
Is there any API to support ...
1
vote
1answer
28 views
Typo in throttle violation error message
I was just playing around with the API locally and got throttled for the questions and answers methods (the only two I was using).
Anyway, I noticed there’s a small typo in the error message that’s ...
1
vote
0answers
77 views
Issue: OAuth login process does not fully work in the WP7 Mango browser control with implicit flow
We experience issues when using the implicit OAuth flow in a WP7 Mango browser control and trying to login with openid. The login process itself works fine (althought the css of the openid page does ...
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
48 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 ...
7
votes
1answer
90 views
Add close-vote information to the questions object
Would it be possible to add close/reopen vote information to the questions object?
For example, you usually see something along the lines of:
close (3)
when a question has three (current) ...
1
vote
1answer
35 views
Mistake in API 2.0 Documentation - Wrong item type for Careers Message
On https://api.stackexchange.com/docs/types/inbox-item the Careers Message example shows the wrong item type.
0
votes
1answer
24 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.
7
votes
2answers
325 views
Serel: A Ruby Library with full support for API 2.0
Getting Started?
Visit http://serel.tom.is for a whirlwind tour of the library.
although it is still very much a tour in progress
About
Serel is Stack Exchange RElational Algebra, a fully ...
9
votes
1answer
448 views
Bartlett—new questions, inbox items, and reputation in OS X
Bartlett is a Mac application that lets you keep track of the most recent questions, inbox items, and reputation items on your favorite Stack Exchange sites.
You can be notified of new items by Growl ...
