1. Home
  2. Docs
  3. GPDB API
  4. Movies
  5. Get Details from GoldPoster ID

Get Details from GoldPoster ID

Get the primary information about a movie from GoldPoster ID.

 

api_key string default:<<api_key>> required
id string required required
lang string default:en optional

Example

https://api.goldposter.com/v1/?id=92010&api_key=<<api_key>>

{
"id": 92010,
"is_adult": 0,
"type": "movie",
"title": "Avatar: The Way of Water",
"original_title": "Avatar: The Way of Water",
"year": 2022,
"countries": "USA",
"mppa": "PG-13",
"genres": "Action, Adventure, Sci-Fi",
"runtime": 192,
"release": "2022-12-16",
"languages": [
"English"
],
"rating": 7.7,
"plot": "Twelve years after exploring Pandora and joining the Na’vi, Jake Sully has since raised a family with Neytiri and established himself within the clans of the new world. Of course, peace can only last so long. Especially when the military organization from the original film returns to “finish what they started”.",
"poster": "2022/11/avatar-the-way-of-water_poster_goldposter_com_33.jpg"
}
Was this article helpful to you? Yes No

How can we help?