Newest Questions
2,877 questions
2
votes
0
answers
112
views
Universal dark mode (beta)
[Beta] Universal SE Dark Mode
While functional, this is experimental and while some sites work, a bit more work is required for it to support all (or, most of) SE.
Install
Universal dark mode has long ...
2
votes
1
answer
144
views
Collectives Articles endpoint broken
I would like to access a list of all Collective Articles on SO. I tried
https://api.stackexchange.com/2.3/articles?order=desc&sort=activity&site=stackoverflow
which is the sample from here. ...
2
votes
0
answers
121
views
How to get user information of Stack Overflow?
I'm currently using the Stack Overflow API to get a user's information (via Stack Exchange).
Is it possible with the Stack Overflow API to get user details?
5
votes
0
answers
143
views
GitHub Readme Stack Exchange
Screenshots
Standard Layout
Compact Layout
About
Dynamically generate your status for any Stack Exchange site!
I've created it based on github-readme-stackoverflow, but I improved it to be used with ...
2
votes
1
answer
72
views
How to get user information of all sites merged
I'm actually using https://api.stackexchange.com/2.3/users/${userID}?site=${site} to get some user information from a specific site on Stack Exchange, but I want to get the information for all sites ...
5
votes
1
answer
171
views
How can I implement a method to call the SE API that handles backoff correctly?
I'm writing JavaScript (Node.js) code that calls the Stack Exchange API. One part of the API is that it may return a non-zero value for backoff, which essentially means "wait n seconds before ...
2
votes
0
answers
76
views
Randomly getting an 404 no method error when calling the question endpoint
When calling the question endpoint for a given number of communities, I have been randomly getting the following error:
{"error_id":404,"error_message":"no method found with ...
1
vote
0
answers
106
views
Requesting Assistance for OAuth Implementation in the Stack Overflow API
I'm attempting to set up OAuth in the Stack Overflow API. I've created a Stack App and obtained the Client ID and Client Secret. However, I'm encountering difficulties in the process and require ...
5
votes
0
answers
448
views
Toasty: A better chat antifreeze bot
About
Toasty is an antifreeze bot for the Stack Exchange chat system. It automatically sends messages in low-activity rooms to keep the system from freezing them for inactivity. Toasty is usable by ...
4
votes
0
answers
317
views
PyStackAPI - wrapper for the StackExchange API, written in Python
PyStackAPI
The latest version - 0.2.0
What is PyStackAPI?
PyStackAPI is a modern, 100% typed wrapper for the StackExchange API, written in Python.
Documentation
You can find documentation here: https:/...
1
vote
0
answers
332
views
Bug Bridger - A stack overflow mobile app to solve all of your questions
Screenshot / Code Snippet
About
Discover featured questions effortlessly on the home tab, elegantly presented in card format.
Each question card provides essential details such as the question title, ...
2
votes
0
answers
147
views
Enhanced revision view
When visiting an individual post revision page, this script adds buttons that allow switching to a view showing how the revision differed from the previous one, just like on a full post history page. ...
2
votes
0
answers
96
views
Get fkey button: see your chat fkey without inspecting the source!
Screenshot / Code Snippet
Userscript
// ==UserScript==
// @name Get fkey
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Get your Stack Exchange chat fkey
// @...
3
votes
1
answer
42
views
getting answer body and question body in same request [duplicate]
I'm trying to get only questions and answers.
I filtered the fields, to get also the body of answers, but I don't get an answers JSON object.
What am I missing?
I know about this question, but I don'...
3
votes
0
answers
45
views
Bring focus to inline tag editor
Description
Focus the inline tag edit tool1 when opened. Allows for using keyboard immediately to interact with the tags.
Press Escape to cancel the editing or Enter to save.
1Part of the moderator ...