IMDB
API actions for the IMDB integration.
IMDB
Access and retrieve information about movies, TV shows, actors, and other entertainment content from IMDB.
Search for a title on IMDb
Opens IMDb and searches for a movie, show, or person by name.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | Yes | The title or name to search for on IMDb |
Response
{
"status": "success"
}