Tagged Questions

There are public parts of the StackExchange API. One place to ask more specific questions is stackapps.com.

learn more… | top users | synonyms

0
votes
1answer
42 views

How to use Stack Exchange API?

I was wondering how to learn to use Stack Exchange API? I know how to program with APIs in my familiar languages, to write html webpages, and to remote control with servers via ssh. But can you tell ...
6
votes
1answer
70 views

How should apps using the Stack Exchange API give proper attribution?

Popular Stack Exchange mobile webapp Stack Mobile was recently added (perhaps erroneously) to the list of illegal SE network scrapers. This raised some discussion about how apps using the SE API ...
0
votes
0answers
33 views

Provide a streaming API instead of forcing API users to poll [migrated]

I've written an IRC bot that can notify channels when new questions with a certain tag are posted. However, currently I'm polling the URL ...
1
vote
0answers
26 views

The ability to sort 'questions/unanswered' by 'week' & 'month' just like 'questions/no-answers' can

I want to setup a Stack2RSS feed to questions/unanswered but I only want to see posts that are no more than a week old. It appears that questions/no-answers can do this via the 'sort' parameter set ...
2
votes
1answer
42 views

Authenticating self using StackOverflow API

I saw the StackOverflow API I can figure out from there how to get the data I want, but is there a way to use the API for authenticating myself?
3
votes
1answer
28 views

Is there a way to exclude tag synonyms from searches?

I was looking for single-use tags, and approximately half of our tags on Travel-SE (10 pages of them) are actually used once or are synonyms, so this is almost an exercise in futility. To make it ...
1
vote
1answer
27 views

Getting the body of a question, or answer, through API

You can fetch a question by providing its id, via SO's API. See this page, for more information. However, the returned JSON, has no body containing the actual text of the question. Is it by design? ...
0
votes
1answer
44 views

The Stack Overflow API doesn't return the owner on some answers

I work with the Stack Overflow API and found something strange. Following are the steps to reproduce: Open ...
1
vote
1answer
79 views

Query for users with highest reputation by location? [closed]

Possible Duplicate: Is there a way to find Stack Overflow users based on an area? I know this is a duplicate but I've tried searching and can't find the question. At some point there was a ...
6
votes
1answer
60 views

Get a List of Questions to Display on my External website

Similar to your flair that you can post an HTML snippet of and post on your blog site or elsewhere, is it possible to get, say, the most recent questions I asked or most recent questions by tag and ...
-4
votes
1answer
42 views

What are the (most brilliant) Use Cases (=Apps) that have been developed with Stackoverflow API? [closed]

I would be very much thankfull to hear some good use cases (=applications) that have been developed with the Stackoverflow API. It does not matter if this is a web application, an mobile phone app, or ...
-1
votes
1answer
51 views

Personal Search UIs to this Network, any open API to craft a search?

After posting a few feature-requests about search, I just realized that I would like to tailor the search for my needs over this site. I think it is the easiest way rather than post every of my ideas ...
1
vote
2answers
134 views

Stack Overflow technology and Q&A engine [closed]

Possible Duplicate: Stack Overflow clones Is the Stack Overflow source code available? I just love the technology and design underlying Stack Overflow. They way questions are written, ...
1
vote
0answers
30 views

Stack Overflow api usage URL is redirected to wrong version

When accessing http://api.stackoverflow.com/1.1/ the URL redirected to http://api.stackoverflow.com/1.0/usage. Guessing this has to do with patterned based routing because 1.0 comes before 1.1. The ...
9
votes
1answer
98 views

Am I allowed to include Stack Exchange resources (images, css) with a plugin for offline use?

I'm working on a plugin that adds some degree of offline functionality to Stack Exchange. It needs to be able to render pages without internet access. I am going to bundle jQuery and WMD/PageDown ...
8
votes
3answers
201 views

Why prevent people from seeing upvote/downvote count if they can find out using the data explorer or the API?

There are some sites that I don't yet have 1,000 rep on (including meta), which means I cannot see the upvote/downvote breakdown. There were some posts that I was curious about, so I pieced together ...
3
votes
0answers
83 views

Do I need permission to use the SE API? What if I'm trying to make money with it? [closed]

I recently developed a mobile app using the publicly available API of one of the Stack Exchange sites. Do I need to obtain permission from Stack Exchange before releasing the app to the public? Can I ...
1
vote
2answers
53 views

Is there a plan for write access via Stack Overflow API? [closed]

Possible Duplicate: When will the API allow posting of questions and answers Is there a plan for the API to enable developers to log user in and provide write access? Looking at the ...
0
votes
0answers
91 views

Which technology is used to implement the Stack Overflow API? [closed]

Possible Duplicate: Which tools and technologies build the Stack Exchange Network? I like how the Stack Overflow API works and like the applications built on it, and I would like to ...
-2
votes
1answer
89 views

Is there an API for stackoverflow? [closed]

Possible Duplicate: Is there a public API for Stack Overflow? Hey, I was wondering if there is an API for Stackoverflow? I have seen a few "hints" at one...but I would like to stop beating ...
6
votes
1answer
108 views

Access to Chat Code?

Ok, I'm not saying... "Let me have you chat code." I'm asking if its an open source project. I love the design of chat and well the entire interface in general. I'd love to incorporate a like client ...
3
votes
2answers
96 views

When will StackOverflow expose an API to post content? Everyone else has one: e..g Twitter, Netflix, etc

First, does StackOverflow have an API for posting questions or comments to StackOverflow? Everyone else has one: e..g Twitter, Netflix, etc. If not, are there any plans to implement an API for ...
2
votes
1answer
43 views

How can I programmatically set a tag and propose a question title on stackoverflow?

I would like to provide a customized link from my Web site "Ask a question on stackoverflow" so that visitors can easily post a question related to the individual topic. Currently, I just link to ...
2
votes
1answer
63 views

Can we please have some sort of API to poll for new data dump releases?

I'm writing an application that uses the data dump. However, in order to be effective, this application needs to be kept up to date with the latest data dump. This currently needs to be done manually. ...
1
vote
5answers
105 views

How to obtain Stack Overflow questions for posting in my blog?

Is it possible to get information from questions on Stack Overflow and post it to my blog?
1
vote
1answer
59 views

Is stackoverflow codebase available?

I am seeing some sites outside of stackoverflow family implementing the same code like http://answers.onstartups.com/. Stackoverflow codebase is not open source. How did Dharmesh Shah (the owner of ...
0
votes
0answers
58 views

Highlight link suggestions when posting

I'm amazed I only found one relevant suggestion. Jon Skeet suggests a user interface for searching for a link on a selected 'API website'. I'd go one step further and use a mechanism as e.g. ...
5
votes
1answer
71 views

Is there any public API that allow me to get a list of jobs from Careers 2.0?

I looking for an API like the Stack Overlow API, for jobs on Careers 2.0. Is there any?
1
vote
1answer
69 views

How to get a user's avatar via stackexchange api?

Is there a way to get a user's avatar via stackexchange-api? Unfortunately the flair.json is no longer supported, so I'm looking for an alternative.
1
vote
2answers
50 views

API for linking posts with personal blogs

I started my own blog after reading several posts from Joel and Jeff about the importance of writing. Recently Jeff wrote a post about how helping other users in Stack Overflow has similar benefits. ...
2
votes
3answers
139 views

Can I redirect some questions from my blog to Stack Overflow?

I maintain a .NET blog where I publish some articles and .NET FAQs. I'm not able to answer some of the interview-style questions I receive due to time constraints, and some others due to lack of ...
1
vote
1answer
65 views

API Usage Page title is wrong

If you look at the API 1.1 Usage page on any SE network site it is titled as API Usage - Audio Recording and Meta API. If you look on any 1.0 usage page it is titled API Usage - Stack Overflow API ...
2
votes
0answers
17 views

RSS feed of accepted answers w/ prettify tag classes

Would there be a way to generate an RSS feed of my answers that have been accepted, along with the question body/tags? I also notice it does not export the prettify classes for <pre> tags, is ...
3
votes
2answers
73 views

Where and how to discuss an API design?

An API design is actually a programming question, but it can't be answered like "replace = by == on line 10". Moreover, the asking person has some idea how it should look like and has to start with ...
0
votes
2answers
136 views

Is it possible to build a Q&A answer site using SE API which will behave like stack overflow in my native language? (It is Bengali)

I am not a big organization or something, but I just want to build a site which will behave like stack overflow. I like the way this site is. Thanks for your help
4
votes
1answer
92 views

Data from the Stack Exchange Data Explorer are obsolete

I was querying data from http://data.stackexchange.com/stackoverflow/atom using a LINQ query in LINQPAD and found that the data I got back are quite obsolete. I searched for Shekhar-Pro (me) by using ...
0
votes
1answer
63 views

Is there an API for adding/editing posts and viewing inbox in the works?

I'd really like a full blown android-client for Stack Exchange, and I don't mind making one myself, however there are a lack of APIs available for adding, editing, voting and such, and checking if the ...
3
votes
3answers
86 views

Is there a way to post and edit questions on Stack Overflow from the command line?

I'm getting tired of using the web form to submit and edit questions on Stack Overflow. Is there a way to do this using the text editor of your choice and a command line tool? If not, is there an API ...
3
votes
0answers
38 views

“/activity” page, similar to “/reputation” page

It'd be nice to have a page at http://stackoverflow.com/activity that behaves similar to http://stackoverflow.com/reputation That is, a simple dump of all a user's activity (perhaps capped by default ...
1
vote
1answer
46 views

Does access via the API count towards Fanatic and Enthusiast badge?

If a user accesses a Stack Exchange site via the API does this count towards Fanatic and Enthusiast badges?
2
votes
1answer
163 views

Is there a public API for Stack Overflow?

I was just trying to find out if there was a public API for the Stack Overflow site. I want to know so that I could maybe use it for whatever it would let me use it for (like web-service or non ...
2
votes
2answers
123 views

Any Stack Overflow API for Objective-C available?

I'm trying to write a Stack Overflow app for iPhone and iPad. Is there an Objective-C API?
0
votes
1answer
60 views

what ever happened to the dev.meta site?

I used to be a member but I guess my account got deleted? I'm sure the pass has changed but I can't get in for the life of me.
2
votes
1answer
68 views

API root shows “down for maintenance” page

Normally going to the root of a site API (e.g. http://api.stackoverflow.com/) shows a help page about the API, but for at least the last day or two it's been showing the "site down for maintenance" ...
1
vote
2answers
84 views

Should Stack Exchange have an API?

I'm sorry, this isn't really a question, but when I clicked the "feedback always welcome" link, I was brought here, so here goes. I am really sad and frustrated that you're allowing your API to be ...
1
vote
1answer
51 views

Is there a way to see the component parts that make up your reputation?

For example: You have gained X reputation from upvoted answers. You have lost Y reputation from downvoted answers. You have gained Z reputation from accepted answers. Even better might be to see ...
0
votes
1answer
287 views

How do I create a “Stack” site like www.paleohacks.com? [closed]

I am trying to get my developers to create a "Stack" question-and-answer site like paleohacks.com, and I have a key, but I have no idea what to do next. Help!
7
votes
2answers
232 views

Provide a streaming chat API

As people try and make IRC and XMPP bindings for chat, they all seem to be using the same inefficient and undocumented AJAX based system to communicate to the chat server by simply reverse engineering ...
5
votes
1answer
143 views

API requests are affecting access to the site itself [closed]

This is really annoying. I was testing a script that pulls pages from the API according to the published throttle guidelines. Then I went to StackApps to do something - and lo and behold, this is what ...
2
votes
1answer
81 views

API Logos Always Display Stack Overflow Logo

No matter which API domain which is visited, the Stack Overflow logo is displayed instead of either 1) the site logo, or 2) the Stack Apps logo. For example, http://api.serverfault.com/1.0/help does ...

1 2 3