-
Notifications
You must be signed in to change notification settings - Fork 4
Structures
Nasir edited this page Sep 14, 2016
·
2 revisions
This document lists the objects returned from the API Methods.
id-
titleMain title -
alt_titleAlternative title (can benull) -
seasonAnime season number -
ongoingWhether the anime is ongoing or not0or1 description-
hb_idHummingbird ID -
created_atDate inYYYY-MM-DD HH:MI:SS -
updated_atDate inYYYY-MM-DD HH:MI:SS -
hiddenwhether the anime should be hidden or not0or1 -
slugslug object (Only if applicable) -
episodeslist of episode objects (Only if applicable)
{
"id": 203,
"title": "07-Ghost",
"alt_title": null,
"season": 1,
"ongoing": 0,
"description": "...",
"hb_id": 4135,
"created_at": "2016-08-12 00:56:52",
"updated_at": "2016-08-14 12:02:47",
"hidden": 0,
"slug": { },
"episodes": [ ]
}idsluganime_id-
created_atDate inYYYY-MM-DD HH:MI:SS -
updated_atDate inYYYY-MM-DD HH:MI:SS
{
"id": 203,
"slug": "07-ghost",
"anime_id": 203,
"created_at": "2016-08-12 00:56:52",
"updated_at": "2016-08-12 00:56:52"
}id-
sourcevideo source either a relative path to the Anime Twist domain or absolute path -
numberepisode number to display anime_id-
created_atDate inYYYY-MM-DD HH:MI:SS -
updated_atDate inYYYY-MM-DD HH:MI:SS
{
"id": 11670,
"source": "/anime/07ghost/07ghost-0001.mp4",
"number": 1,
"anime_id": 203,
"created_at": "2016-08-20 12:33:12",
"updated_at": "2016-08-20 12:33:12"
}