From omdbapi: ".$movie->Title.""); // for testing array access if(property_exists($movie, "Title")) // check that response is not false return $movie; // return associative array else return "No Information Available"; } ?>