Get Anime Completed
DevelopingGET
/api/v2/anime/completedRequest
Query Params
order_by
string
required
Parameter : updated, oldest, latest, popular, most_viewed, ascending, descending, default : updated
Example:
updated
page
string
required
when has_next = true, then the page can be added, for example when on page 1 and the result of has_next = true, then you can make logic page = 2, by default 1
Example:
1
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{
"status": "success",
"data": [
{
"type": [
"TV",
"BD"
],
"slug": "/anime/935/tokyo-ghoulre-2nd-season",
"title": "Tokyo Ghoul:re 2nd Season",
"episode": "6.45",
"image": "https://cdn.myanimelist.net/images/anime/1545/121995l.jpg"
},
{
"type": [
"TV",
"BD"
],
"slug": "/anime/934/tokyo-ghoulre",
"title": "Tokyo Ghoul:re",
"episode": "6.37",
"image": "https://cdn.myanimelist.net/images/anime/1063/95086l.jpg"
},
{
"type": [
"OVA",
"BD"
],
"slug": "/anime/932/tokyo-ghoul-pinto",
"title": "Tokyo Ghoul: Pinto",
"episode": "7.20",
"image": "https://cdn.myanimelist.net/images/anime/3/78666l.jpg"
},
{
"type": [
"OVA",
"BD"
],
"slug": "/anime/931/tokyo-ghoul-jack",
"title": "Tokyo Ghoul: Jack",
"episode": "7.29",
"image": "https://cdn.myanimelist.net/images/anime/1739/123152l.jpg"
},
{
"type": [
"TV",
"BD"
],
"slug": "/anime/933/tokyo-ghoul-a",
"title": "Tokyo Ghoul √A",
"episode": "7.02",
"image": "https://cdn.myanimelist.net/images/anime/1889/123307l.jpg"
},
{
"type": [
"TV",
"BD"
],
"slug": "/anime/930/tokyo-ghoul",
"title": "Tokyo Ghoul",
"episode": "7.79",
"image": "https://cdn.myanimelist.net/images/anime/1498/134443l.jpg"
},
{
"type": [
"ONA",
"WEB-DL"
],
"slug": "/anime/3041/tp-bon-season-2",
"title": "T.P BON Season 2",
"episode": "?",
"image": "https://cdn.myanimelist.net/images/anime/1779/144181l.jpg"
},
{
"type": [
"ONA",
"WEB-DL"
],
"slug": "/anime/2698/anhe-zhuan-part-2",
"title": "Anhe Zhuan Part 2",
"episode": "?",
"image": "https://cdn.myanimelist.net/images/anime/1556/142631l.jpg"
},
{
"type": [
"TV Special",
"BD"
],
"slug": "/anime/3033/rifle-is-beautiful-zenkoku-taikai-is-mokuzen",
"title": "Rifle Is Beautiful: Zenkoku Taikai Is Mokuzen",
"episode": "5.70",
"image": "https://cdn.myanimelist.net/images/anime/1347/104573l.jpg"
},
{
"type": [
"TV",
"BD"
],
"slug": "/anime/3032/rifle-is-beautiful",
"title": "Rifle Is Beautiful",
"episode": "6.19",
"image": "https://cdn.myanimelist.net/images/anime/1874/100747l.jpg"
},
{
"type": [
"ONA",
"WEB-DL"
],
"slug": "/anime/2709/tp-bon",
"title": "T.P BON",
"episode": "6.95",
"image": "https://cdn.myanimelist.net/images/anime/1003/142645l.jpg"
},
{
"type": [
"OVA",
"BD"
],
"slug": "/anime/3036/hyouka-motsubeki-mono-wa",
"title": "Hyouka: Motsubeki Mono wa",
"episode": "7.35",
"image": "https://cdn.myanimelist.net/images/anime/6/50363l.jpg"
},
{
"type": [
"TV",
"BD"
],
"slug": "/anime/3035/hyouka",
"title": "Hyouka",
"episode": "8.06",
"image": "https://cdn.myanimelist.net/images/anime/13/50521l.jpg"
},
{
"type": [
"TV",
"BD"
],
"slug": "/anime/3034/hanebado",
"title": "Hanebado!",
"episode": "6.84",
"image": "https://cdn.myanimelist.net/images/anime/1288/93432l.jpg"
},
{
"type": [
"TV",
"BD"
],
"slug": "/anime/3037/musaigen-no-phantom-world",
"title": "Musaigen no Phantom World",
"episode": "6.85",
"image": "https://cdn.myanimelist.net/images/anime/4/78339l.jpg"
},
{
"type": [
"OVA",
"BD"
],
"slug": "/anime/365/non-non-biyori-nonstop-bukatsu-wo-ganbatta",
"title": "Non Non Biyori Nonstop: Bukatsu wo Ganbatta",
"episode": "8.14",
"image": "https://cdn.myanimelist.net/images/anime/1984/120788l.jpg"
},
{
"type": [
"TV",
"BD"
],
"slug": "/anime/3021/non-non-biyori-nonstop",
"title": "Non Non Biyori Nonstop",
"episode": "8.36",
"image": "https://cdn.myanimelist.net/images/anime/1033/111540l.jpg"
},
{
"type": [
"OVA",
"BD"
],
"slug": "/anime/3018/non-non-biyori-repeat-hotaru-ga-tanoshinda",
"title": "Non Non Biyori Repeat: Hotaru ga Tanoshinda",
"episode": "7.86",
"image": "https://cdn.myanimelist.net/images/anime/13/78136l.jpg"
}
],
"total_item": 18,
"has_next": {
"has_next_page": true
},
"has_prev": {
"has_prev_page": false
},
"current_page": 1
}
Last modified: 6 months ago