Broken (2017)

Father Michael, a Catholic priest presiding over a Northern urban parish, who is modern, maverick, and reassuringly flawed, must be confidante, counselor and confessor to a congregation struggling to reconcile its beliefs with the challenges of daily life.

2017
Drama
6.0
/xvwcRQiE7aanggwKgwj9T3x4pdt.jpg Poster

Episodes

Christine
1h 0min
Episódio 1
Christine
O Padre Michael conhece Christina Fitzsimmons, mãe de três crianças e que está juntando dinheiro para a Primeira Comunhão de sua filha.
2017-05-30
8.7
Hellen
1h 0min
Episódio 2
Hellen
Quando a repercussão dos atos de Christina começa a causar problemas, o Padre Michael faz uma descoberta e precisa agir rápido para ajudá-la a justificar o que aconteceu às autoridades e a sua irmã, Mariella.
2017-06-06
8.7
Andrew
1h 0min
Episódio 3
Andrew
À medida que a morte de Vernon Oyenusi choca em ondas a comunidade de St. Nick, o Padre Michael tenta lidar com sua própria culpa por ter recusado o telefonema de Helen na noite passada.
2017-06-13
8.7
Roz
1h 0min
Episódio 4
Roz
Enquanto a mãe do Padre Michael continua a se deteriorar, ele tenta persuadir seus irmãos a ajudar com a carga de cuidados um pouco mais, mas suas preces são ignoradas.
2017-06-20
8.7
Carl
1h 0min
Episódio 5
Carl
O irmão de Helen Oyenusi, Daniel Martin, chega de Trindade para lhe dar suporte enquanto ela espera que o legista libere o corpo de Vernon para o funeral.
2017-06-27
8.7
Padre Michael
1h 0min
Episódio 6
Padre Michael
Enquanto as crianças Demichelis lutam para sobreviver sem sua mãe, o Padre Michael tenta ajudar, mas tem sua proposta recusada por Chloe, que ainda está zangada.
2017-07-04
8.7

Cast

Neil Bell
Neil Bell
Cash Switchers Man
Eileen Nicholas
Eileen Nicholas
Nan
Paula Malcomson
Paula Malcomson
Roz Demichelis
Mark Stanley
Mark Stanley
P.C Andrew Powell
Sean Bean
Sean Bean
Father Michael Kerrigan
Ned Dennehy
Ned Dennehy
Carl McKenna
Phil Davis
Phil Davis
Harry Parkinson
Colin Mace
Colin Mace
Norman Collins
Steve Evets
Steve Evets
Football Manager
Alan McKenna
Alan McKenna
Tom Fitzsimmons
Anna Friel
Anna Friel
Christina Fitzsimmons
Paul Copley
Paul Copley
Joe Kerrigan
Jerome Holder
Jerome Holder
Vernon Oyenusi
Danny Sapani
Danny Sapani
Daniel Martin
Muna Otaru
Muna Otaru
Helen Oyenusi
Tony Hirst
Tony Hirst
Sgt Dennis Kilcaid
Lauren Lyle
Lauren Lyle
Chloe Demichelis
Adrian Dunbar
Adrian Dunbar
Father Peter Flaherty
Aisling Loftus
Aisling Loftus
P.C. Dawn Morris
Vanessa Earl
Vanessa Earl
Beth Kerrigan
Steve Garti
Steve Garti
Eddie Kerrigan
Faye McKeever
Faye McKeever
Caroline Powell
Naomi Radcliffe
Naomi Radcliffe
Pauline Pickering
Robert Gillespie
Robert Gillespie
Father Matthew
Michael Higgs
Michael Higgs
Senior Police Officer

Where Watch

Images

Broken Poster
Broken Poster

Detailed Information

General Information

Original Title: Broken

Creators: Hwang Dong-hyuk

Gender: Drama,

Seasons: 1

Episodes: 6

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

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

PHP com cURL

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

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

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

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