CARVIEW |
Select Language
HTTP/2 200
date: Tue, 29 Jul 2025 07:58:31 GMT
content-type: text/html; charset=utf-8
cache-control: private
set-cookie: prov=aece3c0e-b979-41ee-9cb9-fb73cc6be13e; expires=Wed, 29 Jul 2026 07:58:31 GMT; domain=.stackexchange.com; path=/; secure; httponly
x-clacks-overhead: GNU Terry Pratchett
strict-transport-security: max-age=31536000; includeSubDomains
x-request-guid: a012ec6e-7b6a-4c33-b6cb-d5dd33d56d05
x-providence-cookie: aece3c0e-b979-41ee-9cb9-fb73cc6be13e
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
cf-cache-status: DYNAMIC
set-cookie: __cf_bm=GB52Adyx.VUwuzsCsxY_7hs6YHGrhOTjo7_MX9MI0AQ-1753775911-1.0.1.1-YgOkXhOYr54QPy4SBVFmKnO7QvKkBCHbNBX9Vguac2m8Enid05hMWU17aO9X9vPKEa85xgLUVjlojR3Y2nH7rJdAhIVJW0KtXo_GVG4H2C8; path=/; expires=Tue, 29-Jul-25 08:28:31 GMT; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: __cflb=02DiuEqtkS4jGaTk6jRLVowZ76Z4qeo48jRqdp3BYdz1r; SameSite=None; Secure; path=/; expires=Wed, 30-Jul-25 06:58:31 GMT; HttpOnly
set-cookie: _cfuvid=miUteLStpHIqLN0BACU5rQPbHSGob6NkWSyUGWMg460-1753775911562-0.0.1.1-604800000; path=/; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 966b12524be0e8e0-BLR
content-encoding: gzip
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