Back to API Hub

Media Stills API

Random movie and TV show backdrops with optional logos

Live Preview

API Documentation

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:

  • High-quality 1920x1080 images from TMDB
  • Automatic geolocation-based content localization
  • Logo overlay with intelligent positioning
  • Support for movies and TV shows
  • Multiple sorting options (popular, new, random)
  • Manual language override

💡 Use Cases:

  • • Dynamic website backgrounds
  • • Content discovery widgets
  • • Media showcase applications
  • • Testing and placeholders

⚠️ API Info:

Images are fetched from TMDB API. Respect their rate limits and consider caching results for production use.