CARVIEW |
Select Language
HTTP/2 200
date: Thu, 31 Jul 2025 01:40:59 GMT
content-type: text/html; charset=utf-8
cache-control: private
set-cookie: prov=09970cce-0f68-4c3e-a465-95fb69953050; expires=Fri, 31 Jul 2026 01:40:59 GMT; domain=.stackexchange.com; path=/; secure; httponly
x-clacks-overhead: GNU Terry Pratchett
strict-transport-security: max-age=31536000; includeSubDomains
x-request-guid: cfd82973-6ec1-436d-8882-479cb36b05a4
x-providence-cookie: 09970cce-0f68-4c3e-a465-95fb69953050
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
cf-cache-status: DYNAMIC
set-cookie: __cf_bm=PyyjGK7JNh7i4TUwEzQSKtz0Sth58zrPAi5e1Ua55Qo-1753926059-1.0.1.1-WFkMefYBUEZO9Ts3R_HwMH2zK_iFVPK5jpN1TaRef95HoX2nT7D3mXZmAcqy9H_MNvsHE6sxhqIlrFJlzimu2jBrGvIzoUniVy0dS404cxg; path=/; expires=Thu, 31-Jul-25 02:10:59 GMT; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: __cflb=02DiuEqtkS4jGaTk6jRLVowZ76Z4qeo48nSdnWuZZWeyS; SameSite=None; Secure; path=/; expires=Fri, 01-Aug-25 00:40:59 GMT; HttpOnly
set-cookie: _cfuvid=mhV4UAYD4xPd2NUz5w9ffnaR0WTjt3k7e5JImYhCFjs-1753926059549-0.0.1.1-604800000; path=/; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 9679640b2f2dc1bd-BLR
content-encoding: gzip
Usage of /answers/{ids}/questions [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}/questions GET
Discussion
Returns the questions that answers identied by {ids} are on.
{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 question 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 questions.
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