Skip to main content

Questions tagged [api]

For questions about the Stack Exchange API. Consider checking the API documentation and the Stack Apps site before posting your question here, it might have been asked before already.

Filter by
Sorted by
Tagged with
3 votes
0 answers
63 views

If you go to question flagging and answer flagging, you can see the question flagging page has two more options: target_site and question_id. Omitting these works the same as including them. Both are ...
user7215's user avatar
  • 439
0 votes
1 answer
62 views

I tried creating a filter with the Stack Exchange API to give me only the markdown of a post, without HTML escaping. It was successfully registered: https://api.stackexchange.com/2.3/filters/DDgLLPBaN ...
Karl Knechtel's user avatar
7 votes
1 answer
180 views

I know the API is very buggy and whether a field is returned in the response often depends on what other fields are included/excluded in the filter, but I've been unable to successfully come up with a ...
Gao's user avatar
  • 199
35 votes
2 answers
2k views

Updates (October 6th, 2025): We've closed applications to join the beta Due to a high number of applicants and participants, we've closed our submissions form. Thanks for your interest and feedback! ...
Berthold's user avatar
  • 3,503
6 votes
1 answer
287 views

When editing filters under the Try It section of the API docs, the "unselect all" button only works for default checked items, but not new selections. It just changes the number of selected ...
user7215's user avatar
  • 439
13 votes
2 answers
240 views

I have been seeing issues with the Stack Overflow API where questions created post April 1st 9AM EST do not show up when queried via the Search API. Here is a sample query we used to confirm - https://...
Him's user avatar
  • 131
30 votes
0 answers
279 views

As of 2025-02-04 16:41 UTC+01:00, all API filters have been changed in a backwards-incompatible way. This means that all API filters used by current applications have suddenly become invalid. This ...
Zoe - Save the data dump's user avatar
9 votes
0 answers
152 views

After the issue with the 40x codes that were returned because of the badges, there is still an issue with the API and these badges in particular. Expected result The /badges API should return the list ...
A.L's user avatar
  • 2,241
4 votes
1 answer
132 views

I want to fetch my saved posts from across stackexchange network that I have joined, is it possible? I have read the documentation on the api.stackexchange.com and it seems the api is intended for ...
ReYuki's user avatar
  • 53
5 votes
1 answer
224 views

Currently, as far as I can tell, it is not possible to post a bounty on an answer through the SE API; indeed, that seems to be just about the only thing the API doesn't let apps do to questions. Is it ...
Ginger's user avatar
  • 2,632
12 votes
1 answer
218 views

I know that I can grant permission of an application to do something with my account on the network. What can and cannot an application do if I allow it? For example, if I see a description like: ...
VLAZ's user avatar
  • 24.1k
3 votes
1 answer
107 views

It looks like the fromdate and todate filters have no effect on the /badges endpoint: Example without these filters: https://api.stackexchange.com/docs/badges#page=1&pagesize=30&order=desc&...
A.L's user avatar
  • 2,241
6 votes
1 answer
245 views

I sometimes get throttle violation errors from the API {'error_id': 502, 'error_message': 'Violation of backoff parameter', 'error_name': 'throttle_violation'} despite complying with back off orders ...
avm23's user avatar
  • 343
14 votes
1 answer
811 views

Goal Use the SE API in order to get the lists of the badges for every website in the network. The /badges endpoint provide this data. Expected result According to the paging documentation, we can ...
A.L's user avatar
  • 2,241
28 votes
0 answers
386 views

As of 2024-08-14 21:17:15 UTC, the API appears to be fully dead, and blocked by CloudFlare. This is limited to specifically the API; no other services appear to be down. I've verified this on my IP, a ...
Zoe - Save the data dump's user avatar
9 votes
1 answer
645 views

Since around 8/14/2024, our services requests to https://api.stackexchange.com/2.2/search are getting blocked by Cloudflare. Despite not having any changes in the traffic pattern or the actual code. ...
Simon Schlegel's user avatar
-1 votes
1 answer
242 views

This SE API request for user 30382 of Mathematics site returns the following items: ... {"reputation_history_type":"post_downvoted","reputation_change":-2,"post_id&...
avm23's user avatar
  • 343
15 votes
1 answer
635 views

Currently, there's a reproducible issue with Cloudflare blocking (via user/browser challenge as in this question) all API and WebSocket traffic from several sources. This is impacting the AI analysis ...
NotTheDr01ds's user avatar
  • 5,042
-5 votes
1 answer
135 views

Why is https://api.unix.stackexchange.com/1.1/stats not accessible?
beyondtime's user avatar
51 votes
1 answer
2k views

Today, SmokeDetector/metasmoke was unable to raise either automatic or manual flags due to Cloudflare asking for human verification on the SE API for a significant period of time. The response from ...
Makyen's user avatar
  • 26k
60 votes
0 answers
842 views

The description on the OverflowAPI website is rather vague marketing speak: OverflowAPI is a subscription-based API service that provides continuous access to Stack Overflow’s public dataset to train ...
Thomas Owens's user avatar
  • 63.1k
33 votes
1 answer
779 views

Later today or tomorrow, we will be moving the API behind our Content Delivery Network (CDN). In an effort to better align all our applications, we are moving this and, in the future, other public ...
Hoid's user avatar
  • 14k
5 votes
1 answer
188 views

I want to get information about all bounties that were active within last 3-4 days. This should include started, awarded and expired bounties. How do I do this? Here are my thoughts. If a bounty is ...
avm23's user avatar
  • 343
24 votes
1 answer
2k views

The Stack Overflow OAuth endpoints (https://stackoverflow.com/oauth/access_token/ and https://stackoverflow.com/oauth/access_token/json) have started responding to requests from the server I run my ...
Ginger's user avatar
  • 2,632
2 votes
4 answers
251 views

When calling a Stack Exchange API we need to specify which site we are trying to fetch the data from in a API URL query parameter (site=webapps.meta) like below: https://api.stackexchange.com/docs/...
Gangula's user avatar
  • 411
1 vote
1 answer
113 views

The Stack Exchange API doesn't seem to be working for certain sites like meta.stackoverflow.com. For example, the below API to get the answers to a question by ID doesn't work for the following ...
Gangula's user avatar
  • 411
5 votes
0 answers
165 views

My preferred browser is Safari. Sometimes, I post a question and get the CAPTCHA because "we're not sure you're human." Unfortunately, on this website, as on more than ten percent of sites ...
WGroleau's user avatar
  • 1,303
-7 votes
1 answer
164 views

This T-SQL finds all the questions I have answered on SO. https://data.stackexchange.com/stackoverflow/query/1779459/questions-i-have-answered I want to determine if I upvoted the question or not (as ...
JMP's user avatar
  • 137
23 votes
0 answers
306 views

Changed behavior: Unexpected values returned with the access_token when using the implicit OAuth 2.0 flow We are, now, seeing additional scope data included in the hash for the URL used as the ...
Makyen's user avatar
  • 26k
3 votes
1 answer
121 views

The API documentation of usage of /tags/{tags}/info GET does not give us this information: How can I get this text description?
Denys Medvediev's user avatar
81 votes
0 answers
5k views

The Stack Exchange API allows users to programmatically query and connect to the Stack Exchange Network of sites. The API is currently in version 2.3. We’re collecting feedback from users of the API, ...
J007B's user avatar
  • 1,701
65 votes
11 answers
4k views

Many words have been written around the company's commitment to the ongoing existence of the data dumps, the API, and the Stack Exchange Data Explorer (SEDE). Much of that text can be confusing or ...
Philippe's user avatar
  • 24.3k
3 votes
0 answers
179 views

I'm trying to fetch card-data as it is fetched on https://stackexchange.com/sites (request example below as a Node.js fetch), but can't find cards (or, hence, card IDs) for CS50 or Programming ...
else's user avatar
  • 31
97 votes
0 answers
708 views

SE has intentionally disabled the data dump. And the CEO has stated to the press that he plans to charge AI companies for access to the data. Given these developments I think it is almost inevitable ...
Mad Scientist's user avatar
8 votes
0 answers
130 views

It does not appear that the API supports viewing of deleted posts, which is what a 10k user or moderator can do on a site. Although I don't expect diamond moderator actions to be exposed, I would ...
Thomas Owens's user avatar
  • 63.1k
3 votes
1 answer
198 views

I was able to run this request https://api.stackexchange.com/2.3/users/MY USER ID/timeline?sort=creation&page=1&pagesize=100&site=stackoverflow just fine. For some reason, when I change ...
ChristianOConnor's user avatar
3 votes
1 answer
259 views

For the last 4 days, my Stack Exchange view count graphing script has been breaking with StackAPI claiming that: requests.exceptions.InvalidURL: Failed to parse: https://api.stackexchange.com/2.2/...
SurpriseDog's user avatar
23 votes
1 answer
330 views

The Stack Exchange API will, unless you explicitly disable it, apply HTML escapes to certain strings. However, it will apply this transformation multiple times prior responding with the data. This is ...
Martijn Pieters's user avatar
5 votes
1 answer
210 views

Stack Exchange obviously has a complex API to meet the possible needs of its users, and it seems to require registering applications in order to use it. All I'm looking for though is a simple way of ...
Ray Butterworth's user avatar
5 votes
0 answers
68 views

I'm not able to fetch the favorite questions using the stack exchange api (https://api.stackexchange.com/docs/me-favorites). This looks like a recent issue because it was working fine a couple of ...
Gangula's user avatar
  • 411
31 votes
1 answer
302 views

For a bit over the last hour, SmokeDetector (SD) has, once again, been seeing a flood of SE API errors. This is well outside what's "normal" to see for SmokeDetector. The only recent change (...
Makyen's user avatar
  • 26k
10 votes
0 answers
98 views

Recent changes have converted the Bookmarks section to Saves and made what we have bookmarked private. This is definitely a positive change! However, doing so makes it even more difficult to ...
jonsca's user avatar
  • 16.7k
5 votes
1 answer
284 views

On our Stack Overflow for Teams: Enterprise instance, I'd like to use the API to build a report on how often users visit the site. I can see this information in the admin dashboard (e.g. below, "...
Steve Dunn's user avatar
4 votes
1 answer
127 views

I'm able to use the API to get selected questions from stackoverflow.com by running https://api.stackexchange.com/2.3/questions?order=desc&sort=activity&tagged=salesforce&site=...
Grzegorz Skaruz's user avatar
41 votes
1 answer
1k views

Things that appear to have suddenly stopped working: Posts not appearing on the front page of Meta Stack Overflow or the "Active" tab for the post's tags + RSS feeds not updating. (As of ...
Ryan M's user avatar
  • 29.4k
27 votes
0 answers
230 views

In the last 4 hours, SmokeDetector has reported 60+ errors when making normal requests to the SE API. These are the same requests which SmokeDetector has been making many thousands of every day since ...
Makyen's user avatar
  • 26k
19 votes
1 answer
374 views

I have a script which I use, based on the StackExchange API, to regularly download a local backup of various questions relevant to me (the ones I've asked, answered, or favorited) across various SE ...
Gro-Tsen's user avatar
  • 291
7 votes
1 answer
121 views

For the past few weeks, I have been running a bot in the Sandbox while testing it to replace another, currently broken, bot that posted new posts and challenge sandbox posts in The Nineteenth Byte. ...
Ginger's user avatar
  • 2,632
2 votes
2 answers
247 views

I'm trying to find out if there is a way to run a query/complex search on the Stack Exchange API. I need to find all users that have a reputation greater than 250 and are from a certain location. I ...
Andrew Gremus's user avatar
-6 votes
1 answer
113 views

I am creating a connector which will integrate with the Stack Overflow API. I need to generate an access token of Stack Overflow account so that I can fetch its API. But when I am generating an access ...
user20040276's user avatar

1
2 3 4 5
10