Skip to content
This repository has been archived by the owner on Oct 23, 2018. It is now read-only.

API Data Dictionaries

neonionus edited this page Oct 20, 2018 · 3 revisions

Anime

Field Name Type
id int
title string
format string
status string
description string
genres array of strings
startDate iso8601 string
endDate iso8601 string
episodes string
cover string

Movie

Field Name Type
id int
title string
status string
description string
genres array of strings
releaseDate iso8601 string
production_companies array of strings
production_countries array of strings
tagline string
runtime int (minutes)
cover string

TV

Field Name Type
id int
title string
status string
description string
type string
genres array of strings
firstAirDate iso8601 string
production_companies array of strings
networks array of strings
country array of strings
episodes int
seasons int
cover string

Game

Field Name Type
id int
title string
category string
description string
status string
genres array of strings
themes array of strings
publishers array of strings
developers array of strings
first_release_date iso8601 string
cover string

Search

Field Name Type Sublevel Type
totalResults int
media array of objects
id int
title string
description string
image string
Clone this wiki locally