Apple-specific image URL fields on items
What's new
Five Apple-specific image URL fields are now exposed on item responses across all item-bearing endpoints: image_url_apple, image_url_featured_apple, icon_url_apple, background_image_url_apple, and featured_card_background_image_url_apple. All five fields are marked deprecated on introduction.
Impact
These fields surface the previously internal Apple-specific image variants on items, lootboxes, subscriptions, and virtual currencies wherever item data is returned. Because they are deprecated, do not build new integrations against them — use the standard image_url, icon_url, background_image_url, and featured_card_background_image_url fields instead.
Changes
Upgrade
- Continue to read the standard image URL fields (
image_url,icon_url,background_image_url,featured_card_background_image_url,image_url_featured) — they remain the source of truth. - Treat the new
*_applefields as deprecated. Do not depend on them for new work; plan to remove any references in existing integrations.
Need help?
Contact our integration team at [email protected]