---
title: "Comments by URL"
method: GET
path: "/user-content/url.json"
---

# Comments by URL

`GET /user-content/url.json`

## Query parameters

- `url` string

## Response `200`

OK

- object
  - `debug` object
    - `version` number
  - `status` string
  - `copyright` string
  - `results` object
    - `comments` object[]
      - `commentID` integer
      - `status` string
      - `commentSequence` integer
      - `userID` integer
      - `userDisplayName` string
      - `userLocation` string
      - `userTitle` unknown
      - `userURL` unknown
      - `commentTitle` string
      - `commentBody` string
      - `createDate` string
      - `updateDate` string
      - `approveDate` string
      - `recommendations` integer
      - `replyCount` integer
      - `replies` unknown[]
        - unknown
      - `editorsSelection` boolean
      - `parentID` unknown
      - `parentUserDisplayName` unknown
      - `depth` integer
      - `commentType` string
      - `trusted` integer
      - `recommendedFlag` unknown
      - `reportAbuseFlag` unknown
      - `permID` string
      - `picURL` string
      - `timespeople` integer
      - `sharing` integer
    - `page` integer
    - `totalCommentsReturned` integer
    - `totalCommentsFound` integer
    - `totalParentCommentsFound` integer
    - `totalParentCommentsReturned` integer
    - `totalReplyCommentsFound` integer
    - `totalReplyCommentsReturned` integer
    - `totalReporterReplyCommentsFound` integer
    - `totalReporterReplyCommentsReturned` integer
    - `totalEditorsSelectionFound` integer
    - `totalEditorsSelectionReturned` integer
    - `totalRecommendationsFound` integer
    - `totalRecommendationsReturned` integer
    - `replyLimit` integer
    - `depthLimit` integer
    - `sort` string
    - `filter` string, nullable
    - `callerID` unknown
    - `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)
