CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 09:26:00 GMT
content-type: text/html; charset=utf-8
cache-control: private
set-cookie: prov=52df5db0-744b-4b71-be90-a9e3669ed951; expires=Mon, 27 Jul 2026 09:26:00 GMT; domain=.stackexchange.com; path=/; secure; httponly
x-clacks-overhead: GNU Terry Pratchett
strict-transport-security: max-age=31536000; includeSubDomains
x-request-guid: d2886f33-a5a6-4edc-9154-7e22081c12e5
x-providence-cookie: 52df5db0-744b-4b71-be90-a9e3669ed951
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
cf-cache-status: DYNAMIC
set-cookie: __cf_bm=uRJKcQuQd7IxeWrhAGnJBjOKBZC1kWy4EsD1hULAuGA-1753608360-1.0.1.1-aBY5K4Sy1wQkScK_XlR2Fnyy01n6qwnM8HIBPktzyD8MuC2xZaWxz3I2LR6jQnCq8ZAKLVvPe6B5NzrrJNIY0uX__hHnh3r4.GIIr14RGhM; path=/; expires=Sun, 27-Jul-25 09:56:00 GMT; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: __cflb=02DiuEqtkS4jGaTk6jRLVowZ76Z4qeo48mC2gdFpavRo2; SameSite=None; Secure; path=/; expires=Mon, 28-Jul-25 08:26:00 GMT; HttpOnly
set-cookie: _cfuvid=FFVzwQ4ObHCNs.zjDJ6kck5TXWUoVgK57aWFyoYXdQU-1753608360485-0.0.1.1-604800000; path=/; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 965b17bb2ea21712-BLR
content-encoding: gzip
Usage of /users/{ids}/questions [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 GET
Discussion
Gets the questions asked by the users in {ids}.
{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