The catalog
Every API, one clean contract.
64 APIs · all speak the same { ok, data, meta, error }envelope. Search, filter, and open one to see endpoints, params & live examples.
Reputation & Reviews
8 APIsE-commerce & Marketplaces
13 APIsReal Estate
5 APIsJobs & Hiring
6 APIsTravel & Lodging
5 APIsSearch & SEO
4 APIsFinance & Data
3 APIsMedia, Social & Knowledge
13 APIsUtilities & AI
7 APIsMovies & TV
live/movies-tv · 13 endpoints
post/movies-tv/v1/search1 creditsearch titles (type=multi|movie|tv|streaming)
query*typelimityearcountrypage
{
"query": "breaking bad",
"type": "tv"
}Try in playground →post/movies-tv/v1/detail2 creditsunified title detail (tv→TVmaze, movie→TMDB depth + JustWatch offers)
id*typeid_typecountryinclude_streaming
{
"id": 169,
"type": "tv"
}Try in playground →post/movies-tv/v1/episodes1 creditTV episodes (optionally one season)
id*id_typeseasonspecials
{
"id": 169,
"type": "tv"
}Try in playground →post/movies-tv/v1/cast1 creditcast (tv→TVmaze, movie→TMDB)
id*typeid_type
{
"id": 169,
"type": "tv"
}Try in playground →post/movies-tv/v1/akas1 creditalternative titles (tv→TVmaze, movie→TMDB)
id*typeid_type
{
"id": 169,
"type": "tv"
}Try in playground →post/movies-tv/v1/schedule1 creditTV broadcast (kind=tv) or streaming-premiere (kind=web) calendar
countrydatekind
{
"country": "US",
"date": "2024-01-01"
}Try in playground →post/movies-tv/v1/streaming1 creditwhere-to-watch offers via JustWatch (query/node_id/imdb/tmdb)
queryidid_typenode_idcountryobject_typestitleyear
{
"query": "inception",
"country": "US"
}Try in playground →post/movies-tv/v1/people1 creditperson search or detail (tv→TVmaze, movie→TMDB)
queryidtype
Try in playground →post/movies-tv/v1/lookup1 creditcross-resolve imdb↔tmdb↔tvmaze ids
imdb_idtmdb_idtvmaze_ididid_typetype
{
"imdb_id": "tt0903747"
}Try in playground →post/movies-tv/v1/countriesfreestreaming services available in a country (JustWatch)
country
{
"country": "US"
}Try in playground →post/movies-tv/v1/new_titles1 creditrecently added/changed on streaming (≈ catalog changes)
date*countrylimitobject_typespackages
{
"country": "US",
"date": "2026-06-01"
}Try in playground →