CARVIEW |
Select Language
HTTP/2 200
date: Sat, 26 Jul 2025 18:03:57 GMT
content-type: text/html; charset=utf-8
cache-control: private
set-cookie: prov=221ba80e-a128-4039-beff-ecd86b7d0c03; expires=Sun, 26 Jul 2026 18:03:57 GMT; domain=.stackexchange.com; path=/; secure; httponly
x-clacks-overhead: GNU Terry Pratchett
strict-transport-security: max-age=31536000; includeSubDomains
x-request-guid: 3e38dc75-84de-4532-af5c-db189c85f986
x-providence-cookie: 221ba80e-a128-4039-beff-ecd86b7d0c03
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
cf-cache-status: DYNAMIC
set-cookie: __cf_bm=l0L0ZIouqJw6eaQK8GW_JT_c1rTRKQEX6u4m3cQGQdM-1753553037-1.0.1.1-0kW_Bx5O9tZ9kb6V3qz2CfJ4xf7sWZHkXLK2x0vEduYn2J0uMhWJ7EiHhVdOr5H6WBmSvmUjw.rlCKityl420b_eu6HBU_bQhMYvtbD6_zM; path=/; expires=Sat, 26-Jul-25 18:33:57 GMT; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: __cflb=02DiuEqtkS4jGaTk6jRLVowZ76Z4qeo4A3caoCzBBYuhn; SameSite=None; Secure; path=/; expires=Sun, 27-Jul-25 17:03:57 GMT; HttpOnly
set-cookie: _cfuvid=NNpWJwPIxPQY.A3n2o823U_ynBKcm6fwP9jwLmYKWq4-1753553037557-0.0.1.1-604800000; path=/; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 9655d112cf503e92-BLR
content-encoding: gzip
Usage of /comments/{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 /comments/{ids} GET
Discussion
Gets the comments identified in id.
This method is most useful if you have a cache of comment ids obtained through other means (such as /questions/{id}/comments) but suspect the data may be stale.
{ids}
can contain up to 100 semicolon delimited ids. To find ids programmatically look for comment_id
on comment 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