How to download celebrity images using the API

Use this forum to discuss issues related to the SD-JSON service.
Post Reply
paul-h
Posts: 1
Joined: Thu Jun 30, 2022 6:15 am

How to download celebrity images using the API

Post by paul-h »

I'm trying to download the cast images available through the API. I can get the list of available images for a cast member using the metadata/celebrity endpoint for example :- https://json.schedulesdirect.org/201412 ... rity/87268 .

The problem is when I try to download one of the images I always seem to get a 404 page not found error.
For example the first image has a uri of assets/87268_v9_ba.jpg so I try to download from https://json.schedulesdirect.org/201412 ... _v9_ba.jpg which should return a 303 redirect with the correct URL but I always get a 404 :?

What am I doing wrong :?:
Post Reply