Save Me (2013)

After choking on a hero sandwich in her kitchen and suffering a dramatic near-death experience, Beth Harper - an absentee wife and mother - is revived and claims she can now talk to God. Her teenage daughter, Emily, is horrified and her husband, Tom, is skeptical. To make matters worse, Toms ex-mistress, Carly McKenna, is in a coma after a close encounter with lightning in the Harpers front yard.

2013
Comedy
6.0
/9bpcWOlpI0MPQJVQuE2diGkyYiM.jpg Poster

Episodes

Episódio 1
Episódio 1
Episódio 1
Beth Harper, an absentee wife and mother who suffers a dramatic near-death experience and is revived only to discover that she now receives messages from God. As she warms up to her powers and begins dispensing advice that is astonishingly accurate, her husband Tom is skeptical and their teenage daughter Emily is horrified. Complicating matters even more, Tom's mistress Carly shows up to confront Beth about the affair and quickly gets a shocking surprise.
2013-05-23
8.7
Episódio 2
Episódio 2
Episódio 2
Beth tries to make amends with friends she offended in the past; Tom must adjust to his wife's new ability to communicate with God.
2013-05-23
8.7
Episódio 3
Episódio 3
Episódio 3
When Beth learns her friends and family were hoping to oust the elderly woman she wants to help from the neighborhood, she decides to go though with her plan anyway and makes a friend in the process.
2013-05-30
8.7
Episódio 4
Episódio 4
Episódio 4
Beth and Tom visit a comatose Carly in the hospital. When they hit a squirrel on the way home, Beth becomes obsessed with saving it, going to great lengths to help the animal despite the objections of her husband and friends. Later - it becomes clear to all that the squirrel is a symbol of something much more important in Beth's life.
2013-05-30
8.7
Episódio 5
Episódio 5
Episódio 5
When Beth receives a message to "Honor thy Father and thy Mother," she decides she must earn her daughter Emily's respect and make some positive changes in her life.
2013-06-06
8.7
Episódio 6
Episódio 6
Episódio 6
When Tom reveals that he's up for a big promotion, Beth decides to host a dinner party for his boss Stephanie (Debra Wilson) and her officious assistant Randall (Michael McDonald) but she becomes distracted by a garage sale she thought she had cancelled. To make matters worse, she receives a divine message to get rid of many of their worldly possessions at the sale, so by the time everyone arrives, there is not much left of the family dining room. Luckily for Beth, Tom's boss is a woman who also knows a thing or two about speaking with the Lord.
2013-06-06
8.7
Episódio 7
Episódio 7
Episódio 7
When Beth learns that the hospital where Emily was born is being shut down, she decides she must try to raise funds to save it. Unfortunately for her, her friends are busy, distracted or not at all interested. Beth's overzealousness soon becomes a big problem, but when she receives a divine visit from the Almighty herself, she realizes that she really can make a difference without making everyone do things her way.
2013-06-13
8.7

Cast

Alexandra Breckenridge
Alexandra Breckenridge
Carly McKenna
Madison Davenport
Madison Davenport
Emily Harper
Anne Heche
Anne Heche
Beth Harper
Heather Burns
Heather Burns
Jenna Dennings
Michael Landes
Michael Landes
Tom Harper
Joy Osmanski
Joy Osmanski
Maggie Tompkins

Where Watch

Images

Save Me Poster

Detailed Information

General Information

Original Title: Save Me

Creators: Hwang Dong-hyuk

Gender: Comedy,

Seasons: 1

Episodes: 13

Duration: 32-82 min

Classification: 16 anos

Production

Budget: Dados não disponíveis

Revenue: Dados não disponíveis

Awards and Recognitions

  • Emmy Award - Melhor Ator em Série Dramática (Lee Jung-jae)
  • Golden Globe - Melhor Ator Coadjuvante em Série (O Yeong-su)
  • Screen Actors Guild Award - Melhor Elenco em Série Dramática
  • Critics' Choice Television Award - Melhor Série Dramática

Interesting facts

  • A série se tornou a mais assistida da Netflix em seu lançamento.
  • O criador Hwang Dong-hyuk levou mais de 10 anos para desenvolver a série.
  • Os uniformes dos guardas foram inspirados em roupas de ginástica infantis.
  • O jogo "Batatinha Frita 1, 2, 3" é um jogo infantil coreano real.

API

Acesse os dados do filme/série através da nossa API REST. Use o endpoint abaixo para obter informações completas em formato JSON.

Endpoint da API

https://api.moviendb.com/v1/tv/44459

Parâmetros: {type} = "movie" ou "tv" | {id} = ID do filme/série

PHP com cURL

<?php
  $url = "https://api.moviendb.com/v1/tv/44459";

  $ch = curl_init();
  curl_setopt($ch, CURLOPT_URL, $url);
  curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
  $response = curl_exec($ch);
  $httpCode = curl_getinfo($ch, CURLINFO_HTTP_CODE);
  curl_close($ch);

  if ($httpCode === 200) {
    $data = json_decode($response, true);
    print_r($data);
} else {
    echo "Erro: " . $httpCode;
}
?>

PHP com file_get_contents

<?php
$url = "https://api.moviendb.com/v1/tv/44459";

$response = file_get_contents($url);

if ($response !== false) {
    $data = json_decode($response, true);
    print_r($data);
} else {
    echo "Erro ao fazer a requisição";
}
?>

JavaScript com Fetch

const url = 'https://api.moviendb.com/v1/tv/44459';

fetch(url, {
    method: 'GET',
    headers: {
        'Accept': 'application/json',
        'User-Agent': 'MovieDB-Client/1.0'
    }
})
.then(response => {
    if (!response.ok) {
        throw new Error(`HTTP error! status: ${response.status}`);
    }
    return response.json();
})
.then(data => {
    console.log(data);
    // Processar os dados aqui
})
.catch(error => {
    console.error('Erro:', error);
});

Exemplo de Resposta JSON

{
  "id": 93405,
  "name": "Round 6",
  "original_name": "오징어 게임",
  "overview": "Centenas de jogadores falidos aceitam um estranho convite...",
  "first_air_date": "2021-09-17",
  "vote_average": 8.0,
  "vote_count": 14250,
  "genres": [
    {
      "id": 18,
      "name": "Drama"
    },
    {
      "id": 9648,
      "name": "Mistério"
    }
  ],
  "seasons": [
    {
      "season_number": 1,
      "episode_count": 9,
      "air_date": "2021-09-17"
    }
  ],
  "created_by": [
    {
      "name": "Hwang Dong-hyuk"
    }
  ]
}