---
title: "Recent User Comments"
method: GET
path: "/user-content/recent.json"
---

# Recent User Comments

`GET /user-content/recent.json`

## Response `200`

OK

- object
  - `debug` object
    - `version` number
  - `status` string
  - `copyright` string
  - `results` object
    - `comments` object[]
      - `assetID` integer
      - `commentID` integer
      - `parentID` unknown
      - `statusID` integer
      - `commentSequence` integer
      - `commentBody` string
      - `commentTitle` string
      - `createDate` string
      - `updateDate` string
      - `approveDate` string
      - `userID` integer
      - `userDisplayName` string
      - `userTitle` string
      - `userURL` string
      - `userLocation` string
      - `editorsSelection` integer
      - `recommendationCount` integer
      - `commentType` string
      - `status` string
      - `asset` object
        - `assetURL` string
        - `vendorID` string
        - `source` string
        - `assetID` integer
        - `createDate` string
        - `updateDate` string
        - `taxonomy` string
        - `labels` object[]
        - `text` object[]
        - `properties` object
          - `comment-list-sort-editors` object
            - `groupID` integer
            - `taxonomyID` integer
          - `automoderation-on` object
            - `groupID` integer
            - `taxonomyID` integer
          - `reached-max-com-off` object
            - `groupID` integer
            - `taxonomyID` integer
        - `all-properties` object[]
          - `name` string
          - `description` string
          - `properties` object[]
        - `assetTitle` string
      - `replies` object[]
      - `display_name` string
      - `location` string
    - `totalCommentsReturned` 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)
