CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 09:21:32 GMT
content-type: text/html; charset=utf-8
cache-control: private
set-cookie: prov=edd9d7dc-f4f4-4a14-9dc2-67e40f0d56db; expires=Mon, 27 Jul 2026 09:21:32 GMT; domain=.stackexchange.com; path=/; secure; httponly
x-clacks-overhead: GNU Terry Pratchett
strict-transport-security: max-age=31536000; includeSubDomains
x-request-guid: 4ab2e612-39ad-40c1-ab91-d6f177efbe18
x-providence-cookie: edd9d7dc-f4f4-4a14-9dc2-67e40f0d56db
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
cf-cache-status: DYNAMIC
set-cookie: __cf_bm=qQwYv0IIsJeaUy6YNRqZaOVrncF2awxgrmnTvZXvQ0c-1753608092-1.0.1.1-6TMelSHNhqBiGqr00MWD8GBLhP8bNPvKDcI0Y.MFHXteL19Q63wUkoNKSjo82jKGVglsF_H5N1a7W1ULOggwVP4uKRVspI7Gzc1YJQNoTHM; path=/; expires=Sun, 27-Jul-25 09:51:32 GMT; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: __cflb=02DiuEqtkS4jGaTk6jRLVowZ76Z4qeo48cKs2tURShFP2; SameSite=None; Secure; path=/; expires=Mon, 28-Jul-25 08:21:32 GMT; HttpOnly
set-cookie: _cfuvid=TM7.DfbEz16pj_aPBupWWhMoYkuRMoMmShAkaAncsU4-1753608092264-0.0.1.1-604800000; path=/; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 965b112ef9f46cd6-BLR
content-encoding: gzip
Usage of /questions/{ids}/answers [GET] -
Stack Exchange API
It is possible to create moderately complex queries using
https://stackoverflow.com/oauth/dialog?client_id=1&key=U4DMV*8nvpm3EOpvf69Rxw((&redirect_uri=https%3a%2f%2fapi.stackexchange.com%2fdocs%2foauth_landing
U4DMV*8nvpm3EOpvf69Rxw((
Usage of /questions/{ids}/answers GET
Discussion
Gets the answers to a set of questions identified in id.
This method is most useful if you have a set of interesting questions, and you wish to obtain all of their answers at once or if you are polling for new or updates answers (in conjunction with sort=activity).
{ids}
can contain up to 100 semicolon delimited ids. To find ids programmatically look for question_id
on question objects.
The sorts accepted by this method operate on the following fields of the answer object:
- activity –
last_activity_date
- creation –
creation_date
- votes –
score
activity
is the default sort.It is possible to create moderately complex queries using
sort
, min
, max
, fromdate
, and todate
.
This method returns a list of answers.
Try It
about blog terms of use contact us feedback always welcome
site design / logo © 2025 Stack Exchange, Inc; user contributions licensed under CC BY-SA