Skip to main content

Questions tagged [answers]

Tools (scripts/apps/libraries) that help with answers, or issues with the API handling of answers

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

The provided Python script is designed to identify potentially "link-only" answers on Stack Overflow for a specified time period and set of tags. It does this by leveraging the Stack ...
Trenton McKinney's user avatar
3 votes
1 answer
31 views

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'...
AJ AJ's user avatar
  • 133
4 votes
0 answers
69 views

Screenshot Dark Mode Light Mode About This is a userscript to copy code (from any <pre> element) to the clipboard from all Stack Exchange sites. It's pretty nice and cool to be able to copy the ...
Ghost's user avatar
  • 473
3 votes
1 answer
50 views

The /search/excerpt query enables searching answers for specific text, but searching for Markdown links returns results that don't seem to match the query at all. For instance, the following query ...
tony19's user avatar
  • 133
3 votes
0 answers
44 views

StackExchange hide sorting for a single answer A userscript that removes the sorting combobox in questions when there is only one answer available. Before: After: For users who prefer a cleaner UI ...
VLAZ's user avatar
  • 611
2 votes
1 answer
997 views

This is a follow up to a previous question of mine, and the starting point is that, given a list of reputation objects retrieved via /users/{ids}/reputation, I can easily retain only the entries with ...
Enlico's user avatar
  • 197
13 votes
3 answers
278 views

About Activity Indicator is a userscript that displays a, well, indicator and some useful stats about your interactions with a given post. Inspired by this feature request, upon opening a post, the ...
Oleg Valter is with Ukraine's user avatar
4 votes
0 answers
65 views

About With Outdated Answers: accepted answer is now unpinned on Stack Overflow, I find that it would be nice to have an indicator. Some posts have multiple pages, and searching for the one post among ...
Little Nuts's user avatar
11 votes
0 answers
150 views

About As of September 8th, 2021, accepted answers are no longer pinned on Stack Overflow and probably soon on other sites in the network as well. For some users, this is the realization of a long-...
Glorfindel's user avatar
  • 6,792
9 votes
1 answer
621 views

Inspired by the Fastest Gun question on the central Meta, this script implements answer sorting based on a modified Wilson score. Installing the script adds a ‘Modified Wilson score’ sort option on ...
user3840170's user avatar
1 vote
1 answer
150 views

I see that tags are present only for questions. How can I get the answers to these questions given in last week (if any) having specific tags?
Ramya Sunkara's user avatar
3 votes
1 answer
87 views

I am fetching a list of all new answers posted on Stack Overflow using the /answers API call. This returns the owner of the answer, but I would like to know if the answerer is the same person as the ...
Dharman's user avatar
  • 493
2 votes
0 answers
219 views

In principle that what Expand all comments script does, but with two major differences: Scrolls the page back to the initial target of the corresponding link you selected (i.e. to question, question ...
Gerold Broser's user avatar
3 votes
0 answers
59 views

I'm querying the API for answers-by-user, and I want the tags belonging to the parent questions. I seem to be seeing intermittent results: sometimes the tags attribute of the response includes the ...
larsks's user avatar
  • 141
1 vote
1 answer
86 views

This answer has been locked, yet when I ask the API about this post it fails to return a locked_date: It's a rather old lock, but I can't see anything suspicious in the timeline or the Post History.
Glorfindel's user avatar
  • 6,792
2 votes
1 answer
72 views

I'm trying to figure out the best way to compile all "post threads" (Questions and all related Answers and Comments) where a specific user owns any of the {Question, Answer or [a comment on either the ...
ashleedawg's user avatar
17 votes
0 answers
423 views

Background Guttenberg is a chatbot which reports plagiarized posts on Stack Overflow. CopyPastor is a web dashboard for Guttenberg. Guttenberg sends all the data upon detection of a plagiarized post ...
Bhargav Rao's user avatar
  • 1,357
2 votes
1 answer
264 views

Users with a certain reputation, can see deleted answers (deleted either by moderators or by their owners themselves). Does the API offer any means to access such deleted answers?
Billal Begueradj's user avatar
29 votes
0 answers
1k views

Background: This bot has been developed in an attempt to help capture possible vandalism. This includes: Removing all code Replacing all content with nonsense/repeated words Adding solutions to ...
Bugs's user avatar
  • 451
3 votes
0 answers
42 views

I'm probably missing something very obvious but it seems like /users/{ids}/answers forgets to include the tags badge in the resulting answer object: tags (2.1) an array of strings Nowhere does this ...
Rakete1111's user avatar
4 votes
0 answers
102 views

Description: As of 1.10 this now also works in Firefox / Greasemonkey. This is a userscript that modifies the Linked and Related sidebar lists to show answered status and other info: Download: ...
Jason C's user avatar
  • 591
8 votes
1 answer
137 views

Since version 2.1, the answer object has a field called tags. However, sometimes, an empty array or even nothing is returned in this field: Example with the filter !-*f(6t0Vk01e. Am I doing ...
FelixSFD's user avatar
  • 635
45 votes
0 answers
2k views

What is Guttenberg? Guttenberg is a bot that searches for plagiarism or duplicated answers on Stack Overflow. It's currently running in SOBotics under the user Guttenberg. Implementation Every 60 ...
FelixSFD's user avatar
  • 635
4 votes
2 answers
78 views

I'm developing a browser extension that lets users mark answers as favorites. The default Stack Exchange behavior when the favorite button is clicked messes everything up, though. Even if I set my own ...
clickbait's user avatar
  • 385
14 votes
0 answers
265 views

First there was Natty - looking for new answers to old questions that aren't actually answers, and posting them in a chatroom. Then there was Sentinel. Sentinel is the web dashboard for Natty. The ...
ArtOfCode's user avatar
  • 473
75 votes
0 answers
6k views

Background and History The New Answers to Old Questions tool helps us to find all the answers added to questions which are more than 30 days old. However the issue with the tool is that it is not ...
Bhargav Rao's user avatar
  • 1,357
8 votes
0 answers
279 views

Upvote First for Stack Overflow Chrome extension that sorts Stack Overflow answers by your upvotes. Available on Chrome Extension store 100% free and open source works on all Stack Exchange sites ...
Jossef Harush Kadouri's user avatar
4 votes
1 answer
96 views

I'm trying to use the top answers on tags API to get the users who contribute the most for a given tag. Like so:           /2.2/tags/azure-web-sites/top-answerers/month?site=...
Zain Rizvi's user avatar
5 votes
0 answers
103 views

Introduction stackanswers.vim is a Vim plugin that allows a user to ask a question, and receive answers from Stack Overflow right into Vim. Usage You can ask the question by running :StackAnswers <...
James Wang's user avatar
3 votes
1 answer
34 views

I am expecting top answers for a particular tag here. But it returns user details. Is anything wrong here? Using: /2.2/tags/java/top-answerers/all_time?site=stackoverflow
shams's user avatar
  • 133
4 votes
1 answer
78 views

In practice, I don't know the IDs of the questions, but I can search for answers by given tag(s). The problem is how to find (newly) accepted answers. The "activity time" does not work for this. For ...
Jason Li's user avatar
3 votes
1 answer
200 views

The advanced search (/search/advanced) API can search for questions by tags. But /users/{ids}/answers API doesn't take tags. I'd like to monitor answers/comments for questions with certain tags. Is ...
Jason Li's user avatar
4 votes
1 answer
99 views

I would like to get the total number of answers provided by userid 1068142 between 01/07/2015-31/07/2015 with tag = paypal. I have looked into this question but it does not help! I have been trying ...
Vimalnath's user avatar
  • 143
5 votes
1 answer
108 views

I made a small cron job which crawls questions and answers from Stack Overflow. Here is my request URL: https://api.stackexchange.com/2.2/questions?order=desc&tagged=php&site=stackoverflow&...
Jithesh Kt's user avatar
5 votes
0 answers
79 views

Screenshot About It is my version of StackTack, which seems to be discontinued. License Inbox Reader is released under the Apache License 2.0. Download You can get QuestionPacker here: http://...
Universal Electricity's user avatar
5 votes
5 answers
174 views

This script provides you with a box which contains the links to the answers on this page. (Click for larger image) Get / update this script.
nicael's user avatar
  • 426
1 vote
0 answers
121 views

I am trying to learn a step by step approach for posting questions and answers on stackoverflow.com using the Stack Exchange API. Could someone help me with this?
Anand Kamathi's user avatar
2 votes
1 answer
127 views

I saw there are two fields in answer type. One is accepted, introduced in v2.2 and needs private_info access. While another one is is_accepted without these limits. Can somebody give an explanation?
Zigii Wong's user avatar
1 vote
1 answer
121 views

I am using this call to get the body of an answer : http://api.stackexchange.com/2.2/questions/5877753/answers?order=desc&sort=activity&site=stackoverflow But this only gives the author of ...
Shivam Bhalla's user avatar
3 votes
0 answers
142 views

About Devlookup is a search tool designed for developers. It aggregates results from the most important development websites, using Bing as the backend engine. The main goal is to improve resource ...
uzul's user avatar
  • 139
4 votes
0 answers
47 views

The questions method of the API returns the number of delete votes among other kinds of votes: sample query. But the answers method does not have a delete_vote_count field available in the filter: ...
user avatar
2 votes
0 answers
63 views

I would like to showcase some of my Stack Exchange answers in my blog site. I couldn't find a relevant post on how to implement this. Also, from what I can see, in order to use the API a user needs ...
Rajeev K Tomy's user avatar
3 votes
0 answers
47 views

This API request to /answers has the filter set to return the tags field for the corresponding question. It works fine: api.stackexchange.com/docs/answers#filter=!9YdnSPElz But, when the filter is ...
Boann's user avatar
  • 131
2 votes
2 answers
104 views

I need to find the total number of answers submitted by a user on stackoverflow. I tried the following: I got my json from the following: https://api.stackexchange.com/users/2440312/answers?site=...
Aaditi Jain's user avatar
2 votes
1 answer
58 views

Some posts (questions or answers) have a last_edit_date but no last_editor. Does this always mean that the post was last edited by the post owner? Example: stackapps.com/a/3891/ PS: This issue came ...
Sean Allred's user avatar
2 votes
0 answers
69 views

About This simple userscript allows you to hover over an answer that has been greyed-out because of its low score to remove the styling. After you move away from the post, it will return to its ...
AstroCB's user avatar
  • 913
4 votes
0 answers
62 views

Is there an easy way to tell if an answer is from the question poster? I'm working on Blaze, and I'm grabbing answers from the /answers method. I'd like to indicate if the answer is from the question ...
user avatar
3 votes
1 answer
99 views

How can I use the API to search for answers containing particular text or with particular properties? For example, this link allows me to search for is:answer foo, that is, answers containing foo. Can ...
elixenide's user avatar
  • 173
1 vote
1 answer
166 views

I'm trying to implement this feature request in SOUP, but I'm having trouble figuring out a good way to actually load the answers. I can just load the full question page (like this one, for example) ...
Ilmari Karonen's user avatar
1 vote
1 answer
624 views

I want to use the API to get the sum of all scores of my answers to questions having a specific tag. I started using top-user-answers-in-tags method, but it only returns the top 30, whereas I want ...
RobSiklos's user avatar
  • 113