Skip to content

URL shape & idTypes

GET https://api.aioratings.com/{key}/{idType}/{style}/{id}.jpg
SegmentValuesNotes
{key}your API key, or h.{hash}The hashed form fetches posters but is not an account credential.
{idType}imdb · tmdb · tvdbSee the table below.
{style}poster-default, or a profileposter-default is the built-in style; custom profiles are premium/pro.
{id}the title idFormat depends on {idType}.
.jpg.jpgThe poster file extension.
idTypemediaId formatExample
imdbIMDb id, with or without the tt prefixtt0903747 or 0903747
tmdbmovie-{id} or tv-{id}movie-1396, tv-1396
tvdbTVDB numeric id81189

Notes:

  • For imdb, the leading tt is optional — the API normalizes it.
  • For tmdb, you must include the media-type prefix (movie- or tv-), because a TMDB numeric id alone is ambiguous between a movie and a TV show.
  • The id may also carry movie- / series- / episode- prefixes (RPDB style); these are tolerated and normalized.

poster-default is the poster endpoint. The aioratings render engine also exposes backdrop, logo and episode-still endpoints — see Endpoints for the full list and their URL shapes.

  • .jpg — the poster, backdrop and episode-still file extension; widely compatible with every media tool.