CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 09:21:18 GMT
content-type: text/html; charset=utf-8
cache-control: private
set-cookie: prov=4b3a8e99-2acb-4cef-b6c7-99109e539cb6; expires=Mon, 27 Jul 2026 09:21:17 GMT; domain=.stackexchange.com; path=/; secure; httponly
x-clacks-overhead: GNU Terry Pratchett
strict-transport-security: max-age=31536000; includeSubDomains
x-request-guid: cf1f5654-6877-4f31-b15c-d623b6ce5147
x-providence-cookie: 4b3a8e99-2acb-4cef-b6c7-99109e539cb6
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
cf-cache-status: DYNAMIC
set-cookie: __cf_bm=mpHhswazKiq4ZvxJdXvaIBN4F_GtgNEAFiIxRzCZ1Ps-1753608078-1.0.1.1-2mQh9yGGlhQsSZb0jD_ujF4AeSBU_A678yLYer6p9P80LOSbN9VKZkgBSalad6erWxeTxTw8lwLhy5AxbnrOyumiTB7utVVy.KTw5e0gqTQ; path=/; expires=Sun, 27-Jul-25 09:51:18 GMT; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: __cflb=02DiuEqtkS4jGaTk6jRLVowZ76Z4qeo4A3kHAk4vHidUG; SameSite=None; Secure; path=/; expires=Mon, 28-Jul-25 08:21:18 GMT; HttpOnly
set-cookie: _cfuvid=RFse8b6XZyc3qCdO4bowXxuFdICmdkToe2UZuy7APSk-1753608078111-0.0.1.1-604800000; path=/; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 965b10d66c030bc9-BLR
content-encoding: gzip
Usage of /users/{ids}/questions/unaccepted [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}/questions/unaccepted GET
Discussion
Gets the questions asked by the users in {ids} which have at least one answer, but no accepted answer.
Questions returned by this method have answers, but the owner has not opted to accept any of them.
{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 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