CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 04:44:49 GMT
content-type: text/html; charset=utf-8
cache-control: private
set-cookie: prov=74f4441e-5b66-4a24-8551-c9c6ec009e14; expires=Mon, 27 Jul 2026 04:44:48 GMT; domain=.stackexchange.com; path=/; secure; httponly
x-clacks-overhead: GNU Terry Pratchett
strict-transport-security: max-age=31536000; includeSubDomains
x-request-guid: 2d9d9602-1683-4994-8158-2b6b54e27a8a
x-providence-cookie: 74f4441e-5b66-4a24-8551-c9c6ec009e14
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
cf-cache-status: DYNAMIC
set-cookie: __cf_bm=6LVH9g7hwZh0MFCBI.aDpo_zCuSLvvQQiY0kzydv0cg-1753591489-1.0.1.1-AZZkr5zDTeGZJdBmu.atbfcwix5UFTzEVm8j3kHdKCKDUE4dTicX5G7d3dRQJgHMkx42HFViU0rH.XeYr1l9ZLLM3.zuVlyWgwVFd_qr.GQ; path=/; expires=Sun, 27-Jul-25 05:14:49 GMT; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: __cflb=02DiuEqtkS4jGaTk6jRLVowZ76Z4qeo494u2LXEHqc1Kz; SameSite=None; Secure; path=/; expires=Mon, 28-Jul-25 03:44:49 GMT; HttpOnly
set-cookie: _cfuvid=7Jq8kXXxtUzCFmkIwqJMu4oA1F7JbP6FUjDwy_QMYS8-1753591489044-0.0.1.1-604800000; path=/; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 96597bd4cf818087-BLR
content-encoding: gzip
Usage of /users/{ids}/comments [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}/comments GET
Discussion
Get the comments posted by 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 comment object:
- creation –
creation_date
- votes –
score
creation
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 comments.
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