Request
Body Params application/json
{
"limit":"10",
"page":"1",
"search":""
}
Request samples
curl --location --request POST 'https://ppid.animemusic.us/api/ig/post/ppid' \
--header 'Content-Type: application/json' \
--data-raw '{
"limit":"10",
"page":"1",
"search":""
}'
Responses
application/json {
"code": 0,
"message": "string",
"data": [
{
"id": "string",
"type_post": "string",
"tag_ig": "string",
"date_post": "string",
"description_cover": "string",
"media_video": "string",
"image_cover": "string",
"url_ig": "string",
"type_file": "string",
"url_post": "string"
}
],
"prev": 0,
"next": 0,
"pageactive": 0,
"totalpage": 0,
"perpage": 0,
"totaldata": 0
}
Modified at 2025-03-13 06:55:55