CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 13:24:24 GMT
content-type: text/html; charset=utf-8
cache-control: private
set-cookie: prov=6922fcbf-63e5-4c92-94c9-6478c612d6d3; expires=Mon, 27 Jul 2026 13:24:24 GMT; domain=.stackexchange.com; path=/; secure; httponly
x-clacks-overhead: GNU Terry Pratchett
strict-transport-security: max-age=31536000; includeSubDomains
x-request-guid: 994a511a-b43e-4792-b749-73589ff3b1ff
x-providence-cookie: 6922fcbf-63e5-4c92-94c9-6478c612d6d3
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
cf-cache-status: DYNAMIC
set-cookie: __cf_bm=T9A.B_OZuboNPFxIAXG4wjSxHvSiv4EcVxyP_q8mMpY-1753622664-1.0.1.1-jKMWHFXmoTbBqn6skYnQO.Fev1fJHeNyMC615woumqM80C.dZFEzOjqYdBq_rdtyyliJy6hT2eQK_op3aSgK0hfBYPid.B20Qwy.jvGVL7c; path=/; expires=Sun, 27-Jul-25 13:54:24 GMT; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: __cflb=02DiuEqtkS4jGaTk6jRLVowZ76Z4qeo49z1qnXYFBHiRr; SameSite=None; Secure; path=/; expires=Mon, 28-Jul-25 12:24:24 GMT; HttpOnly
set-cookie: _cfuvid=huyff1ik6XVyRqEyn7XtiK9MJHHZ5ER0TDjRixcNPQ0-1753622664268-0.0.1.1-604800000; path=/; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 965c74f1bf66755c-BLR
content-encoding: gzip
Usage of /questions/{ids} [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 /questions/{ids} GET
Discussion
Returns the questions identified in {ids}.
This is most useful for fetching fresh data when maintaining a cache of question ids, or polling for changes.
{ids}
can contain up to 100 semicolon delimited ids. To find ids programmatically look for question_id
on question 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