Get a list of recent comments on a media object.
GET
/media/{media-id}/comments
comments
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.instagram.com/v1/media//comments'
Response Response Example
{
"data": [
{
"created_time": "string",
"from": {
"full_name": "string",
"id": "string",
"profile_picture": "string",
"username": "string"
},
"id": "string",
"text": "string"
}
],
"meta": {
"code": 0
}
}
Request
Path Params
media-id
string
required
Responses
Modified at 2023-08-15 03:55:31