These questions are the most frequently asked and answered questions on Stack Apps.
45
votes
0answers
13k views
Sample Application: World's Worst StackOverflow Clone
Screenshot
About
The World's Worst StackOverflow Clone is an open-source example application for the stack exchange API. It is meant to help programmers get up to speed on development with ...
29
votes
0answers
3k views
How API Keys Work
What are the API request limits?
A single IP address can only make a certain number of API requests per day, depending on the presence of a valid API key.
Default API daily limits:
Key: 10,000
No ...
8
votes
0answers
427 views
Separate Request Quotas for Authorized [app]s
Imagine, if you will, you have a popular [app] hosted on a cloud computing service which is also used by a number of other [app]s. If this service forces clients to share IPs (and they all do, in ...
4
votes
0answers
197 views
Guidelines on app and library thumbnails
We now have better, user-friendlier display for apps and libraries and scripts:
http://blog.stackoverflow.com/2011/02/stack-exchange-api-1-1-and-improved-app-gallery/
We infer a number of things ...
3
votes
0answers
300 views
Supported Platforms
What platforms are supported for use with the StackExchange API?
In short, anything that supports JSON/JSONP & GZIP.
All responses from the API will be compressed with GZIP. The ...