N
NHD Embed

Developer Friendly API

Integrate our player in seconds. Just pass the TMDB or IMDb ID and we handle the rest.

>_ www.nhdapi.com
// Authenticate with your API key

Sign up for a free key (see it any time on your account page). Append it as ?key= to any URL below — required for the JSON API, optional for embed pages (only needed there to turn ads off on an ad-free plan).

// Embed a Movie using TMDB or IMDb ID
HTML iframe example
<iframe src="http://www.nhdapi.com/movie/550" width="100%" height="100%" frameborder="0" allowfullscreen></iframe>
Direct endpoint
http://www.nhdapi.com/movie/{tmdbId/imdbId}
// Embed a TV Show using TMDB ID, Season, and Episode
HTML iframe example
<iframe src="http://www.nhdapi.com/tv/1399/1/1" width="100%" height="100%" frameborder="0" allowfullscreen></iframe>
Direct endpoint
http://www.nhdapi.com/tv/{tmdbId/imdbId}/{season}/{episode}

Errors & limits

Error response shape
{ "success": false, "error": "..." }

401 invalid/missing key  •  429 daily limit or rate limit reached  •  403 title blocked  •  500 extraction failed after trying every provider.

Free-plan keys get a limited number of extractions per day (see Account) — upgrade on Pricing for a higher/unlimited cap.