curl --request GET \
--url https://api.themoviedb.org/3/search/tv
{
"page": 1,
"results": [
{
"adult": false,
"backdrop_path": "/mu3lEhGovyhKHPJzb7HNYtZUCDT.jpg",
"first_air_date": "2005-10-13",
"genre_ids": [
10766
],
"id": 206559,
"name": "Binnelanders",
"origin_country": [
"ZA"
],
"original_language": "af",
"original_name": "Binnelanders",
"overview": "A South African Afrikaans soap opera. It is set in and around the fictional private hospital, Binneland Kliniek, in Pretoria, and the storyline follows the trials, trauma and tribulations of the staff and patients of the hospital.",
"popularity": 4638.165,
"poster_path": "/3bzECfllho8PphdYujLUIuhncJD.jpg",
"vote_average": 5.6,
"vote_count": 80
}
],
"total_pages": 1,
"total_results": 1
}
Search for TV shows by their original, translated and also known as names.
curl --request GET \
--url https://api.themoviedb.org/3/search/tv
{
"page": 1,
"results": [
{
"adult": false,
"backdrop_path": "/mu3lEhGovyhKHPJzb7HNYtZUCDT.jpg",
"first_air_date": "2005-10-13",
"genre_ids": [
10766
],
"id": 206559,
"name": "Binnelanders",
"origin_country": [
"ZA"
],
"original_language": "af",
"original_name": "Binnelanders",
"overview": "A South African Afrikaans soap opera. It is set in and around the fictional private hospital, Binneland Kliniek, in Pretoria, and the storyline follows the trials, trauma and tribulations of the staff and patients of the hospital.",
"popularity": 4638.165,
"poster_path": "/3bzECfllho8PphdYujLUIuhncJD.jpg",
"vote_average": 5.6,
"vote_count": 80
}
],
"total_pages": 1,
"total_results": 1
}
"%22Binnelanders%22"
"false"
"en-US"
"1"
TV
The response is of type object
.