Query String
| api_key | string | default:<<api_key>> | required |
| category | string | required | required |
| lang | string | default:en | optional |
| f | string | fiter | required |
| q | string | search | required |
Example 1
https://api.goldposter.com/v1/?q=Blue Beetle&category=search&api_key=<<api_key>>
[
{
"id": 12912106,
"is_adult": 0,
"type": "movie",
"title": "Blue Beetle",
"original_title": "Blue Beetle",
"year": "2023",
"countries": "Mexico, USA",
"genres": "Action, Adventure, Sci-Fi",
"runtime": "0",
"rating": 0,
"plot": "Jaime Reyes acquires a mysterious scarab that binds to his spine and provides him with a powerful suit of blue alien armor.",
"poster": "2022/01/blue-beetle_poster_goldposter_com_1.jpg"
},
{
"id": 10422079,
"is_adult": 0,
"type": "series",
"title": "The Blue Beetle: Ted Kord Returns!",
"original_title": "The Blue Beetle: Ted Kord Returns!",
"year": "2012",
"countries": "USA",
"genres": "Comedy",
"runtime": "0",
"rating": 7.8,
"plot": "",
"poster": "2020/04/the-blue-beetle-ted-kord-returns_poster_goldposter_com_1.jpg"
},
{
"id": 11158071,
"is_adult": 0,
"type": "movie",
"title": "DC Showcase: Blue Beetle",
"original_title": "DC Showcase: Blue Beetle",
"year": "2021",
"countries": "USA",
"genres": "Action, Animation, Short",
"runtime": "16",
"rating": 5.8,
"plot": "",
"poster": "2021/10/dc-showcase-blue-beetle_poster_goldposter_com_1.jpg"
},
{
"id": 10623537,
"is_adult": 0,
"type": "movie",
"title": "The Blue Beetle",
"original_title": "The Blue Beetle",
"year": "2006",
"countries": "USA",
"genres": "Fantasy, Short",
"runtime": "0",
"rating": 7,
"plot": "",
"poster": null
}
]
Example 2
https://api.goldposter.com/v1/?q=Blue Beetle&f=2023&category=search&api_key=<<api_key>>
[
{
"id": 12912106,
"is_adult": 0,
"type": "movie",
"title": "Blue Beetle",
"original_title": "Blue Beetle",
"year": "2023",
"countries": "Mexico, USA",
"genres": "Action, Adventure, Sci-Fi",
"runtime": "0",
"rating": 0,
"plot": "Jaime Reyes acquires a mysterious scarab that binds to his spine and provides him with a powerful suit of blue alien armor.",
"poster": "2022/01/blue-beetle_poster_goldposter_com_1.jpg"
}
]