[END HAS COME for] KyraDB.com - A free site for animated gifs and more (with API)
#61
The API calls for animated posters and animated backgrounds now return a language value.
If a poster/background is textless it returns "unknown" as language.

An example:

json:
{
    "base_url_actor_art" = "https://www.kyradb.com/actors/original";
    "base_url_backgrounds" = "https://www.kyradb.com/backgrounds/original";
    "base_url_character_art" = "https://www.kyradb.com/characters/original";
    "base_url_character_posters" = "https://www.kyradb.com/posters/original";
    "base_url_logos" = "https://www.kyradb.com/logos/original";
    "base_url_posters" = "https://www.kyradb.com/posters/w342";
    error = 0;
    message = successful;
    "number_of_backgrounds" = 0;
    "number_of_posters" = 2;
    backgrounds =  (
    );
    posters =  (
        {
            "date_added" = "2019-07-15 19:19:49";
            height = 713;
            language = english;
            name = "4562706992ccc2c8e22e7b903802af049a87f6d9a61ab6407ef9ccd0a44bbfd11.gif";
            resolution = "500 x 713";
            width = 500;
        },
        {
            "date_added" = "2019-07-15 19:20:58";
            height = 713;
            language = unknown;
            name = "546276abb5bb9e69ee09d6503878bb0fd70a999de4bad2b5c1370b9fbdd88bb01.gif";
            resolution = "500 x 713";
            width = 500;
        }
    );
    timezone = GMT;
    "timezone_str" = "Europe/London";
}

I still need to go through all the animated posters, but shouldn't take that long.
Proud owner of comics42.shop 
Reply


Messages In This Thread
RE: KyraDB.com - A free site for animated gifs, character art and more (with API) - by rschiks - 2019-07-28, 13:45
Logout Mark Read Team Forum Stats Members Help
[END HAS COME for] KyraDB.com - A free site for animated gifs and more (with API)3