Fields (Champs)

Les différents fields utilisables pour les animes

Les deux points (:) signifie le type de valeur retourné par le champ

Les différents type de valeurs possibles :

  • String = Chaine de caractère

  • Int = Nombre Entier

  • Float = Nombre décimal

  • Boolean = Booléen (Vrai ou Faux)

  • [LA_VALEUR] = un tableau de LA_VALEUR (Exemple => synonymes : ["Your Name. - Gestern heute und", "für immer", "Mi a Neved?", "你的名字。"])

  • date_creation : String

  • date_debut : date_debut_anime

    • annee : Int

    • date : String (retourne la date en entière)

    • jour : Int

    • mois : String

  • date_fin : date_fin_anime

    • mois : String

    • jour : Int

    • date : String (retourne la date en entière)

    • annee : Int

  • date_modification : String

  • description : String

  • duree : String

  • episodes : Int

  • format : String

  • genres : [String]

  • hashtag : String

  • hentai : Boolean

  • id : Int

  • id_MAL : String

  • images : images_anime

    • affiche : String

    • banniere : String

    • autres : [Anime_Affiches]

      • id : Int

      • nom : String

      • affiche : String

  • licence : String

  • liens : [Anime_Liens]

    • id : Int

    • lien : String

    • nom : String

  • like : Int

  • noms : noms_anime

    • anglais : String

    • natif : String

    • romaji : String

  • pays : String

  • personnages : [Personnage]

    • biographie : String

    • id : Int

    • image : String

    • noms : noms_personnages

      • prenom : String

      • nom : String

      • natif : String

      • alternatifs : [String]

  • saison : saison_anime

    • annee : String

    • periode : String

    • saison : String (Retourne la saison en entière. Ex : Été 2016)

  • source : String

  • staffs : [Staff]

    • biographie : String

    • id : Int

    • image : String

    • noms : noms_staff

      • prenom : String

      • nom : String

      • natif : String

      • alternatifs : [String]

  • statut : String

  • studios : [Anime_Studios]

    • id : Int

    • nom : String

  • synonymes : [String]

  • trailer : Trailer_Type

    • embed_youtube : String (Retourne l'embed de la vidéo YouTube)

    • embed_youtube_nc : String (Retourne l'embed de la vidéo YouTube sans utiliser de cookie)

    • lien_youtube : String

    • youtube_id : String

Dernière mise à jour