Search people
Please use this (https://vtubers.me/mobile_api/search_people) API to access people searching endpoint
Get parameters
Field | Value | Remarks |
---|---|---|
query | Search keywords | E.g. vTubers |
offset | Last post offset ID | This is only needed when loading posts of the pagination system. |
session_id (Optional) | Access token ID | E.g. de25cc16eb00960f076... |
page_size | Total post limit for each request | Recommended: 20 |
Success response
{
"code": 200,
"message": "Results found",
"data":[
{
"id": 78,
"about": "",
"followers": 0,
"posts": 0,
"avatar": "http://cdn.vtubers.me/upload/default/avatar.png",
"last_active": "29 Sep, 22 11:09 AM",
"username": "vTubersDotMe",
"fname": "vTubersDotMe",
"email": "[email protected]",
"verified": "0",
"name": "vTubersDotMe",
"url": "http://vtubers.me/vTubersDotMe",
"is_user": false,
"is_following": false
}
]
}
Error responses
{
"code": 204,
"message": "No data found",
"data": []
}
{
"code": 400,
"message": "The search term is invalid or missing",
"data": []
}