CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 12:08:31 GMT
content-type: text/html; charset=utf-8
cache-control: private
set-cookie: prov=bc3772e0-53b9-452d-bae7-2e3baa90ddd4; expires=Mon, 27 Jul 2026 12:08:31 GMT; domain=.stackexchange.com; path=/; secure; httponly
x-clacks-overhead: GNU Terry Pratchett
strict-transport-security: max-age=31536000; includeSubDomains
x-request-guid: 4c0ef2e4-6b6d-419b-a909-cecea487be1d
x-providence-cookie: bc3772e0-53b9-452d-bae7-2e3baa90ddd4
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
cf-cache-status: DYNAMIC
set-cookie: __cf_bm=s7OwkR_7VmxGksvnkb8Y7RJ5VApAC3EL1JzU6djcSKU-1753618111-1.0.1.1-rEUM3yS3D_SfvNBz5G1UXvMbglngPsCMHBq.QjCEVTA9AUNtE1zqqkPGa7W_etrdcRRCIbycHn1dJt9py4KSq9.LhMvhF02Q0lisIyxRq4Y; path=/; expires=Sun, 27-Jul-25 12:38:31 GMT; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: __cflb=02DiuEqtkS4jGaTk6jRLVowZ76Z4qeo4942BERxdsJzJY; SameSite=None; Secure; path=/; expires=Mon, 28-Jul-25 11:08:31 GMT; HttpOnly
set-cookie: _cfuvid=1AvDQm7brBtOcveQL_izFEi8RTdJYs.cgsW3Wqg7ayA-1753618111781-0.0.1.1-604800000; path=/; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 965c05ccd9ddc167-BLR
content-encoding: gzip
Usage of /users/{ids}/posts [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}/posts GET
Discussion
Returns the posts the users in {ids} have posted.
{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 post 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 posts.
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