---
title: "Comments by Date"
method: GET
path: "/user-content/by-date.json"
---

# Comments by Date

`GET /user-content/by-date.json`

## Query parameters

- `date` string

## Response `200`

OK

- object
  - `debug` object
    - `version` number
  - `status` string
  - `copyright` string
  - `results` object
    - `comments` object[]
      - `commentID` integer
      - `parentID` unknown
      - `statusID` integer
      - `lft` integer
      - `rgt` integer
      - `commentSequence` integer
      - `commentBody` string
      - `commentTitle` string
      - `createDate` string
      - `updateDate` string
      - `approveDate` string
      - `userID` integer
      - `userDisplayName` string
      - `userTitle` string
      - `userURL` integer
      - `userLocation` string
      - `editorsSelection` integer
      - `recommendationCount` integer
      - `replyCount` integer
      - `assetID` integer
      - `assetURL` string
      - `status` string
      - `commentType` string
      - `replies` object[]
    - `totalCommentsReturned` integer
    - `totalCommentsFound` integer
    - `api_timestamp` string

---

[API](https://skmtc.dev/nytimes/apis/community-api.md) · [All operations](https://skmtc.dev/nytimes/apis/community-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nytimes/community-api/revisions/4a21250bec18/schema)
