Andy Richter Controls the Universe (2002)

Fanciful series about an aspiring writer who imagines alternative life scenarios while working for a big company.

2002
Comedy
7.0
/8z1dMYyN40EKemSxxXfVWhZAy1b.jpg Poster

Episodes

Episódio 1
0h 23min
Episódio 1
Episódio 1
Andy finds his once private office is now to be shared the new Technical Illustrator to Andy's writings, a very timid and somewhat peculiar Byron.
2002-03-19
8.7
Episódio 2
0h 22min
Episódio 2
Episódio 2
Everyone arrives at work Monday morning to an awful odor.
2002-03-26
8.7
Episódio 3
0h 22min
Episódio 3
Episódio 3
Andy's gorgeous new girlfriend makes a bigoted remark, and late-night partying becomes Jessica's MO for business success after a good meeting on no sleep.
2002-04-02
8.7
Episódio 4
0h 22min
Episódio 4
Episódio 4
Andy finds yet another officemate named Andy, and meets neighbors who idolize him from his frat days.
2002-04-09
8.7
Episódio 5
0h 22min
Episódio 5
Episódio 5
Andy and his friends tangle with a cost-cutting executive named Praeger.
2002-04-16
8.7
Episódio 6
0h 22min
Episódio 6
Episódio 6
The gang goes out-of-town to a co-worker's wedding and are all put in compromising positions. Jessica and an obnoxious mailroom worker get together, and Andy mysteriously ends up in bed with Byron.
2002-04-23
8.7
Episódio 1
0h 22min
Episódio 1
Episódio 1
Andy and his co-workers compete for the finders fee offered to the person who brings a new writer into the company, which is said to be looking for a "person of color".
2002-12-01
8.7
Episódio 2
0h 22min
Episódio 2
Episódio 2
Andy suspects Jessica is being shared by twin brothers. Wendy volunteers to nurse Byron back from an injury.
2002-12-08
8.7
Episódio 3
0h 22min
Episódio 3
Episódio 3
A business trip to France is at stake as Andy and Byron jockey for Jessica's favor, with Andy promising to care for her cat, which he loses.
2002-12-10
8.7
Episódio 4
0h 22min
Episódio 4
Episódio 4
Byron has become a follower of Zumanism, which worships a giant, stunningly beautiful sheep. Meanwhile, to prove she's not shallow, Jessica tries to ignore the appearance of an otherwise great guy.
2002-12-15
8.7
Episódio 5
0h 22min
Episódio 5
Episódio 5
After Andy eavesdrops on Jessica's neighbor's therapy session, he wants to date her.
2002-12-17
8.7
Episódio 6
0h 22min
Episódio 6
Episódio 6
Andy finds out that the reason Wendy moved to Chicago was to pursue her dream of singing, but her career hasn't taken off. When Wendy decides to quit singing and pursue her other dream of marriage and a family, Keith, put on the spot about their relationship, conspires with Andy to help Wendy's singing career.
2002-12-22
8.7
Episódio 7
0h 22min
Episódio 7
Episódio 7
Freddy Pickering inherits control of Pickering Industries. But Andy and the gang wonder if Freddy should be in control of anything.
2003-01-05
8.7
Episódio 8
0h 22min
Episódio 8
Episódio 8
Andy sleeps with Jessica's cleaner causing Jessica to replace her with an old married couple recommended by Byron.
2003-01-12
8.7
Episódio 9
0h 22min
Episódio 9
Episódio 9
Andy is asked to baby-sit Jessica's nephew, and ends up being blackmailed in the process.
2004-06-14
8.7
Episódio 10
0h 22min
Episódio 10
Episódio 10
While working on a manual for a deep frier, Byron proposes livening it up with a cartoon character. Andy tries to sarcastically shoot the idea down by suggesting a cartoon dog that tells people stupidly obvious facts, but when executives aren't thrilled with Andy's manual, Byron suggests the "Duh Dog" and the idea takes off. Meanwhile, Keith becomes addicted to fried food.
2009-03-24
8.7
Episódio 11
0h 22min
Episódio 11
Episódio 11
Wendy writes a medieval short story about her relationship with Keith, and Byron unintentionally becomes a pimp.
2009-03-24
8.7
Episódio 12
0h 22min
Episódio 12
Episódio 12
After seeing how much charity work Byron, Keith, and Wendy do, Andy and Jessica feel guilty, so they join a program to help prisoners channel their rage into writing.
2009-03-24
8.7
Episódio 13
0h 22min
Episódio 13
Episódio 13
Andy's grandmother also happens to be Byron's girlfriend.
2009-03-24
8.7

Cast

Paget Brewster
Paget Brewster
Jessica Green
Jonathan Slavin
Jonathan Slavin
Byron Togler
Andy Richter
Andy Richter
Andy Richter
James Patrick Stuart
James Patrick Stuart
Keith
Irene Molloy
Irene Molloy
Wendy McKay

Images

Andy Richter Controls the Universe Poster
Andy Richter Controls the Universe Poster

Detailed Information

General Information

Original Title: Andy Richter Controls the Universe

Creators: Hwang Dong-hyuk

Gender: Comedy,

Seasons: 2

Episodes: 21

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

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

PHP com cURL

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

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

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

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