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
62 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
7 votes
1 answer
179 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
6 votes
1 answer
284 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
30 votes
0 answers
277 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
4 votes
1 answer
130 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
12 votes
1 answer
217 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
  • 23.5k
6 votes
1 answer
240 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
28 votes
0 answers
384 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
-1 votes
1 answer
235 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
-5 votes
1 answer
133 views

Why is https://api.unix.stackexchange.com/1.1/stats not accessible?
beyondtime's user avatar
60 votes
0 answers
835 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
  • 62.9k
5 votes
1 answer
182 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
2 votes
4 answers
232 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
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
23 votes
0 answers
305 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
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
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
8 votes
0 answers
125 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
  • 62.9k
3 votes
1 answer
251 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
5 votes
1 answer
200 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
31 votes
1 answer
297 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
5 votes
1 answer
282 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
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
19 votes
1 answer
355 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
2 votes
2 answers
240 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

1
2 3 4 5
10