Explore our Questions
Make "Suggested edits" review tasks wider
Ever since the Visual design changes to the review queues suggested edits have been too narrow. Especially when containing code blocks. But it doesn't have to be that way anymore. Screenshots Befor…
Indicate that a user is moderator or staff using icons
This script implements the suggestion from user1306322 to Add an immediately visible indication that a user is a staff member or an employee of SE, which was the original request that led to New St…
Change "👋 New contributor" into "💩 New contributor"
Changes the emoji on 'New contributor' labels from WAVING HAND SIGN into PILE OF POO
Restore syntax highlighting on review and revision pages
Restore syntax highlighting on revision and review pages
Get questions with body and answers
How can I get the latest 30 questions with body and answers using the api? And then, I want to get only first most voted 3 answers for each question. Is this possible with only one request? To ge…
Two minor typos in the API help
In http://api.stackoverflow.com/0.8/help /users/{id}/answers Gets answer summary informatino for the user with 'id'. and in the Returns section of http://api.stackoverflow.com/0.8/help/method?met…
Minor typo on help page
On the API Routes help page, this: /users/{id}/favorites Gets summary information for the questions that have been favorited a set of users. should probably be: /users/{id}/favorites Ge…
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 text/js…
Does Stack Apps have some special rep and Community Wiki modifications?
I have posted a "question" (actually an app) on Stack Apps, and received two upvotes on it. Each gave me 10 reputation. This runs counter to every other Stack Exchange site - and, indeed, the Stack…
Removing Collectives™ from Stack Overflow
Inspired by the reaction to Beta release of Collectives™ on Stack Overflow, I decided to create a small practical solution in the form of a user script. It will remove almost all traces of Collecti…
How can I get the access token to use the StackOverflow Rest API as an authenticated user?
I am trying to understand how the StackOverflow Rest API auth works. Just created an app to get an access token, Would like to use this token to increase my rate limit per day.
high_resolution_icon_url points to a non-existing image for Area 51 Discuss
In 2013 this bug was reported: Not all sites are returning Hi Res icons Since then a lot has improved. Most urls found in high_resolution_icon_url on the site type as returned by the /sites endpoin…
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:/…