I'm trying to request the popular TV series via
https://api.themoviedb.org/3/tv/popular?language=en-US&page=1,
but its returning not en-US.
It also doesn't match what https://www.themoviedb.org/tv displays for me,
while https://www.themoviedb.org/movie matches the endpoint.
How can I fix this?
Response:
{
"page": 1,
"results": [
{
"adult": false,
"backdrop_path": "/h0y3OzHzG4yNvn8u3Za6ByH8lrQ.jpg",
"genre_ids": [
18,
10766
],
"id": 45789,
"origin_country": [
"DE"
],
"original_language": "de",
"original_name": "Sturm der Liebe",
"overview": "These are the stories of relationships taking place in the fictional five-star hotel Fürstenhof, located in Feldkirchen-Westerham near Rosenheim with the plot revolving around members of the family room area, the hotel owners, and employees.",
"popularity": 5308.206,
"poster_path": "/9oZjOh3Va3FsiLGouhSogFsBX9G.jpg",
"first_air_date": "2005-09-26",
"name": "Sturm der Liebe",
"vote_average": 5.983,
"vote_count": 29
},
{
"adult": false,
"backdrop_path": "/ottT2Yt0OfHiHp3PHJTLNVV8JPE.jpg",
"genre_ids": [
18,
10766
],
"id": 13945,
"origin_country": [
"DE"
],
"original_language": "de",
"original_name": "Gute Zeiten, schlechte Zeiten",
"overview": "Gute Zeiten, schlechte Zeiten is a long-running German television soap opera, first broadcast on RTL in 1992. The programme concerns the lives of a fictional neighborhood in Germany's capital city Berlin. Over the years the soap opera tends to have an overhaul of young people in their late teens and early twenties; targeting a young viewership.",
"popularity": 4843.915,
"poster_path": "/fNHBzjxsydcAssxXqb5IV2obDdU.jpg",
"first_air_date": "1992-05-11",
"name": "Gute Zeiten, schlechte Zeiten",
"vote_average": 5.833,
"vote_count": 30
},
{
"adult": false,
"backdrop_path": "/rVGhUYTdicAohn2mPbgNXuO5g0e.jpg",
"genre_ids": [
18,
35,
10766
],
"id": 308,
"origin_country": [
"PT"
],
"original_language": "pt",
"original_name": "Morangos com Açúcar",
"overview": "Morangos com Açúcar was a Portuguese Teen drama. It was broadcast daily on the Portuguese TV station TVI between 30 August 2003 to 15 September 2012. It has also been broadcast in Angola, Syria, Brazil and Romania.",
"popularity": 4619.056,
"poster_path": "/uyzx0JkWOOF3Mfcq4uiuIr2Ykju.jpg",
"first_air_date": "2003-08-30",
"name": "Strawberries with Sugar",
"vote_average": 5.385,
"vote_count": 13
},
[...]
Es fehlt ein Film oder eine Serie? Logge dich ein zum Ergänzen.
Diesen Eintrag bewerten oder zu einer Liste hinzufügen?
Kein Mitglied?
Antwort von superboy97
am 8. September 2024 um 05:44
"&language=en-US" is not a language filter. This define the language in which you want to see the results if data are available in that language for the different movies.