Page 1 of 1

Where are the platform images?

Posted: Sun Mar 24, 2019 8:27 pm
by DaveTheGeek
The /Platforms endpoint provides image filenames in the "icon", "console", and "controller" attributes.

Where are these files located?

I noticed through the images endpoint that they might be in a CDN.

I tried "https://cdn.thegamesdb.net/images/cropp ... 524756.png" without any luck.

I tried these without success as well:
https://cdn.thegamesdb.net/images/origi ... 524756.png
https://cdn.thegamesdb.net/images/icon/ ... 524756.png
https://cdn.thegamesdb.net/images/origi ... 524756.png
https://cdn.thegamesdb.net/images/console/1.png
https://cdn.thegamesdb.net/images/controller/1.png
https://cdn.thegamesdb.net/images/origi ... ller/1.png

Re: Where are the platform images?

Posted: Thu Jul 21, 2022 3:54 pm
by avojak
Based on how platforms are displayed on the website (https://thegamesdb.net/list_platforms.php), it looks like the base URL is:

Code: Select all

https://cdn.thegamesdb.net/images/original/consoles/png48/
So in your example it'd be:

Code: Select all

https://cdn.thegamesdb.net/images/original/consoles/png48/pc-1336524756.png

Re: Where are the platform images?

Posted: Sun Jul 24, 2022 1:17 am
by edirol
Try /v1/Platforms/Images

Re: Where are the platform images?

Posted: Thu Nov 02, 2023 3:49 am
by pitcherposse
avojak wrote:
Thu Jul 21, 2022 3:54 pm
Based on how platforms are displayed on the website (https://thegamesdb.net/list_platforms.php eggy car), it looks like the base URL is:

Code: Select all

https://cdn.thegamesdb.net/images/original/consoles/png48/
So in your example it'd be:

Code: Select all

https://cdn.thegamesdb.net/images/original/consoles/png48/pc-1336524756.png
Thanks, I saw it.