Where are the platform images?

Need help with your application? Ask here.
Post Reply
DaveTheGeek
Posts: 3
Joined: Sun Mar 24, 2019 3:21 am

Where are the platform images?

Post 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

avojak
Posts: 1
Joined: Fri Mar 25, 2022 8:56 pm

Re: Where are the platform images?

Post 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

User avatar
edirol
Posts: 745
Joined: Thu Jun 28, 2018 1:08 am

Re: Where are the platform images?

Post by edirol »

Try /v1/Platforms/Images

pitcherposse
Posts: 1
Joined: Wed Oct 04, 2023 10:15 am

Re: Where are the platform images?

Post 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.
Last edited by pitcherposse on Thu Nov 02, 2023 3:50 am, edited 1 time in total.

Post Reply