How do languages work with image queries?
poster_path
, backdrop_path
, and still_path
varies based on language preferences, availability, and fallback logic. Below is a detailed explanation of how each field operates:
Poster_path
en
or fr
).
en-US
or fr-CA
), regional variants for images are not currently supported. This functionality is planned for a future update.
/images
, the language parameter filters by language tags. Use
include_image_language
to add images from other languages or untagged ones.
Take a look below where we give an example of requesting the images tagged
with English and also those not tagged with any language.include_image_language
parameter. This query (en
,null
) is looking for all images that match English and those that haven’t been set yet (null).
Better yet, you can do query this image method in a single request by using append_to_response
: