CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 06:00:46 GMT
content-type: text/html; charset=utf-8
cache-control: private
set-cookie: prov=6053cbd5-1034-4822-82fd-b0c5fabd07ff; expires=Mon, 27 Jul 2026 06:00:46 GMT; domain=.stackexchange.com; path=/; secure; httponly
x-clacks-overhead: GNU Terry Pratchett
strict-transport-security: max-age=31536000; includeSubDomains
x-request-guid: bcc22001-9956-4bcf-b2f4-aa7b77bfcaba
x-providence-cookie: 6053cbd5-1034-4822-82fd-b0c5fabd07ff
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
cf-cache-status: DYNAMIC
set-cookie: __cf_bm=9dZbXuBZQqzjNaDxpypwzrcmB4Z6IpHQuJMm2xyTlXA-1753596046-1.0.1.1-eyRi9pBEh_6GNOKGiQWy96LX8Ev3pHAPQjJ0a7rMvcVhB5rUwzuy.DTh00giWBLeqI9S0DmCdb6XFEdbpgPOdi22hPPJeK5s3ty9JX70EUA; path=/; expires=Sun, 27-Jul-25 06:30:46 GMT; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: __cflb=02DiuEqtkS4jGaTk6jRLVowZ76Z4qeo4A4DNmiKgwd8p4; SameSite=None; Secure; path=/; expires=Mon, 28-Jul-25 05:00:46 GMT; HttpOnly
set-cookie: _cfuvid=jPVbm4f_NhgqhusmXgUkw0CADhsKtct_FhjX2a6nCcI-1753596046835-0.0.1.1-604800000; path=/; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 9659eb1affbcc190-BLR
content-encoding: gzip
Usage of /users/{ids}/favorites [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}/favorites GET
Discussion
Get the questions that users in {ids} have bookmarked.
This method is effectively a view onto a user's bookmarks tab, previously known as the "favorites" tab.
{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
- added – when the user bookmarked the question
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