/anime-girl-api

A simple API that provide details about popular anime girl. And it is made with Kotlin Ktor. Currenty under developement.

Primary LanguageKotlinGNU General Public License v3.0GPL-3.0

A simple API that provide details about popular anime girl. And it is made with Kotlin Ktor. Currently, under development. More details will come soon :)

Structure of API

  • Anime girl
    • Name
    • Girl picture
    • Profile picture
    • Real name(voice actress real name)
    • Description
    • Release year
    • Total season
    • Rating

In JSON format

anime-girl{
  "id": id,
  "name": anime-name,
  "girl-picture": /path/image.jpg,
  "profiel-picture": /path-profile/image.jpg,
  "real-name": real-name,
  "deacription": description,
  "year": release-year,
  "total-season": number,
  "rating": rating
}