diff --git a/API:Movie-Lookup.md b/API:Movie-Lookup.md index dc41814..16f79b8 100644 --- a/API:Movie-Lookup.md +++ b/API:Movie-Lookup.md @@ -4,19 +4,20 @@ Searches for new movies on trakt ##### Search by term ###### -**Endpoint: "/movie/lookup"** + +Endpoint: "/movie/lookup" Required: `term` = Either the Movie's Name, using `%20` to signify spaces, as in `term=Star%20Wars` ##### Search by The Movie Database ID ###### -**Endpoint: "/movie/lookup/tmdb"** +Endpoint: "/movie/lookup/tmdb" Required: `tmdbId` = `tmdbId=348350` ##### Search using IMDB id ###### -**Endpoint: "/movie/lookup/imdb"** +Endpoint: "/movie/lookup/imdb" Required: `imdbId` = `tmdbId=tt3778644`