Random movie and TV show backdrops with optional logos
Fetch random high-quality backdrops from movies and TV shows with optional localized logos.
Base URL:
https://www.dev.nebulawp.org/api/stills.php
Query Parameters:
?type=[movie|tv|both]
Content type to fetch. Default: both
?sort=[popular|new|random]
Sorting method. Default: popular
?addlogo=[position]
Add logo at position: topleft, topcenter, topright, center, bottomleft, bottomcenter, bottomright
Omit this parameter for backdrop only
?lang=[2-letter code]
Language code (e.g., en, es, fr). Auto-detected from geolocation if not specified
Example URLs:
https://www.dev.nebulawp.org/api/stills.php?type=movie&sort=popular
https://www.dev.nebulawp.org/api/stills.php?type=tv&addlogo=bottomright
https://www.dev.nebulawp.org/api/stills.php?type=both&sort=new&lang=en
https://www.dev.nebulawp.org/api/stills.php?type=both&addlogo=center&sort=random
HTML Usage:
<img src="https://www.dev.nebulawp.org/api/stills.php?type=movie&addlogo=bottomright" alt="Movie Still">
Features:
💡 Use Cases:
⚠️ API Info:
Images are fetched from TMDB API. Respect their rate limits and consider caching results for production use.