Stackathlon 2.5: Leader board for users active on multiple sites
It's surprising how few people are active on multiple Stack Exchange sites. Well, maybe not so surprising. But it's a big world; you'd think there'd be more. When I first created Stackathlon, there…
StackExchange API Java wrapper
StackExchange API Java wrapper is a Java wrapper for StackExchange API v2.2. ;-) Right now it's in early development stage. I am posting it here because I would like to build it with you. This tool…
It's taking two calls to /oauth/dialog/ to get an access_token?
When we send this request: https://stackexchange.com/oauth/dialog/?client_id=`client_id`&scope=read_inbox%2cno_expiry%2cwrite_access%2cprivate_info&redirect_uri=https%3a%2f%2fstackexchange…
API's /search/advanced gives different results than the website (searching on whitespace only)?
I am searching for (a blank space) in Stack Overflow through API's /search/advanced and through the website. The API gives results whereas the website does not return any results.
exclusion of tags
Is there a way to exclude tags while querying for /tags. I am asking this because when we select a tag while posting a question, that tag does not come again to be selected.
Can the redirect_uri contain port number?
Is it possible to have the redirect_uri contain a specific port? For example: example.com:8080 Assuming that example.com is my registered domain, is the 8080 allowed? I have tried to put it as p…
TechGraph: A landscape of a tag/tech in Stack Overflow
This is a website providing an overview/landscape of certain tech (tag) in Stack Overflow. You can explore this site to enrich your knowledge and refine what you need. Given a tech (tag), the we…
When does a rate-limit day start and end?
After reading the docs/faqs, I couldn't help but wonder... What exactly is a day? When does it start? When does it end? What timezone are you using? In other words, when my app runs out of req…
RPG.SE Chat Fudge dice: a userscript for Fate & Fudge games
RPG.SE's chat rooms support dice rolls as an easter egg. This script will convert d6 rolls that you see into Fudge dice, using the ordinary conversion rules: 1–2 = minus, 3–4 = blank, 5…
Application Key and AccessToken are not working for Stack Exchange API?
I have followed the documentation and used explicit OAuth 2.0 flow for access_token generation. And I have gone through all 4 steps defined under explicit OAuth 2.0 flow with scope=no_expiry. Then…
Is the Stack API daily quota of 10,000 a hard limit, or can it be increased?
We are developing an indexer that will be used to store and serve up questions/answers related to our products. The indexer uses a key (and soon an access_token) to retrieve the data from Stack Exc…
Placeholder for App
Please ignore this post, which is a placeholder for an client library that I'm currently developing :) I will be testing its methods here. Once development is complete, this post will be remov…
Few typos in the documentation pages
https://api.stackexchange.com/docs/vectors When passing a vector, sepeate each id with a semicolon. For example, /users/1;2;3;4;5?site=somesite would fetch users with ids 1 through 5 on somesit…
How to get tags using the API?
I have a requirement in my application to show the technical skills (tags) in auto-complete format like Stack Overflow has. Is there any example to get the tags from Stack Overflow using JavaScri…