omdbapi / OMDb-API

The Open Movie Database Bug Tracking
418 stars 21 forks source link

Inconsistency between OMDB API and OMDB.org #266

Open robinjanssens opened 2 years ago

robinjanssens commented 2 years ago

OMDB API gives the following episode information back when querying for Family Guy Season 1:

http://www.omdbapi.com/?apikey=<key>&t=Family%20Guy&Season=1

- {'Title': 'Family Guy', 'Released': 'N/A', 'Episode': '0', 'imdbRating': '7.2', 'imdbID': 'tt5009240'}
- {'Title': 'I Never Met the Dead Man', 'Released': '1999-04-11', 'Episode': '2', 'imdbRating': '7.5', 'imdbID': 'tt0576942'}
- {'Title': 'Chitty Chitty Death Bang', 'Released': '1999-04-18', 'Episode': '3', 'imdbRating': '7.6', 'imdbID': 'tt0576924'}
- {'Title': 'Mind Over Murder', 'Released': '1999-04-25', 'Episode': '4', 'imdbRating': '7.5', 'imdbID': 'tt0576948'}
- {'Title': 'A Hero Sits Next Door', 'Released': '1999-05-02', 'Episode': '5', 'imdbRating': 'N/A', 'imdbID': 'tt0576911'}
- {'Title': 'The Son Also Draws', 'Released': '1999-05-09', 'Episode': '6', 'imdbRating': '7.2', 'imdbID': 'tt0576972'}
- {'Title': 'Brian: Portrait of a Dog', 'Released': '1999-05-16', 'Episode': '7', 'imdbRating': '7.5', 'imdbID': 'tt0576923'}

Episode 1 is missing while there is an episode 0 with the imdbID of episode 1, but with the wrong title.

also querying on the specific episode doesn't work as episode 1 is not found only episode 0

http://www.omdbapi.com/?apikey=<key>&t=Family%20Guy&Season=1&Episode=0 -> exists http://www.omdbapi.com/?apikey=<key>&t=Family%20Guy&Season=1&Episode=1 -> doesn't exist

The website episode guide shows the correct data.

https://www.omdb.org/en/de/movie/2367-family-guy/episodeguide

mades797 commented 2 years ago

I've seen similar issues in the last few days. Examples: The Wire season 1 is missing episodes 1, 3, 11 and 12 http://www.omdbapi.com/?apikey=<api-key>&Season=1&i=tt0306414 Response:

{
    "Title": "The Wire",
    "Season": "1",
    "totalSeasons": "5",
    "Episodes": [
        {
            "Title": "The Detail",
            "Released": "2002-06-09",
            "Episode": "2",
            "imdbRating": "8.2",
            "imdbID": "tt0749448"
        },
        {
            "Title": "Old Cases",
            "Released": "2002-06-23",
            "Episode": "4",
            "imdbRating": "8.3",
            "imdbID": "tt0749437"
        },
        {
            "Title": "The Pager",
            "Released": "2002-06-30",
            "Episode": "5",
            "imdbRating": "8.3",
            "imdbID": "tt0749450"
        },
        {
            "Title": "The Wire",
            "Released": "2002-07-07",
            "Episode": "6",
            "imdbRating": "N/A",
            "imdbID": "tt0749452"
        },
        {
            "Title": "One Arrest",
            "Released": "2002-07-21",
            "Episode": "7",
            "imdbRating": "8.5",
            "imdbID": "tt0749438"
        },
        {
            "Title": "Lessons",
            "Released": "2002-07-28",
            "Episode": "8",
            "imdbRating": "8.5",
            "imdbID": "tt0749433"
        },
        {
            "Title": "Game Day",
            "Released": "2002-08-04",
            "Episode": "9",
            "imdbRating": "8.7",
            "imdbID": "tt0749429"
        },
        {
            "Title": "The Cost",
            "Released": "2002-08-11",
            "Episode": "10",
            "imdbRating": "N/A",
            "imdbID": "tt0749447"
        },
        {
            "Title": "Sentencing",
            "Released": "2002-09-08",
            "Episode": "13",
            "imdbRating": "N/A",
            "imdbID": "tt0749441"
        }
    ],
    "Response": "True"
}

The Simpsons season 6 is missing episodes 2, 6, 8, 12, 14, 15, 17, 23, and 25 http://www.omdbapi.com/?i=tt0096697&apikey=<api-key>&Season=6 Response:

{
    "Title": "The Simpsons",
    "Season": "6",
    "totalSeasons": "34",
    "Episodes": [
        {
            "Title": "Bart of Darkness",
            "Released": "1994-09-04",
            "Episode": "1",
            "imdbRating": "N/A",
            "imdbID": "tt0763026"
        },
        {
            "Title": "Another Simpsons Clip Show",
            "Released": "1994-09-25",
            "Episode": "3",
            "imdbRating": "5.8",
            "imdbID": "tt0701053"
        },
        {
            "Title": "Itchy & Scratchy Land",
            "Released": "1994-10-02",
            "Episode": "4",
            "imdbRating": "8.6",
            "imdbID": "tt0778449"
        },
        {
            "Title": "Sideshow Bob Roberts",
            "Released": "1994-10-09",
            "Episode": "5",
            "imdbRating": "8.2",
            "imdbID": "tt0701207"
        },
        {
            "Title": "Bart's Girlfriend",
            "Released": "1994-11-06",
            "Episode": "7",
            "imdbRating": "8.1",
            "imdbID": "tt0701065"
        },
        {
            "Title": "Homer Badman",
            "Released": "1994-11-27",
            "Episode": "9",
            "imdbRating": "8.9",
            "imdbID": "tt0701109"
        },
        {
            "Title": "Grampa vs. Sexual Inadequacy",
            "Released": "1994-12-04",
            "Episode": "10",
            "imdbRating": "8.1",
            "imdbID": "tt0778448"
        },
        {
            "Title": "Fear of Flying",
            "Released": "1994-12-18",
            "Episode": "11",
            "imdbRating": "7.7",
            "imdbID": "tt0701097"
        },
        {
            "Title": "And Maggie Makes Three",
            "Released": "1995-01-22",
            "Episode": "13",
            "imdbRating": "8.8",
            "imdbID": "tt0757016"
        },
        {
            "Title": "Bart vs. Australia",
            "Released": "1995-02-19",
            "Episode": "16",
            "imdbRating": "8.5",
            "imdbID": "tt0778446"
        },
        {
            "Title": "A Star Is Burns",
            "Released": "1995-03-05",
            "Episode": "18",
            "imdbRating": "8.5",
            "imdbID": "tt0701045"
        },
        {
            "Title": "Lisa's Wedding",
            "Released": "1995-03-19",
            "Episode": "19",
            "imdbRating": "8.3",
            "imdbID": "tt0701165"
        },
        {
            "Title": "Two Dozen and One Greyhounds",
            "Released": "1995-04-09",
            "Episode": "20",
            "imdbRating": "N/A",
            "imdbID": "tt0701289"
        },
        {
            "Title": "The PTA Disbands",
            "Released": "1995-04-16",
            "Episode": "21",
            "imdbRating": "8.0",
            "imdbID": "tt0778454"
        },
        {
            "Title": "'Round Springfield",
            "Released": "1995-04-30",
            "Episode": "22",
            "imdbRating": "8.2",
            "imdbID": "tt0701041"
        },
        {
            "Title": "Lemon of Troy",
            "Released": "1995-05-14",
            "Episode": "24",
            "imdbRating": "8.7",
            "imdbID": "tt0757018"
        }
    ],
    "Response": "True"
}
ianlenehan commented 2 years ago

I am seeing missing seasons. For example, Westworld through the API shows a total of 3 seasons, and can only return data for season 3. Yet all 4 seasons are showing in OMDB.org. This has been happening recently with other titles too.

tgreve15 commented 1 month ago

I was under the impression omdbapi draws from wikidata not omdb.org