CARVIEW |
Select Language
HTTP/2 200
date: Sat, 26 Jul 2025 18:03:45 GMT
content-type: text/html; charset=utf-8
cache-control: private
set-cookie: prov=5fde6603-9c37-4b9f-b8f4-6facc9c931fa; expires=Sun, 26 Jul 2026 18:03:44 GMT; domain=.stackexchange.com; path=/; secure; httponly
x-clacks-overhead: GNU Terry Pratchett
strict-transport-security: max-age=31536000; includeSubDomains
x-request-guid: 2472bf9e-6831-4ddc-8757-b4fe5b8faff7
x-providence-cookie: 5fde6603-9c37-4b9f-b8f4-6facc9c931fa
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
cf-cache-status: DYNAMIC
set-cookie: __cf_bm=aboExGeQ.8OrEqU82FCkxEw_fSdrs1kRu.IWUGqYCRE-1753553025-1.0.1.1-8HY8Y66UsQdBkpgo7vrDt.kyccq1QplX59dA2eFnQK49nAVaOMZTNN1WdbLNPlASIYfgX0CiT6h3XEo9U1fJf5HRJgXLkqdS93ygWXuP.dg; path=/; expires=Sat, 26-Jul-25 18:33:45 GMT; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: __cflb=02DiuEqtkS4jGaTk6jRLVowZ76Z4qeo49t1w2cfk43HLQ; SameSite=None; Secure; path=/; expires=Sun, 27-Jul-25 17:03:45 GMT; HttpOnly
set-cookie: _cfuvid=.0rG7oz._45xgK1gNvCgDU42tGoy8fckbmKQxX6gtQA-1753553025089-0.0.1.1-604800000; path=/; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 9655d0c4bc03c190-BLR
content-encoding: gzip
Usage of /questions/{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 /questions/{ids}/comments GET
Discussion
Gets the comments on a question.
If you know that you have an question id and need the comments, use this method. If you know you have a answer id, use /answers/{ids}/comments. If you are unsure, use /posts/{ids}/comments.
{ids}
can contain up to 100 semicolon delimited ids. To find ids programmatically look for question_id
on question 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