The Curse (2022)

In 1980s East London, a gang of hopeless crooks become embroiled in a major gold heist.

2022
Drama
Crime
Comedy
5.0
/kGr8ulZ31zzidZUHxihjgNCxbjR.jpg Poster

Episodes

Episódio 1
0h 24min
Episódio 1
Episódio 1
It's the early 80s, and times are hard in London's East End. But when Albert and his gang of small-time crooks get a lot more than they bargained for, life is set to change forever...
2022-02-06
8.7
Episódio 2
0h 24min
Episódio 2
Episódio 2
News of the robbery spreads far and wide. As the oblivious gang try to work out an even split of the gold, the police start to sniff around for clues. Will Sidney give the game away?
2022-02-13
8.7
Episódio 3
0h 24min
Episódio 3
Episódio 3
Mick sets about hiding the loot, while Albert and Natasha get an offer they really can't refuse. The gang escape to a safe house, but things take an unexpected turn.
2022-02-20
8.7
Episódio 4
0h 24min
Episódio 4
Episódio 4
Albert throws himself into smelting gold as fast as Billy can sell it on. With cash rolling in, some of the gang are invited to meet mysterious money launderer The Baptist. But cracks start to show.
2022-02-27
8.7
Episódio 5
0h 24min
Episódio 5
Episódio 5
Living it large with nightclubs and gold Bentleys, Mick and Phil are starting to draw unwanted attention. Meanwhile, Sidney's getting death threats. As the net closes in, is time running out?
2022-03-06
8.7
Episódio 6
0h 24min
Episódio 6
Episódio 6
The police are getting close, and Ma McTavish is breathing down Mick's neck for her share of the gold. Time to make a run for it. But how? Well, Albert has a plan - and this time, it might just work!
2022-03-13
8.7
Episódio 1
0h 24min
Episódio 1
Episódio 1
Spain, 1985. Eighteen months have passed since the gang's gold heist. While Mick languishes in prison, Albert, Tash and Sidney have escaped to start a new life on the Costa del Crime.
2023-04-27
8.7
Episódio 2
0h 25min
Episódio 2
Episódio 2
Tash and Albert receive some unexpected visitors - and their arrival threatens to upend everything they've built.
2023-04-27
8.7
Episódio 3
0h 25min
Episódio 3
Episódio 3
The gang head to Colombia to meet the cartel, headed by the infamous Pablo Escobar, to discuss their gold for cocaine trade. Meanwhile, Tash's friendship blossoms with undercover Detective Thread and Sidney has an unexpected visitor at his beach bar.
2023-05-04
8.7
Episódio 4
0h 25min
Episódio 4
Episódio 4
All hell breaks loose as the gang become front page news. Their new life in Spain is under threat, and drastic action is needed. But it's not long before they pass the point of no return.
2023-05-04
8.7
Episódio 5
0h 25min
Episódio 5
Episódio 5
The boys head out to sea to make the trade with the Colombians, while Tash receives an unwelcome visitor whose arrival changes everything.
2023-05-11
8.7
Episódio 6
0h 25min
Episódio 6
Episódio 6
Tash is under arrest and, as the gang ponder their next move, Albert makes a shocking discovery that forces the boys to make their final move.
2023-05-11
8.7

Cast

Thérèse Bradley
Thérèse Bradley
Ma McTavish
Abraham Popoola
Abraham Popoola
Joey Boy
Emer Kenny
Emer Kenny
Natasha
Steve Stamp
Steve Stamp
Sidney Wilson

Where Watch

Images

The Curse Poster
The Curse Poster

Detailed Information

General Information

Original Title: The Curse

Creators: Hwang Dong-hyuk

Gender: Drama, Crime, Comedy,

Seasons: 2

Episodes: 12

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

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

PHP com cURL

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

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

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

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