CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 09:19:02 GMT
content-type: text/html; charset=utf-8
cache-control: private
set-cookie: prov=5e531312-18c5-4547-a75b-5dbfafee5c95; expires=Mon, 27 Jul 2026 09:19:02 GMT; domain=.stackexchange.com; path=/; secure; httponly
x-clacks-overhead: GNU Terry Pratchett
strict-transport-security: max-age=31536000; includeSubDomains
x-request-guid: 50424d32-c031-4978-a1a3-4461f8f2ec08
x-providence-cookie: 5e531312-18c5-4547-a75b-5dbfafee5c95
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
cf-cache-status: DYNAMIC
set-cookie: __cf_bm=xrUaWXvWeIix0TX8VqseF5YGhhftLmK.v0sFLb5XTe4-1753607942-1.0.1.1-pGWJJUmKCN4dTz2CnZylmqyOpwRjVdaEEmbANPFutPQDDom7F8b4zMon3umPnq.JQmysSsuILTUh0Rva_TItmpaS.Mr7GCM_j7aj.K9rbgo; path=/; expires=Sun, 27-Jul-25 09:49:02 GMT; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: __cflb=02DiuEqtkS4jGaTk6jRLVowZ76Z4qeo49xaNpg7a6LNmr; SameSite=None; Secure; path=/; expires=Mon, 28-Jul-25 08:19:02 GMT; HttpOnly
set-cookie: _cfuvid=7saFgtjlWUacSGeFOZ82Txo8CgzBqsQMSkcseB1Vo0w-1753607942409-0.0.1.1-604800000; path=/; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 965b0d863adac1bf-BLR
content-encoding: gzip
Usage of /users/{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 /users/{ids}/answers GET
Discussion
Returns the answers the users in {ids} have posted.
{ids}
can contain up to 100 semicolon delimited ids. To find ids programmatically look for user_id
on user or shallow_user 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