CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 09:20:00 GMT
content-type: text/html; charset=utf-8
cache-control: private
set-cookie: prov=e518d904-b994-44a6-8cb0-894043570849; expires=Mon, 27 Jul 2026 09:20:00 GMT; domain=.stackexchange.com; path=/; secure; httponly
x-clacks-overhead: GNU Terry Pratchett
strict-transport-security: max-age=31536000; includeSubDomains
x-request-guid: 5b492a15-fc43-4fc7-b802-672c440ecd1e
x-providence-cookie: e518d904-b994-44a6-8cb0-894043570849
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
cf-cache-status: DYNAMIC
set-cookie: __cf_bm=..JsgcODXcf8KtLaAoNB7xIcprEcIeUZaCSRHgUxEks-1753608000-1.0.1.1-97PGecq8mxuJ5tdEvFyohHMCLBvpJk1t1_ZVx2oM2enPfKx4YOa6bjEZo.vBstYR3LTMH95DMO7lUcjuGyuDMdfxDNsNFPGQpgOjdG1C3zw; path=/; expires=Sun, 27-Jul-25 09:50:00 GMT; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: __cflb=02DiuEqtkS4jGaTk6jRLVowZ76Z4qeo494uC5Piy8vXkQ; SameSite=None; Secure; path=/; expires=Mon, 28-Jul-25 08:20:00 GMT; HttpOnly
set-cookie: _cfuvid=YvFQCH4P3B8tVh_.Iqd_jVbYOs0Q3EVuAiQC0NPrRmo-1753608000447-0.0.1.1-604800000; path=/; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 965b0ef108c920c5-BLR
content-encoding: gzip
Usage of /answers/{ids} [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 /answers/{ids} GET
Discussion
Gets the set of answers identified by ids.
This is meant for batch fetching of questions. A useful trick to poll for updates is to sort by activity, with a minimum date of the last time you polled.
{ids}
can contain up to 100 semicolon delimited ids. To find ids programmatically look for answer_id
on answer 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