The Split (2018)

The Defoes, a family of female divorce lawyers, are forced to face their past following the return of their estranged father after a 30 year absence.

2018
Drama
7.0
/bpfExNDZXB0iTvb6YGDC2tl20fs.jpg Poster

Episodes

Episódio 1
0h 58min
Episódio 1
Episódio 1
Lawyer Hannah Defoe and her family are reunited to attend the wedding of Hannah’s daughter Liv and fiance Gael at a magnificent vineyard nestled in the Catalan countryside.
2024-12-29
8.7
Episódio 2
0h 59min
Episódio 2
Episódio 2
Explosive secrets come to light that threaten to derail the wedding, unravel a marriage of 30 years, and encourage Hannah to finally face her fears and commit to something new.
2024-12-30
8.7
Episódio 1
0h 58min
Episódio 1
Episódio 1
A leading divorce lawyer finds business is personal when she leaves the family firm for a rival and finally faces her estranged father, who walked out 30 years ago.
2018-04-24
8.7
Episódio 2
0h 58min
Episódio 2
Episódio 2
Things become increasingly complicated for Hannah as she faces Christie’s ex-wife in a tricky prenup, and the three sisters meet their father for the first time.
2018-05-01
8.7
Episódio 3
0h 58min
Episódio 3
Episódio 3
Hannah represents a woman fighting to save the embryos created during a marriage that is now ending in divorce. Oscar’s return continues to have an impact on the entire family.
2018-05-08
8.7
Episódio 4
0h 58min
Episódio 4
Episódio 4
An online illicit dating website is hacked, providing Hannah with an explosive case. At home, Ruth hosts a dinner party for all the family with disastrous consequences.
2018-05-15
8.7
Episódio 5
0h 58min
Episódio 5
Episódio 5
Hannah, for so long adept at navigating other people's lives and relationships, is confronted with painful questions about her own marriage.
2018-05-22
8.7
Episódio 6
0h 58min
Episódio 6
Episódio 6
Maya, Oscar's second wife, finally arrives in London. But as the family try to heal divisions and look to the future, Hannah and Nathan are still fighting to save their marriage.
2018-05-29
8.7
Episódio 1
0h 58min
Episódio 1
Episódio 1
Hannah meets a TV presenter who needs her help, Ruth comes to terms with a different pace of life, and Zander introduces an unsettling new colleague to the firm.
2020-02-11
8.7
Episódio 2
0h 58min
Episódio 2
Episódio 2
As Hannah prepares Fi Hansen for her divorce, she feels increasingly stressed by the double life she is leading with Christie when Nathan’s suspicions are raised.
2020-02-18
8.7
Episódio 3
0h 58min
Episódio 3
Episódio 3
Hannah's personal and professional lives collide when Nathan helps out with the Hansen case, as she desperately tries to cover up evidence of her affair with Christie.
2020-02-25
8.7
Episódio 4
0h 58min
Episódio 4
Episódio 4
Secrets come out and lies unravel as Hannah deals with the fallout from her Anniversary Party, while the Noble Hale Defoe team attend an awards ceremony for Ruth.
2020-03-03
8.7
Episódio 5
0h 58min
Episódio 5
Episódio 5
With the revelation of Hannah and Christie’s affair out in the open, Hannah tries to make amends and rebuild her marriage.
2020-03-10
8.7
Episódio 6
0h 58min
Episódio 6
Episódio 6
After Hannah’s heart-breaking confession to Nathan about the night before their wedding, their marriage is in turmoil.
2020-03-17
8.7
Episódio 1
0h 59min
Episódio 1
Episódio 1
Hannah and Nathan are in the final stages of negotiating their divorce, but when it becomes clear Nathan has met someone else, the amicable separation takes a turn for the worse.
2022-04-04
8.7
Episódio 2
0h 58min
Episódio 2
Episódio 2
Hannah’s relationship with Nathan unravels when he drops a bombshell, and Rose struggles to cope with her grief.
2022-04-11
8.7
Episódio 3
0h 58min
Episódio 3
Episódio 3
Tensions rise as Hannah and Nathan struggle to disentangle their lives. Christie arrives in London and Rose has a clear out.
2022-04-18
8.7
Episódio 4
0h 58min
Episódio 4
Episódio 4
Hannah allows herself to dream of a life elsewhere with Christie, whilst Nathan starts to doubt his relationship with Kate. Ruth breaks some devastating news to Zander.
2022-04-25
8.7
Episódio 5
0h 58min
Episódio 5
Episódio 5
Rose grapples with James’ absence at the family camping trip. Ruth learns of Nina and Tyler’s affair, and the extent of Tyler’s deceit is revealed.
2022-05-02
8.7
Episódio 6
0h 58min
Episódio 6
Episódio 6
With Kate and Nathan’s relationship on the rocks Hannah makes a decision which shapes all their futures.
2022-05-09
8.7

Cast

Deborah Findlay
Deborah Findlay
Ruth Defoe
Annabel Scholey
Annabel Scholey
Nina Defoe
Nicola Walker
Nicola Walker
Hannah Sterne
Stephen Mangan
Stephen Mangan
Nathan Sterne

Where Watch

Images

The Split Poster
The Split Poster

Detailed Information

General Information

Original Title: The Split

Creators: Hwang Dong-hyuk

Gender: Drama,

Seasons: 3

Episodes: 20

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/79053

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

PHP com cURL

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

  $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/79053";

$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/79053';

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"
    }
  ]
}