You need help with the use of the Stack Exchange API, apps built on the API, or assistance building scripts that work on Stack Exchange websites.
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
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
1answer
82 views
Why answers don't have a “locked” attribute?
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 ...
1
vote
5answers
125 views
Using meta.stackoverflow.com as a support channel for a stackapp?
Is it okay to recommend using meta.stackoverflow.com as a support channel for stackapp I've written. For example, say I had been the person who wrote StackPrinter, on the bottom of the home page ...
1
vote
3answers
155 views
What is the best way to provide support for an unknowable number of StackExchange sites?
I just wrote an app for Chrome extensions and received a request to make it cross-StackExchange compatible. If there's eventually going to be more sites than just the few listed and I don't really ...
1
vote
2answers
112 views
How to access the text of the page returned using curl?
This is what curl http://api.stackoverflow.com/1.0/users/113124/favorites returns
...
1
vote
1answer
107 views
I can't get a response for /questions/{id} in Chrome Extension
I'm writing a Chrome Extension that queries the API. Using jQuery, I have the following code called from my background page:
$.ajax({
url: 'http://api.stackoverflow.com/0.8/questions/' + id
...
1
vote
1answer
42 views
StackExchange API not realtime?
I was testing the inbox/unread API but noticed that there is a big delay between one gets a message, and this message gets included in the API response. Like one minute or more.
Is this API not ...
1
vote
1answer
71 views
Making use of the *“has_more”: true* json attribute in the Json response from stackoverflow
When issuing requests to the stackoverflow-api, I set the pagesize to a 100 (which is the maximum possible). However, some json responses contain this attribute (normally at the very bottom):
...
1
vote
2answers
62 views
1.1 sites - SO and MSO
In 1.1 with the new related sites, is it intentional that MSO and SO are not related?
1
vote
1answer
53 views
Software for Javascript?
Do I need any special kind of software to view the responses I get after requesting something? Like with Klout for example, I can get all the code returned as I need it, I just don't know where to put ...
1
vote
1answer
56 views
Key doesn't match a known application
I'm running into a really weird issue and I would appreciate any guidance on what I'm doing wrong. So I recently applied for an API key here on Stack Exchange and it went through fine. So let's say ...
1
vote
1answer
88 views
How to license applications?
I registered on http://stackapps.com few days ago. I have written several applications that I want to place on this site. But I have a question -- how can I license my applications?
1
vote
1answer
99 views
Is there an authentication component to the API?
Is there an authentication component with the API? Same as logging in with Facebook or Google etc?
1
vote
1answer
101 views
Can I charge for apps I create on Stack Apps?
I want to create an app that will use data from Stack Overflow Careers - both employer and applicant information. It's an app designed for employers.
I have two questions:
Is it even possible to ...
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
2answers
163 views
Is something filtering 'document.cookie' in SO pages?
My colleague and I are developing an annotation tool for web resources. One way The user can us the tool is to click a special bookmarklet to view the current page with annotations added. The ...
1
vote
1answer
435 views
Problem accessing API endpoints from Google App Engine
I'm experiencing a weird problem on StackPrinter hosted on Google App Engine.
It seems that the application can't reach several endpoints like Super User or Server Fault; Stack Overflow and other ...
1
vote
3answers
443 views
Possible Gzip or data format problems when trying to read JSON.
This is a very basic question. I just want to display a test batch of JSON with PHP, but I think I don't have the correct formatting, since the data received looks garbled when outputed, and it causes ...
1
vote
1answer
34 views
Posting answers via Stack Exchange API
Can I post answers via an app using the API, is it possible? And if so, what are the limitations; linked with the reputation of users?
So if someone has 1 reputation he can also post answers, like a ...
1
vote
1answer
16 views
Confusing documentation re vectorized requests limits
The documentation for vectorized requests says this:
Most methods that take ids in the Stack Exchange API will take up to 100 of them in a single go. This allows applications to batch work and ...
1
vote
1answer
32 views
how to use tags/{tags}/related
I am new to stackapps. I am wondering how to apply /tags/{tags}/related to more than one tags. The documentation does not give an example. I tried
/2.0/tags/c,java/related?site=stackoverflow, ...
1
vote
1answer
58 views
Use stack2rss to receive responses via RSS
I'm trying to setup http://stack2rss.stackexchange.com/ to receive full-body "responses" (comments, edits, answers and so on) to my own stackoverflow questions via RSS, but I can't find the right ...
1
vote
1answer
86 views
Creating a PHP script to use the stack api
I would like to know how to use the Stack API and get all questions with a particular tag. I am coding in PHP. So I would like to write a script which can get all questions with a particular tag. I ...
1
vote
1answer
45 views
How to get the actual “body” of a question or answer?
How do I actually get the body (i.e. the textual content) of any say question or answer.
For example, for question (id= 7406104), I call:
http://api.stackoverflow.com/1.1/questions/7406104
But in ...
1
vote
1answer
31 views
API to get the small tag info displayed in the popup
I do not know if this is possible, or if this is even prohibited, but here goes.
I am creating a website where I talk a lot about the web and different programming languages. Now I want to create ...
1
vote
1answer
41 views
Throttling Question
Hey all,
I keep getting kicked out of the API.
Is throttling set to 30 requests per 5 seconds?
j
1
vote
1answer
192 views
Is the API readonly right now?
Does the StackOverflow API offer some way to authenticate a user?
I am wondering if the API supports logging a user in so that they can write to the system.
1
vote
1answer
87 views
Are there any hi-res versions of SO logo that we can use in our apps?
I'd really like either multiple sizes (from icon up) or hi-res or best of all a vector version. I want my app to look as good as possible and I'm sure SO would want to be well represented.
1
vote
1answer
101 views
Announcing Apps to the Public
I believe this has been discussed before but I can't find the question/answer so I'll ask it officially here:
Now that v1.0 is released, it's OK to announce our apps to the general public, correct?
...
1
vote
1answer
51 views
How do you list you stack exchange apps
I wanted to know how you're supposed to get a list of apps you've registered on the stack exchange api.
I finally managed to find this url: http://stackapps.com/apps/oauth
My question is this: How ...
1
vote
1answer
32 views
Stack Overflow Firefox Extension
Recently I created a tiny Firefox extension to get given user reputation of Stack Overflow. But I did that using API version 1.1.
How can I migrate that to 2.1? How to authenticate my application ...
1
vote
1answer
14 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
2answers
29 views
How to get the site name from document to pass to API?
Most APIs take a parameter site which must be set to the name of the site your queries are about.
For meta.travel or travel.
But of course sites have various names, for example ...
1
vote
1answer
52 views
How to limit the number of responses in Stack.PHP?
How do I limit the number of results provided by Stack.PHP (a library wrapper over the Stackexchange API)?
For example, how do I get the first 50 questions tagged with a keyword?
The query I ...
1
vote
1answer
34 views
Is there a maximum on the number of search results returned (using the SO API)?
I was trying to do statistics on post from some not-too-popular tags like matlab, using the search method. It appears that it will never return a total larger than 2000. Is this a hard limit that ...
1
vote
1answer
139 views
Using the API directly from JavaScript
Is there any way I can use the API directly from JavaScript without any Server side proxy? I know of the inter-domain restrictions, but can we do it somehow in case of facebook API right?
1
vote
1answer
100 views
Non-verbatim search strings in py-stackexchange
Hello,
I am writing a python program with py-stackexchange that takes a query and returns a list of urls to questions with that query in the title. Here's the code:
#!c:/Python27/python.exe -u
...
1
vote
1answer
242 views
Offline cache of the API - for when the developer has no internet.
Is there some fake API program that "simulates" the API? Just I'm going on a long car journey tomorrow, and I won't have an internet connection on my laptop and don't want to waste the whole journey ...
1
vote
2answers
199 views
Is there an SO API which can fetch all Questions & Answers for a particluar Keywords
I am looking for an API which helps in fetching all the Questions & Answers from SO and other Stack Exchange sites only on a particular "keyword". Later using XML RPC these questions will be ...
1
vote
1answer
107 views
Will the new traffic measuring formula be available via the API as well?
From this MSO answer:
stackexchange.com/sites was just updated today to use a new formula for traffic. Area 51 is still using the old formula, but will be updated soon to use the new formula.
...
1
vote
1answer
182 views
api.stackoverflow.com down?
I am currently getting errors when trying to access the stack overflow api. I have tried others (superuser and serverfault) and they seem to work. Is this by design or did the api unintentionally go ...
1
vote
2answers
99 views
Can the API return info re “new replies” icon?
I would like to be able to query the status of the "new mail" icon that shows whether there is new comments or favorites activity. Is this possible?
1
vote
2answers
157 views
Post questions using API [duplicate]
Possible Duplicate:
Is there an api to post questions without using the websites interface?
Can I use the API for posting any question to StackOverflow? I have a internal sharepoint site ...
1
vote
1answer
299 views
Copying CSS from stackoverflow for use in an app?
Is it ok / legal / allowed to copy some of the styles from stackoverflow / serverfault / etc. for use in a stack app?
1
vote
1answer
87 views
Stack Exchange site layout question
I noticed that the new SE sites all have the same layout and the same image. When will these things be changed? I don't want to support these sites in my application, StackTop, until I know the icon ...
1
vote
1answer
91 views
How to control vote count for individual user?
How do I find if user has already voted for a particular question/answer?
1
vote
3answers
135 views
API not returning anything near the actual website
The API /questions page is not returning anything like the list of questions on the actual SO site.
This is the first question of the 0.8/questions
{
"total": 705769,
"page": 1,
"pagesize": ...
1
vote
1answer
30 views
Can API stats return real revision number instead of 1234.5678?
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 ...
1
vote
1answer
14 views
How can I get a list of favorite/ignored tags?
I can not find an API method method that would provide me with a set of favorite/ignored tags for a given user. Is there such a method? If not, is there a recommended way to get this information?
