Explore our questions

How to apply an access token in order to scrape the recommended answers?
I'm trying to scrape some data which needs the access token, and I received 'Applications must have a registered Stack Apps post to write' Does that mean I need to post a question on Stack Exchan…

Is there a way to programmatically access chat?
I'm thinking about starting a project where I'd like to have access to the "chat" feature of the stack exchange sites. I saw this project: IRC access for the chat? But I don't believe that it wor…

'/comments/{id}/upvote' endpoint not detecting `site` parameter
I am trying to experiment with the API for my project. I am trying to upvote a comment on the SO website to test out the API. My POST request is returning with a status code of 400. The response - …

Downloading data en masse
I'm currently in the early stages of developing an Emacs major mode for the Stack Exchange Network. I'm a little torn on how to set up the use of the API within the mode. Is there a way to downloa…

How to Resolve "Applications must have a registered Stack Apps post to write" Error when Requesting Write Access via OAuth?
Question Description: I am developing an application that integrates with Stack Overflow’s API, and I need to enable write access for it. I’ve successfully registered my application on the Stack Ap…

Error calling Stack Overflow Teams API using Python requests library
I'm trying to call a PUT/DELETE request using the Stack Overflow Teams API in Python, but I'm encountering errors. As an FYI, I have a working PAT that allows me to make get requests for articles a…

Javascript SDK init fails on sytax error...why?
I'm writing a user script and I want to hit the SE API for something, but SE.init is failing without much feedback indicating what the issue is. According to the documentation, it should be initia…

Getting a "Forbidden" response when calling the API from code, but not when using the exact same URL in a browser
Forgive me if this is a dumb question, but I'm just trying the SO API, and have run into a basic problem. If I enter the following URL in a web browser... https://api.stackexchange.com/2.3/questio…

Do I need to be working on an app to get the API key?
I want to use the API, and I want the higher query limit (I want to scan my inbox every five minutes and then text me the results), but I don't want to have to release an app. Can I get an API key …

Desktop login URL: WebBrowser hangs (.NET) - JavaScript endless-loop
I am using .NET 4 and trying to use the desktop authentication via the web-browser control (WPF and/or WinForms; StackApp NNTP bridge for accessing StackExchange forums (like StackOverflow)). It se…

What write in app access for sending data
Here is my app's code: However, I get this error:

Differentiate Staging Ground posts from regular questions
Version 2.3 of the SE API does not clearly distinguish between questions that are on Stack Overflow's Staging Ground and questions on its main site. This comment on a SmokeDetector GH issue details…

How to create API filters?
I used the following request link to extract data from the Stack Exchange API. But I have no idea how to create "filter" as used in the request line. Please help me understand the creation of such…

Looking for an app that allows me to view interesting unanswered questions on SE sites using UserId
I am interested in finding interesting unanswered questions on different SE sites using my UserId. While I am aware of this SEDE query that exists, the problem with it is that it seems that with la…