Tagged Questions
9
votes
1answer
55 views
What's the etiquette for answers/comments on an app “question” on stackapps.com?
Since the stackapps FAQ doesn't really address this, and everything I list below could be acceptable when there is so much to discuss, is there an accepted etiquette to what "answers" should address ...
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 ...
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 ...
28
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 ...
70
votes
3answers
15k views
API “Hello World” code
The Stack Exchange API is based on HTTP and URLs, just like the web page you're browsing now. Except instead of HTML, the responses are all in JSON.
Let's say we wanted to call the info method:
...
98
votes
3answers
19k views
API Documentation and Help
Method List
All API methods can be found at https://api.stackexchange.com/docs.
Global Method Parameters
All methods accept the following parameters:
type=jsontext: responds with mime-type ...