Get basic information about a user.
GET
/users/{user-id}
users
self instead of the
user-id
.public_content
is required to read information about other users.请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.instagram.com/users/'
响应示例响应示例
200 - 示例 1
{
"data": {
"bio": "string",
"counts": {
"followed_by": 0,
"follows": 0,
"media": 0
},
"full_name": "string",
"id": "string",
"profile_picture": "string",
"username": "string",
"website": "string"
},
"meta": {
"code": 0
}
}
请求参数
Path 参数
user-id
string
必需
返回响应
修改于 2025-04-24 01:41:10