CARVIEW |
Select Language
HTTP/2 200
date: Sat, 26 Jul 2025 18:04:49 GMT
content-type: text/html; charset=utf-8
cache-control: private
set-cookie: prov=2d900c40-ba3c-46a2-9bdf-86be944c0ad5; expires=Sun, 26 Jul 2026 18:04:49 GMT; domain=.stackexchange.com; path=/; secure; httponly
x-clacks-overhead: GNU Terry Pratchett
strict-transport-security: max-age=31536000; includeSubDomains
x-request-guid: ddb04521-242d-4ae5-9987-98df058729f4
x-providence-cookie: 2d900c40-ba3c-46a2-9bdf-86be944c0ad5
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
cf-cache-status: DYNAMIC
set-cookie: __cf_bm=UqOMIKnj4194J68u0ZwWl.UsZHzMdYmCKrdrjT4NrPU-1753553089-1.0.1.1-k_KPXJpunUwSq6mWLZ4bKKIFSP9jNr.ZCfEeQ25A0dNHe_Cg_B4C4Ym4ODfcPNWyElnJh6xrWx01Z5WxD0EmH_P7j.IyA6piL8j8VzLSTx0; path=/; expires=Sat, 26-Jul-25 18:34:49 GMT; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: __cflb=02DiuEqtkS4jGaTk6jRLVowZ76Z4qeo495WUvjDgUX5jr; SameSite=None; Secure; path=/; expires=Sun, 27-Jul-25 17:04:49 GMT; HttpOnly
set-cookie: _cfuvid=HkZXHOXX3IKLa1UUWZyOs4nA3OsKC7SMYTPsBKS2TnA-1753553089561-0.0.1.1-604800000; path=/; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 9655d257cefba8b0-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