The Movie Database Support Forum

Whenever I try to search for a movie with the API, I can't find the movie that should exist on the DB. When I use the website, I get the correct result as the first thing on the list.

My API request looks like this:

https://api.themoviedb.org/3/search/movie?query=Bridget+Jones+Verrueckt+nach+ihm

I get back:

{
    "page": 1,
    "results": [],
    "total_pages": 1,
    "total_results": 0
}

However, on the website I get one search result, which is the one I am looking for.

Thanks in advance!

1 Antwort (Seite 1 von 1)

Jump to last post

@Appetite9119 said: My API request looks like this:

https://api.themoviedb.org/3/search/movie?query=Bridget+Jones+Verrueckt+nach+ihm

I try

https://api.themoviedb.org/3/search/movie?api_key={{TMDB_API_KEY}}&query=Bridget+Jones+Verrückt+nach+ihm&include_adult=false&language=en-US&page=1

No prob, I got result

{
    "page": 1,
    "results": [
        {
            "adult": false,
            "backdrop_path": "/zwSDvbnN51JqU1ULzPnEc22DkqV.jpg",
            "genre_ids": [
                10749,
                35,
                18
            ],
            "id": 1272149,
            "original_language": "en",
            "original_title": "Bridget Jones: Mad About the Boy",
            "overview": "Bridget Jones navigates life as a widow and single mum with the help of her family, friends, and former lover, Daniel. Back to work and on the apps, she's pursued by a younger man and maybe – just maybe – her son's science teacher.",
            "popularity": 10.7298,
            "poster_path": "/taEVBdVSqYo9YeN3ycw2SosklZL.jpg",
            "release_date": "2025-02-12",
            "title": "Bridget Jones: Mad About the Boy",
            "video": false,
            "vote_average": 6.585,
            "vote_count": 329
        }
    ],
    "total_pages": 1,
    "total_results": 1
}

Es fehlt ein Film oder eine Serie? Logge dich ein zum Ergänzen.

Allgemein

s Fokus auf Suchfeld
p Profil öffnen
esc Fenster schließen
? Tastenkürzel anzeigen

Videos

b Zurück
e Bearbeiten

Staffeln

Nächste Staffel
Vorherige Staffel

Episoden

Nächste Episode
Vorherige Episode

Bilder

a Poster oder Hintergrundbild hinzufügen

Editieren

t Sprachauswahl öffnen
ctrl+ s Speichern

Diskussionen

n Neue Diskussion erstellen
w Beobachten an / aus
p Diskussion öffentlich / privat
c Diskussion öffnen / schließen
a Diskussionsverlauf anzeigen
r Auf Diskussion antworten
l Letzte Antwort anzeigen
ctrl+ enter Senden
Nächste Seite
Vorherige Seite

Einstellungen

Diesen Eintrag bewerten oder zu einer Liste hinzufügen?

Anmelden