1993 (2017)

Rome, 30 April 1993. A crowd throws coins at Italian politician Bettino Craxi - as if the Civil War has begun. Be quick if you want a place in the new system. Now, its every man for himself. 1993 is the last chance to set up the Second Republic. Everyone fights their own battles.

2017
Drama
7.0
/pcaTWad9dZAr4XTg9sMfJhFnlxl.jpg Poster

Episodes

Episódio 1
0h 50min
Episódio 1
Episódio 1
Notte keeps working for Berlusconi who is close to entering politics. Pastore joins a group of people with AIDS, but is determined to work on his case. Bosco becomes popular, but has to help a friend in need.
2017-05-16
8.7
Episódio 2
0h 50min
Episódio 2
Episódio 2
Notte keeps working for Berlusconi who is close to entering politics. Pastore joins a group of people with AIDS, but is determined to work on his case. Bosco becomes popular, but has to help a friend in need.
2017-05-17
8.7
Episódio 3
0h 50min
Episódio 3
Episódio 3
Veronica has some trouble at work after the accident, but she would do anything to save her career. Bibi tries to help Leonardo with his secret. Bosco has got what he wanted, but the problems aren't over.
2017-05-23
8.7
Episódio 4
0h 50min
Episódio 4
Episódio 4
Notte is in prison, but Brancato offers him freedom in exchange for his help. Veronica has to avoid a scandal. Bosco is introduced to a baroness' social gathering by Gaetano Nobile. Mani Pulite investigation goes on.
2017-05-23
8.7
Episódio 5
0h 50min
Episódio 5
Episódio 5
The lives of five peoples during the "Mani Pulite" (Clean Hands) period in Italy, while in the background the fight between politics and the magistrates takes place.
2017-05-30
8.7
Episódio 6
0h 50min
Episódio 6
Episódio 6
Leo is free and wants his place in the party back. Bosco wants to become Miglio's protected. Veronica thinks life is giving her a second chance. Luca finally questions the former Health minister.
2017-05-30
8.7
Episódio 7
0h 50min
Episódio 7
Episódio 7
Bibi can't stand her situation anymore: she tries to convince Zeno to testify against Brancato and helps Luca with an arrest. Notte and Bosco carry on with their plans. Veronica wants to stop the book from being published.
2017-06-06
8.7
Episódio 8
0h 50min
Episódio 8
Episódio 8
Veronica decides to it her way and becomes interested in Berlusconi's call for candidates. Bibi is ready to talk. Luca has to make an important decision about his future. Leonardo has to deal with his past lies.
2017-06-06
8.7

Cast

Pietro Ragusa
Pietro Ragusa
Gherardo Colombo
Antonio Gerardi
Antonio Gerardi
Antonio Di Pietro
Valentina Gaia
Valentina Gaia
Segretaria Di Pietro
Miriam Leone
Miriam Leone
Veronica Castello
Domenico Diele
Domenico Diele
Luca Pastore
Tommaso Ragno
Tommaso Ragno
Michele Mainaghi
Stefano Accorsi
Stefano Accorsi
Leonardo Notte
Paolo Pierobon
Paolo Pierobon
Silvio Berlusconi
Guido Caprino
Guido Caprino
Pietro Bosco
Tea Falco
Tea Falco
Bibi Mainaghi
Eros Galbiati
Eros Galbiati
Zeno Mainaghi
Camilla Semino Favro
Camilla Semino Favro
Eva
Pieraldo Girollo
Pieraldo Girollo
Umberto Bossi

Where Watch

Images

1993 Poster
1993 Poster

Detailed Information

General Information

Original Title: 1993

Creators: Hwang Dong-hyuk

Gender: Drama,

Seasons: 1

Episodes: 8

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

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

PHP com cURL

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

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

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

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