There are public parts of the StackExchange API. One place to ask more specific questions is stackapps.com.
6
votes
0answers
54 views
Why can I access the API from a browser but not wget? [migrated]
If I try to access the following from firefox everything works even if I'm not logged in
http://api.stackexchange.com/2.0/users/19068?order=desc&sort=reputation&site=stackoverflow
However
...
2
votes
0answers
17 views
Typo in API docs: “temporarility_unavailable” [migrated]
https://api.stackexchange.com/docs/authentication
"temporarility" should probably be "temporarily"
7
votes
1answer
87 views
Is there a better way to get revision source as-is?
I am wondering if there's a way to get the last post's revision source without these steps. Is there a more direct way?
I need to ask the Stack Exchange API to give me the API site parameter
I ...
16
votes
0answers
139 views
Can we unblock the DuckDuckGo karma bot API access?
DuckDuckGo serves up little karma badges like this:
(in action: my about page).
However, apparently the karma data for StackOverflow is no longer grabbed (and will show up as 0 points if you ...
-4
votes
1answer
77 views
Does stackoverflow have an API? [closed]
Possible Duplicate:
Does StackOverflow provide a public API for querying?
Does stackoverflow have a public API? Can you access the stack overflow data, questions and answers through an API. ...
24
votes
2answers
258 views
Is my Chrome extension unethically circumventing SE privileges?
I built a Google Chrome extension that queries the SE API for the up/down vote count for a question or answer and then plugs that information into the appropriate vote score. Really, it looks and ...
0
votes
1answer
56 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
79 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 ...
1
vote
0answers
27 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
51 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
30 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
35 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
48 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
114 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
61 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
43 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
53 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
169 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
31 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 ...
10
votes
1answer
107 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 ...
10
votes
3answers
234 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
84 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
60 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
93 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 ...
-7
votes
1answer
128 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
119 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
108 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
64 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
109 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
68 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 ...
5
votes
1answer
79 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
73 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
142 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
66 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
21 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
74 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
143 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
120 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
88 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
39 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 ...
5
votes
1answer
88 views
Does access via the API count towards Fanatic and Enthusiast badges?
Now that the Stack Exchange API offers user authentication via OAuth 2.0, if a user accesses a Stack Exchange site via the API, does the access count towards the Fanatic and Enthusiast badges?
3
votes
1answer
194 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
139 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
72 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
85 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 ...