Youtube Data Comment Thread List Response Structure
A list of comment thread resources matching the request criteria.
CommentThreadListResponse is a JSON Structure definition published by Youtube, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.
Properties
Meta-schema: https://json-structure.org/draft/2020-12/schema
JSON Structure
{
"type": "object",
"description": "A list of comment thread resources matching the request criteria.",
"name": "CommentThreadListResponse",
"properties": {
"kind": {
"type": "string",
"description": "Identifies the API resource's type. Value is youtube#commentThreadListResponse."
},
"etag": {
"type": "string",
"description": "The Etag of this resource."
},
"nextPageToken": {
"type": "string",
"description": "The token for the next page of results."
},
"pageInfo": {
"type": "object",
"description": "Paging details for a list operation, including information about the total number of resources and the number per page.",
"properties": {
"totalResults": {
"type": "integer",
"description": "The total number of results in the result set."
},
"resultsPerPage": {
"type": "integer",
"description": "The number of results included in the API response."
}
}
},
"items": {
"type": "array",
"description": "A list of comment threads that match the request criteria.",
"items": {
"type": "object",
"description": "A commentThread resource contains information about a YouTube comment thread, which comprises a top-level comment and replies.",
"properties": {
"kind": {
"type": "string",
"description": "Identifies the API resource's type. Value is youtube#commentThread."
},
"etag": {
"type": "string",
"description": "The Etag of this resource."
},
"id": {
"type": "string",
"description": "The ID that YouTube uses to uniquely identify the comment thread."
},
"snippet": {
"type": "object",
"description": "The snippet object contains basic details about the comment thread.",
"properties": {
"channelId": {
"type": "string",
"description": "The YouTube channel that is associated with the comments in the thread."
},
"videoId": {
"type": "string",
"description": "The ID of the video that the comments refer to."
},
"topLevelComment": {
"type": "object",
"description": "A comment resource contains information about a single YouTube comment.",
"properties": {
"kind": {
"type": "string",
"description": "Identifies the API resource's type. Value is youtube#comment."
},
"etag": {
"type": "string",
"description": "The Etag of this resource."
},
"id": {
"type": "string",
"description": "The ID that YouTube uses to uniquely identify the comment."
},
"snippet": {
"type": "object",
"description": "The snippet object contains basic details about the comment.",
"properties": {
"textOriginal": {
"type": "object"
},
"textDisplay": {
"type": "object"
},
"authorDisplayName": {
"type": "object"
},
"authorProfileImageUrl": {
"type": "object"
},
"authorChannelUrl": {
"type": "object"
},
"authorChannelId": {
"type": "object"
},
"likeCount": {
"type": "object"
},
"viewerRating": {
"type": "object"
},
"publishedAt": {
"type": "object"
},
"updatedAt": {
"type": "object"
},
"videoId": {
"type": "object"
},
"parentId": {
"type": "object"
},
"canRate": {
"type": "object"
},
"moderationStatus": {
"type": "object"
}
}
}
},
"required": [
"kind",
"etag"
]
},
"canReply": {
"type": "boolean",
"description": "Whether the current viewer can reply to the thread."
},
"totalReplyCount": {
"type": "integer",
"description": "The total number of replies that have been submitted in response to the top-level comment."
},
"isPublic": {
"type": "boolean",
"description": "Indicates whether the thread, including all of its comments and comment replies, is visible to all YouTube users."
}
}
},
"replies": {
"type": "object",
"description": "The replies object contains a list of replies to the top-level comment.",
"properties": {
"comments": {
"type": "array",
"description": "A limited number of replies to the top-level comment.",
"items": {
"type": "object",
"description": "A comment resource contains information about a single YouTube comment.",
"properties": {
"kind": {
"type": "object"
},
"etag": {
"type": "object"
},
"id": {
"type": "object"
},
"snippet": {
"type": "object"
}
},
"required": [
"kind",
"etag"
]
}
}
}
}
},
"required": [
"kind",
"etag"
]
}
}
},
"$schema": "https://json-structure.org/draft/2020-12/schema"
}
Work with this as data
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-structures/youtube-data-comment-thread-list-response-structure"
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.