[END HAS COME for] KyraDB.com - A free site for animated gifs and more (with API)
I have created the API calls for getting the icons:

/movie/tmdbid/{tmdbid}/images/icon
/movie/imdbid/{imdbid}/images/icon

It will output all the types of icons (title, clear and portrait). Each icon has 3 formats: the orginal PNG, a Windows icon (.ico) and Apple's .ICNS.

json:
{
                            "base_url_backgrounds" = "https://www.kyradb.com/backgrounds/original";
                            "base_url_posters" = "https://www.kyradb.com/posters/w342";
                            "base_url_character_art" = "https://www.kyradb.com/characters/original";
                            "base_url_character_posters" = "https://www.kyradb.com/posters/original";
                            "base_url_actor_art" = "https://www.kyradb.com/actors/original";
                            "base_url_icons" = "https://www.kyradb.com/icons/original";
                            "base_url_logos" = "https://www.kyradb.com/logos/original";
                            error = 0;
                            message = successful;
                            "number_of_icons_clear" = 0;
                            "number_of_icons_portrait" = 0;
                            "number_of_icons_title" = 4;
                            "icons_clear" = (
                            );
                            "icons_portrait" = (
                            );
                            "icons_title" = (
                                {
                                    "date_added" = "2019-09-06 19:41:14";
                                    height = 512;
                                    language = english;
                                    likes = 1;
                                    name = "5c3cf0607d3de7415c5381e0178de8ccfb20c710a3424997daa4c42b8476319b1.png";
                                    "name_icns" = "fb9e83f43c0ba986843ad33a6677242d4b6e0cb1889ebf60db407e755b4d978b1.icns";
                                    "name_ico" = "6096095311ef43c81d032bfd7b527d6e802171753543c902e50a34d465018f521.ico";
                                    resolution = "512 x 512";
                                    width = 512;
                                },
                                {
                                    "date_added" = "2019-09-06 19:41:48";
                                    height = 512;
                                    language = english;
                                    likes = 0;
                                    name = "61dc2d3cfcf55ab0741bc679810fd68934322a6fa030e54097d0f5d31a2936fd1.png";
                                    "name_icns" = "540bfbff34574328aea3d1e547fa23f48b561222e8955b71f98083e710559d201.icns";
                                    "name_ico" = "20e4305d053219fcadd5d082c11be1d799529a6abfe9b9fbc637ba80044583121.ico";
                                    resolution = "512 x 512";
                                    width = 512;
                                },
                                {
                                    "date_added" = "2019-09-06 19:43:03";
                                    height = 512;
                                    language = english;
                                    likes = 0;
                                    name = "8b30bf2aeb295f85fcea5553c9c5c5356b187b29e49f9d2c0922a385651929361.png";
                                    "name_icns" = "ecb79746dd06278f237523db79af1082f774c8f23fd425012214e792d088d6641.icns";
                                    "name_ico" = "0052d640dc083e18631c8f496c0374845efb042c55884530ba16dbd3826bd6ba1.ico";
                                    resolution = "512 x 512";
                                    width = 512;
                                },
                                {
                                    "date_added" = "2019-09-06 19:43:36";
                                    height = 512;
                                    language = english;
                                    likes = 0;
                                    name = "82487c7697751833b4f38e309a8c29b5c2e534bbb732c8ea94b76aa4b2cd007e1.png";
                                    "name_icns" = "ef4eb0db2f61bca98e4847b1254c7eac36a40964561786ded31c3190555dc48e1.icns";
                                    "name_ico" = "12d7fe2aad98185125ac60eaf890ca8f2bd5ddbb2dd138bd2f5617e3c43b83341.ico";
                                    resolution = "512 x 512";
                                    width = 512;
                                }
                            );
                            timezone = GMT;
                            "timezone_str" = "Europe/London";
                        }


For more information, see https://www.kyradb.com/api
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-09-07, 12:47
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