CARVIEW |
Select Language
HTTP/2 200
date: Sat, 26 Jul 2025 18:07:16 GMT
content-type: text/html; charset=utf-8
cache-control: private
set-cookie: prov=ee0e14b3-98a5-4506-bc9c-e46a28b8a44b; expires=Sun, 26 Jul 2026 18:07:16 GMT; domain=.stackexchange.com; path=/; secure; httponly
x-clacks-overhead: GNU Terry Pratchett
strict-transport-security: max-age=31536000; includeSubDomains
x-request-guid: f6a1dfbd-994a-4458-b505-9df774d15c44
x-providence-cookie: ee0e14b3-98a5-4506-bc9c-e46a28b8a44b
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
cf-cache-status: DYNAMIC
set-cookie: __cf_bm=OZkZNo95CiGLAdMAo5Ly.wtKgMKwWN.orZe7YyIwIGs-1753553236-1.0.1.1-RfGRZkEv0Sk.PoRuHoL9mzaBzkfP3Yzo.ph2VBaFqS0ob.a5zxqFtsPzSh4f2HLxJKFY7u.Hye6y2RB0_QdO9c7AZl_Z_Y7xAMCpEQS7vaQ; path=/; expires=Sat, 26-Jul-25 18:37:16 GMT; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: __cflb=02DiuEqtkS4jGaTk6jRLVowZ76Z4qeo49KYDXBvpB9JKE; SameSite=None; Secure; path=/; expires=Sun, 27-Jul-25 17:07:16 GMT; HttpOnly
set-cookie: _cfuvid=d_bztSoa0hwa10nEFZEOdgeeDNFiZ0g32PlpThszl3Y-1753553236734-0.0.1.1-604800000; path=/; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 9655d5ee5d41cf00-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