Ordinary Person (2017)

Major crimes unit detective Seong-jin arrests Tae-sung for petty crimes, but shocked to find out that he is the notorious serial killer. However, Seong-jin becomes doubtful of his identity as the serial murder case is investigated.

2017
Drama
Crime
Action
Mystery
7.0
/kuX4Gp9xV1AAYZ3BYGqo1uwtjF2.jpg Poster

Cast

Ju Seok-tae
Ju Seok-tae
Young prosecutor
Song Yo-sep
Song Yo-sep
Torture expert
Matthew Douma
Matthew Douma
Michael
Lee Yu-jin
Lee Yu-jin
Choi Mi-ja
Jeong Man-sik
Jeong Man-sik
Sin Yong-soo
Kim Sang-ho
Kim Sang-ho
Jae Jin
Son Hyun-joo
Son Hyun-joo
Kang Seong-jin
Park Ji-il
Park Ji-il
General manager Lee
Ra Mi-ran
Ra Mi-ran
Song Jeong-sook
Choi Youn-so
Choi Youn-so
Ji-sook
Jang Hyuk
Jang Hyuk
Choi Gyu-nam
Jang Kwang
Jang Kwang
Assemblyman Kim
Kim Moon-jong
Kim Moon-jong
Agency for National Security Planning Agent Kim
Park Hyoung-soo
Park Hyoung-soo
Agent
Lim Yong-soon
Lim Yong-soon
Lawmaker Jung
Jo Dal-hwan
Jo Dal-hwan
Kim Tae-sung
Kang Chae-min
Kang Chae-min
Min-guk's son
Park Kyung-geun
Park Kyung-geun
Group leader Yang
Yeo Moo-yeong
Yeo Moo-yeong
Professor Park
Jeong Han-bin
Jeong Han-bin
NSP agent
Kang Dong-woo
Kang Dong-woo
Detective Kang
Son Byung-ho
Son Byung-ho
Heo Seon-haeng
Heo Seon-haeng
Director Kang
Park Jae-cheol
Park Jae-cheol
Pug dog's gang
Lee Jung-chul
Lee Jung-chul
Press bureau director
Lee Seung-yong
Lee Seung-yong
Free Daily reporter
Ji Seung-hyun
Ji Seung-hyun
Park Dong-gyu
Jong Ho
Jong Ho
Reporter
Oh Yeon-ah
Oh Yeon-ah
Park Sun-hee
Nam Jeong-woo
Nam Jeong-woo
Newspaper reporter
Kim Si-young
Kim Si-young
Reporter
Kim Young
Kim Young
Student
Jang Yong-bok
Jang Yong-bok
Mr. No
Jang Yong-chul
Jang Yong-chul
General Manager Ma
Kim Song-il
Kim Song-il
Detective Kim
Heo Na-kyung
Heo Na-kyung
Gisaeng
Lee Ja-eun
Lee Ja-eun
Cafe woman
Choi Seong-min
Choi Seong-min
Kim Dae-sik
Oh Jin-ha
Oh Jin-ha
Nurse
Lim Ji-Min
Lim Ji-Min
Gisaeng at Korean restaurant
Hwang Moo-young
Hwang Moo-young
Kim Jung-soo
Kim Jung-soo
Police chief
Noh Shi-hong
Noh Shi-hong
Torture tech
Shin Jeong-man
Shin Jeong-man
Montage man
Jang Young
Jang Young
Doctor

Images

Ordinary Person Poster
Ordinary Person Poster

Detailed Information

General Information

Original Title: Ordinary Person

Creators: Hwang Dong-hyuk

Gender: Drama, Crime, Action, Mystery,

Duration: 32-82 min

Classification: 16 anos

Production

Budget: $0.00

Revenue: $0.00

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/movie/442845

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

PHP com cURL

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

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

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

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