Tarzan (1999)

Tarzan was a small orphan who was raised by an ape named Kala since he was a child. He believed that this was his family, but on an expedition Jane Porter is rescued by Tarzan. He then finds out that hes human. Now Tarzan must make the decision as to which family he should belong to...

1999
Family
Adventure
Animation
7.0
/ce4mU4yyubjP1uXcz48fMndCZni.jpg Poster

Cast

Rosie O'Donnell
Rosie O'Donnell
Terk (voice)
Rodger Bumpass
Rodger Bumpass
Additional Voices (voice)
Wayne Knight
Wayne Knight
Tantor (voice)
Erik von Detten
Erik von Detten
Additional Voices (voice)
Glenn Close
Glenn Close
Kala (voice)
Tony Goldwyn
Tony Goldwyn
Tarzan (voice)
Debi Derryberry
Debi Derryberry
Additional Voices (voice)
Chris Sanders
Chris Sanders
Additional Voices (voice)
Pat Fraley
Pat Fraley
Additional Voices (voice) (uncredited)
Frank Welker
Frank Welker
Sabor (voice) (uncredited)
Lance Henriksen
Lance Henriksen
Kerchak (voice)
Minnie Driver
Minnie Driver
Jane Porter (voice)
Bob Bergen
Bob Bergen
Additional Voices (voice)
Bill Farmer
Bill Farmer
Additional Voices (voice) (uncredited)
Jackie Gonneau
Jackie Gonneau
Additional Voices (voice)
Sherry Lynn
Sherry Lynn
Additional Voices (voice)
Danny Mann
Danny Mann
Additional Voices (voice)
Mickie McGowan
Mickie McGowan
Terk's Mother (voice)
Paul Eiding
Paul Eiding
Additional Voices (voice)
Jack Angel
Jack Angel
Monkey (voice)
Joe Whyte
Joe Whyte
Additional Voices (voice)
Stephanie Sawyer
Stephanie Sawyer
Additional Voices (voice)
Lily Collins
Lily Collins
Baby Ape (voice)
Jim Cummings
Jim Cummings
Additional Voices (voice)
Alex D. Linz
Alex D. Linz
Young Tarzan (voice)
Bobbi Page
Bobbi Page
Additional Voices (voice)
David Cowgill
David Cowgill
Additional Voices (voice) (uncredited)
Jessica Rotter
Jessica Rotter
Additional Voices (voice)
Jon Robert Hall
Jon Robert Hall
Additional Voices (voice)
Brian Blessed
Brian Blessed
Clayton (voice)
Michael Perl
Michael Perl
Additional Voices (voice) (uncredited)
Jason Marsden
Jason Marsden
Additional Voices (voice)
Phil Proctor
Phil Proctor
English Captain / Scared Elephant (voice)
Shane Sweet
Shane Sweet
Additional Voices (voice)
Micah A. Hauptman
Micah A. Hauptman
Additional Voices (voice)
Scott Martin Gershin
Scott Martin Gershin
Animals - Various (voice)
Danielle Keaton
Danielle Keaton
Additional Voices (voice)
Brianne Siddall
Brianne Siddall
Additional Voices (voice)
Patti Deutsch
Patti Deutsch
Additional Voices (voice)
Ian Redford
Ian Redford
Additional Voices (voice)
Aria Noelle Curzon
Aria Noelle Curzon
Additional Voices (voice)
Blake McIver Ewing
Blake McIver Ewing
Additional Voices (voice)
Kat Cressida
Kat Cressida
Additional Voices (voice)
Nigel Hawthorne
Nigel Hawthorne
Professor Archimedes Q. Porter (voice)
Scott Record
Scott Record
Additional Voices (voice)

Images

Tarzan Poster
Tarzan Poster

Detailed Information

General Information

Original Title: Tarzan

Creators: Hwang Dong-hyuk

Gender: Family, Adventure, Animation,

Duration: 32-82 min

Classification: 16 anos

Production

Budget: $130,000,000.00

Revenue: $448,200,000.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/37135

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

PHP com cURL

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

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

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

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