CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 13:21:16 GMT
content-type: text/html; charset=utf-8
cache-control: private
set-cookie: prov=edc62a9f-21ca-4af3-8f80-d65e9560ab10; expires=Mon, 27 Jul 2026 13:21:16 GMT; domain=.stackexchange.com; path=/; secure; httponly
x-clacks-overhead: GNU Terry Pratchett
strict-transport-security: max-age=31536000; includeSubDomains
x-request-guid: 2438559c-c18f-4c5f-9e8f-a6751dd40514
x-providence-cookie: edc62a9f-21ca-4af3-8f80-d65e9560ab10
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
cf-cache-status: DYNAMIC
set-cookie: __cf_bm=okMfzKNsKU.BtJPdlSJHt.UrxkIk.LAGVwLZKUxcuc8-1753622476-1.0.1.1-wjsx0BYgxu8ksL8nr_0tyPlI4rykySRNMC6h68dLK1iO6kgfWbueqkNhe_Tomz6M_7_Lt8mafAO7.80AAUx8b99tlG4TN6qNznmojUVsUw0; path=/; expires=Sun, 27-Jul-25 13:51:16 GMT; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: __cflb=02DiuEqtkS4jGaTk6jRLVowZ76Z4qeo49DiWqtkWqbHmW; SameSite=None; Secure; path=/; expires=Mon, 28-Jul-25 12:21:16 GMT; HttpOnly
set-cookie: _cfuvid=4wauXlHXoRFKO9gmO4pcjzhPxFjmONB2_JyOWaYo5AQ-1753622476496-0.0.1.1-604800000; path=/; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 965c705c38dacb77-BLR
content-encoding: gzip
Usage of /users/{ids}/comments/{toid} [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/{toid} GET
Discussion
Get the comments that the users in {ids} have posted in reply to the single user identified in {toid}.
This method is useful for extracting conversations, especially over time or across multiple posts.
{ids}
can contain up to 100 semicolon delimited ids. To find ids programmatically look for user_id
on user or shallow_user objects.
{toid}
can contain only 1 id, found in the same manner as those in {ids}
.
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