Explore our Questions
How do I add a comment to a post through the Stack Exchange API?
I want to add an comment to a specific post so, how do I get its ID and how do I authorize it. I want it to done through the Stack Exchange API interface.
Show revision diff color toggle
Sparked by this feature request on meta.SO, I created a quick user script that offers a toggle to show or hide diff colors. Look at the following screenshot to see it in action. The upper view is h…
Additional options to test code snippets
SO provides great support for Q&A with Code Snippet capability. Many posts also provide external links to jFiddle. Here are examples of an individual using an external jFiddle link and a code s…
Does a closed and/or deleted Stack Apps post still provide access to the API?
Registering your application as a Stack Apps app is necessary in order to obtain a higher request quota, authentication and write access to the API. What happens if the question is closed because o…
App post got deleted
I'm currently writing an app using the Stack Exchange API. Today I wanted to rework the login component, but after signing in I get the following message: Application must have a registered Stack …
Convert share links to markdown [title](url)
Share post links with markdown, replacing the original URL by a markdown version of title plus URL.
Bugs in API 2.2 “/search/advanced” with a “q” parameter
How can we handle these problems? Result for sort=relevance&order=desc is similar to sort=relevance&order=desc. Very poor caching system: After some queries, you may receive the same resul…
How to get access_token from the uri after the fetch function executes?
I am using this snippet to authorize to the Stack Exchange API const baseUrl = "https://stackexchange.com/oauth/dialog?client_id=17823&scope=read_inbox,no_expiry&redirect_uri=https:/…
Does the stackapps API allow queries of question to get answers?
All of the API docs I've seen are just for getting metadata, stuff like "how many comments". Is there an API to ask questions? eg here: I can't see a way to add a query string: https://ap…
Permission request form is broken, approve button is hidden, css variables are missing
You can check that form doesn't work with this link https://stackoverflow.com/oauth?client_id=17581&scope=no_expiry&redirect_uri=http://functional.localdomain:3449/login/github
Get a list of posts you've voted on that have been edited
Many posts over the years have asked for ways to systematically ensure up- and down-votes are as up-to-date as the posts they were cast on, whether by notifying as soon as a post was edited, or by …

