I Feel Bad (2018)

Emet is the perfect mom, boss, wife, friend and daughter. Okay, shes not perfect. In fact, shes just figuring it out like the rest of us. Sure, she feels bad when she has a sexy dream about someone other than her husband, or when she pretends not to know her kids when they misbehave in public, or when she uses her staff to help solve personal problems. But thats okay, right? Nobody can have it all and do it perfectly.

2018
Comedy
5.0
/9kTwJBdfI9IJ2nt1AtJUD27MxqW.jpg Poster

Episodes

Episódio 1
0h 23min
Episódio 1
Episódio 1
When Emet starts to worry that her biggest fear is coming true, she makes a concerted effort to be the opposite of her judgmental mother, Maya. Her limits are tested when her daughter, Lily, joins a provocative dance team.
2018-09-19
8.7
Episódio 2
0h 23min
Episódio 2
Episódio 2
When Emet’s parents temporarily move in, she becomes overwhelmed and finds a sneaky way to get a much-needed break.
2018-09-19
8.7
Episódio 3
0h 23min
Episódio 3
Episódio 3
When Emet tells a lie about her son Louie's accomplishments to make her life run more smoothly, it ends up working a little too well... setting up a chain of events that dig her in too deep to come clean.
2018-10-04
8.7
Episódio 4
0h 23min
Episódio 4
Episódio 4
When Emet realizes she and David might be coddling Louie too much, she decides it’s time for him to grow up... only to learn he’s more mature than she thought. After some introspection of their own mother-son relationships, the guys at work go on a mom-cleanse.
2018-10-11
8.7
Episódio 5
0h 23min
Episódio 5
Episódio 5
An upcoming launch party at GamePunch throws Emet’s vanity into overdrive. Intent on scrubbing a bad picture off the company website, Emet is dead set on redeeming herself and getting the perfect photo at this year’s party – that means getting her hair done, professional make-up and toning up a problem area: her husband.
2018-10-18
8.7
Episódio 6
0h 23min
Episódio 6
Episódio 6
Emet tells her kids to be nice to each other, but she struggles to follow her own rules when her annoying cousin Leena visits; despite Emet's best efforts to be nice, Leena manages to push her buttons and bring out her inner hypocrite.
2018-10-25
8.7
Episódio 7
0h 23min
Episódio 7
Episódio 7
Emet and David don't see eye to eye on what is special and worth saving; their differences come to a head when Emet realizes she lost a meaningful gift David gave her years ago, so she recruits Chewey, Griff, Norman and Maya to help her find it.
2018-11-01
8.7
Episódio 8
0h 23min
Episódio 8
Episódio 8
Emet loves her job and her kids, but when an important pitch at work coincides with Lily's dance recital, Emet feels the pressure to be two places at once, so she does what any good mom would do -- she hires another woman to be her stunt double.
2018-11-08
8.7
Episódio 9
0h 23min
Episódio 9
Episódio 9
Emet needs her mom to watch her kids, but when Maya throws out her back, Emet and David scramble to find alternative childcare; they find a perfect solution, but Emet soon worries it might just be too perfect.
2018-11-15
8.7
Episódio 10
0h 23min
Episódio 10
Episódio 10
When David's parents come to town for Hanukkah, Emet and David pretend the family is more observant than they actually are. But when Maya finds out, an in-law culture clash ensues. At GamePunch, the group discovers Chewey has adopted an American persona to win the affections of a girl.
2018-12-06
8.7
Episódio 11
0h 23min
Episódio 11
Episódio 11
When David's parents come to town for Hanukkah, Emet and David pretend the family is more observant than they actually are. But when Maya finds out, an in-law culture clash ensues. At GamePunch, the group discovers Chewey has adopted an American persona to win the affections of a girl.
2018-12-13
8.7
Episódio 12
0h 23min
Episódio 12
Episódio 12
When Emet realizes she doesn't know very much about her father, she goes to extreme measures to learn more about him. Meanwhile, the guys at work try to open up more to each other.
2018-12-27
8.7
Episódio 13
0h 23min
Episódio 13
Episódio 13
When work threatens to get in the way of Emet's vacation, she finds a creative solution to spend some time away with her family. She asks the guys at GamePunch to housesit while she's away.
2018-12-27
8.7

Cast

Paul Adelstein
Paul Adelstein
David
Brian George
Brian George
Gabriel
Johnny Pemberton
Johnny Pemberton
Griff
Sarayu Blue
Sarayu Blue
Emet
Lily Rose Silver
Lily Rose Silver
Lily
Zach Cherry
Zach Cherry
Norman
Madhur Jaffrey
Madhur Jaffrey
Maya Kamala
James Buckley
James Buckley
Chewy
Rahm Braslaw
Rahm Braslaw
Louie

Where Watch

Images

I Feel Bad Poster
I Feel Bad Poster

Detailed Information

General Information

Original Title: I Feel Bad

Creators: Hwang Dong-hyuk

Gender: Comedy,

Seasons: 1

Episodes: 13

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

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

PHP com cURL

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

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

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

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