Animegifs API

GitHub release (latest by date)



    #python

    from animegifs import animegifs

    gifs = animegifs.Animegifs()

    gif = gifs.get_gif(category) #gifs.get_gif('hug') and return the url of the gif.
    mal = gifs.get_mal(gif) #get url of the gif's anime myanimelist page.
    title = gifs.get_animetitle(gif) #get the title of the gif's anime.
    mal_id = gifs.get_mal_id(gif) #get the ID of the gif's anime myanimelist page.

                


    #python

    from animegifs import animegifs

    gifs = animegifs.Animegifs()

    gif = gifs.get_gif("hug")
    print(gif)

                    

1.0.0

Live API

Try out the API here below. For a wrapper, use instead the library above. Categories list.

https://animegifs-enkidu.koyeb.app/v3/api/?