CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 12:12:07 GMT
content-type: text/html; charset=utf-8
content-encoding: gzip
cache-control: private
set-cookie: prov=13189ece-ed02-45bb-aeb0-9d3a0c9da54a; expires=Mon, 27 Jul 2026 12:12:07 GMT; domain=.stackexchange.com; path=/; secure; httponly
set-cookie: __cf_bm=46PaEekIa.Zbm_TcbC6Rib64lZHB6TvnAXuC7vIZcZA-1753618327-1.0.1.1-CrDb9HerDCSNNxX6cfoez2eQe4HD6Qsgw5003.ez6PwksV.uURjX8R06g7yG31C7y487Wi0d1aUF6fnSxl29u0MEmQ8Qqq7hjmf.5Wdxi2E; path=/; expires=Sun, 27-Jul-25 12:42:07 GMT; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: __cflb=02DiuEqtkS4jGaTk6jRLVowZ76Z4qeo48YVjooUJVVfF2; SameSite=None; Secure; path=/; expires=Mon, 28-Jul-25 11:12:07 GMT; HttpOnly
set-cookie: _cfuvid=47AICvHCNtg0gW64uxYpoiOZXhFYk01NvbvJishcyyw-1753618327399-0.0.1.1-604800000; path=/; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
x-clacks-overhead: GNU Terry Pratchett
strict-transport-security: max-age=31536000; includeSubDomains
x-request-guid: aa5c8fb5-5e19-4a80-893f-7b1043a8049d
x-providence-cookie: 13189ece-ed02-45bb-aeb0-9d3a0c9da54a
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
cf-cache-status: DYNAMIC
server: cloudflare
cf-ray: 965c0b107c786cd6-BLR
Usage of /users/{ids}/questions/featured [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/featured GET
Discussion
Gets the questions on which the users in {ids} have active bounties.
{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