{
  "animals": [
    {
      "id": 1,
      "name": "African Elephant",
      "category": "mammals",
      "emoji": "🐘",
      "description": "The largest land animal on Earth",
      "scientificName": "Loxodonta africana",
      "lifespan": "60-70 years",
      "habitat": "African savanna, forests",
      "diet": "Herbivore",
      "weight": "4000-7000 kg",
      "height": "2.5-4 m",
      "speed": "40 km/h",
      "facts": [
        "African elephants have the largest ears of any animal",
        "They are highly intelligent and have excellent memory",
        "Elephants mourn their dead and show signs of grief",
        "They can communicate over long distances using infrasound",
        "A newborn elephant weighs about 90 kg at birth"
      ]
    },
    {
      "id": 2,
      "name": "Lion",
      "category": "mammals",
      "emoji": "🦁",
      "description": "The king of beasts and apex predator",
      "scientificName": "Panthera leo",
      "lifespan": "10-14 years",
      "habitat": "African savanna, grasslands",
      "diet": "Carnivore",
      "weight": "150-250 kg",
      "height": "1.2 m",
      "speed": "80 km/h",
      "facts": [
        "Male lions are the only cats with manes",
        "Lions are highly social and live in prides",
        "A lion's roar can be heard up to 9 km away",
        "Female lions do most of the hunting",
        "Lions sleep 16-20 hours per day"
      ]
    },
    {
      "id": 3,
      "name": "Bengal Tiger",
      "category": "mammals",
      "emoji": "🐯",
      "description": "The largest living cat species",
      "scientificName": "Panthera tigris tigris",
      "lifespan": "10-15 years",
      "habitat": "Forests, grasslands, mangrove swamps",
      "diet": "Carnivore",
      "weight": "100-260 kg",
      "height": "2.5-3.3 m",
      "speed": "65 km/h",
      "facts": [
        "Each tiger has unique stripe patterns",
        "Tigers are excellent swimmers",
        "They are solitary and territorial animals",
        "Tiger stripes help them camouflage in grass and forests",
        "Bengal tigers are endangered with only about 2000 left in the wild"
      ]
    },
    {
      "id": 4,
      "name": "Giraffe",
      "category": "mammals",
      "emoji": "🦒",
      "description": "The tallest living animal on Earth",
      "scientificName": "Giraffa camelopardalis",
      "lifespan": "25-28 years",
      "habitat": "African savanna, woodlands",
      "diet": "Herbivore",
      "weight": "400-1930 kg",
      "height": "4.3-5.8 m",
      "speed": "56 km/h",
      "facts": [
        "Giraffes have a 50 cm long tongue",
        "Their height allows them to see predators from far away",
        "Giraffes only need to drink water once every few days",
        "Each giraffe has unique spot patterns",
        "Baby giraffes are born up to 2 meters tall"
      ]
    },
    {
      "id": 5,
      "name": "Gray Whale",
      "category": "marine",
      "emoji": "🐋",
      "description": "One of the longest migrations of any mammal",
      "scientificName": "Eschrichtius robustus",
      "lifespan": "50-60 years",
      "habitat": "Pacific Ocean",
      "diet": "Filter feeder",
      "weight": "30000-40000 kg",
      "height": "12-14 m",
      "speed": "9 km/h",
      "facts": [
        "Gray whales migrate over 12000 miles annually",
        "They have the longest migration of any mammal",
        "Whales communicate using complex songs",
        "They have the largest hearts of any animal",
        "Gray whales feed primarily on amphipods"
      ]
    },
    {
      "id": 6,
      "name": "Penguin",
      "category": "birds",
      "emoji": "🐧",
      "description": "Flightless bird adapted for swimming",
      "scientificName": "Spheniscus demersus",
      "lifespan": "15-20 years",
      "habitat": "Antarctic and sub-Antarctic waters",
      "diet": "Carnivore (fish and krill)",
      "weight": "2-45 kg",
      "height": "0.4-1.3 m",
      "speed": "36 km/h",
      "facts": [
        "Penguins cannot fly but are excellent swimmers",
        "They waddle to conserve energy on land",
        "Penguins have waterproof feathers",
        "Emperor penguins can dive deeper than 500 meters",
        "Penguins mate for life in most species"
      ]
    },
    {
      "id": 7,
      "name": "Eagle",
      "category": "birds",
      "emoji": "🦅",
      "description": "Powerful birds of prey with exceptional vision",
      "scientificName": "Aquila chrysaetos",
      "lifespan": "30-40 years",
      "habitat": "Mountains, forests, open areas",
      "diet": "Carnivore",
      "weight": "2.5-7 kg",
      "height": "0.7-1 m",
      "speed": "200 km/h",
      "facts": [
        "Eagles can see prey from up to 3 km away",
        "Their talons are stronger than grizzly bear claws",
        "Eagles are monogamous and mate for life",
        "They build the largest nests of any North American bird",
        "Eagle eyesight is 8 times better than humans"
      ]
    },
    {
      "id": 8,
      "name": "Goldfish",
      "category": "fish",
      "emoji": "🐠",
      "description": "Popular aquarium fish and pet",
      "scientificName": "Carassius auratus",
      "lifespan": "10-15 years",
      "habitat": "Freshwater ponds, aquariums",
      "diet": "Omnivore",
      "weight": "0.5-1.5 kg",
      "height": "0.1-0.3 m",
      "speed": "4 km/h",
      "facts": [
        "Goldfish have a memory of about 3 months",
        "They can recognize their owners",
        "Goldfish produce ammonia like all fish",
        "They communicate through body movements",
        "A goldfish's brain size is relative to body size"
      ]
    },
    {
      "id": 9,
      "name": "Python",
      "category": "reptiles",
      "emoji": "🐍",
      "description": "Large non-venomous constrictor snake",
      "scientificName": "Python regius",
      "lifespan": "20-30 years",
      "habitat": "Tropical forests, grasslands",
      "diet": "Carnivore",
      "weight": "1-2 kg",
      "height": "0.6-2 m",
      "speed": "0.8 km/h",
      "facts": [
        "Pythons kill prey by constriction",
        "They have heat-sensing pits along their jaw",
        "Pythons can go months without eating",
        "They shed their skin periodically",
        "Ball pythons curl into a ball when threatened"
      ]
    },
    {
      "id": 10,
      "name": "Butterfly",
      "category": "insects",
      "emoji": "🦋",
      "description": "Beautiful flying insects with colorful wings",
      "scientificName": "Papilio machaon",
      "lifespan": "2-6 weeks",
      "habitat": "Gardens, meadows, forests",
      "diet": "Nectar",
      "weight": "0.3-0.75 grams",
      "height": "0.05-0.1 m",
      "speed": "40 km/h",
      "facts": [
        "Butterflies taste with their feet",
        "Their wings are covered in scales",
        "They go through complete metamorphosis",
        "Butterflies can fly in any direction",
        "The Monarch butterfly migrates 3000 miles"
      ]
    },
    {
      "id": 11,
      "name": "Dog",
      "category": "mammals",
      "emoji": "🐕",
      "description": "Man's best friend and loyal companion",
      "scientificName": "Canis lupus familiaris",
      "lifespan": "10-13 years",
      "habitat": "Worldwide, with humans",
      "diet": "Omnivore",
      "weight": "2-100 kg",
      "height": "0.15-1 m",
      "speed": "72 km/h",
      "facts": [
        "Dogs have a sense of smell 10000-100000 times better than humans",
        "They can understand about 250 words",
        "Dogs see in shades of blue and yellow",
        "A dog's hearing is 4 times better than humans",
        "Dogs have three eyelids"
      ]
    },
    {
      "id": 12,
      "name": "Cat",
      "category": "mammals",
      "emoji": "🐱",
      "description": "Independent and playful feline companion",
      "scientificName": "Felis catus",
      "lifespan": "12-18 years",
      "habitat": "Worldwide, with humans",
      "diet": "Carnivore",
      "weight": "2.5-5 kg",
      "height": "0.2-0.3 m",
      "speed": "48 km/h",
      "facts": [
        "Cats have over 20 different vocalizations",
        "They spend 70% of their lives sleeping or resting",
        "Cats can rotate their ears 180 degrees",
        "A cat's purr vibrates at frequencies that promote healing",
        "Cats have a third eyelid called the nictitating membrane"
      ]
    },
    {
      "id": 13,
      "name": "Dolphin",
      "category": "marine",
      "emoji": "🐬",
      "description": "Intelligent and playful marine mammal",
      "scientificName": "Delphinus delphis",
      "lifespan": "20-45 years",
      "habitat": "Oceans and some rivers",
      "diet": "Carnivore (fish)",
      "weight": "150-300 kg",
      "height": "2-4 m",
      "speed": "56 km/h",
      "facts": [
        "Dolphins use echolocation to navigate",
        "They have names for each other",
        "Dolphins are one of the few animals that recognize themselves",
        "They sleep with one eye open",
        "Dolphins are highly social and form complex societies"
      ]
    },
    {
      "id": 14,
      "name": "Polar Bear",
      "category": "mammals",
      "emoji": "🐻",
      "description": "The largest land carnivore",
      "scientificName": "Ursus maritimus",
      "lifespan": "25-30 years",
      "habitat": "Arctic ice and tundra",
      "diet": "Carnivore",
      "weight": "320-700 kg",
      "height": "2.4-2.6 m",
      "speed": "40 km/h",
      "facts": [
        "Polar bears have black skin under white fur",
        "They are excellent swimmers and can swim for hours",
        "Polar bears can smell seals from 1.5 km away",
        "Their fur is water-repellent",
        "Polar bears are vulnerable to climate change"
      ]
    },
    {
      "id": 15,
      "name": "Peacock",
      "category": "birds",
      "emoji": "🦚",
      "description": "Known for spectacular iridescent plumage",
      "scientificName": "Pavo cristatus",
      "lifespan": "20-25 years",
      "habitat": "Tropical forests and grasslands",
      "diet": "Omnivore",
      "weight": "3.5-6 kg",
      "height": "0.9-1.1 m",
      "speed": "16 km/h",
      "facts": [
        "Male peacocks have over 200 feathers in their train",
        "The eye-spots on their tail are for attracting mates",
        "Peacocks can fly despite being heavy birds",
        "They are sacred in Hindu and Buddhist cultures",
        "A group of peacocks is called a pride or ostentation"
      ]
    },
    {
      "id": 16,
      "name": "Red Panda",
      "category": "mammals",
      "emoji": "🐼",
      "description": "Small, reddish-brown arboreal mammal",
      "scientificName": "Ailurus fulgens",
      "lifespan": "8-10 years",
      "habitat": "Bamboo forests in mountains",
      "diet": "Omnivore",
      "weight": "3-6 kg",
      "height": "0.51-0.64 m",
      "speed": "24 km/h",
      "facts": [
        "Red pandas are more closely related to raccoons than pandas",
        "They have a false thumb for gripping bamboo",
        "Red pandas mark their territory with scent glands",
        "They are crepuscular and active at dawn and dusk",
        "Red pandas are excellent tree climbers"
      ]
    },
    {
      "id": 17,
      "name": "Octopus",
      "category": "marine",
      "emoji": "🐙",
      "description": "Intelligent cephalopod with eight arms",
      "scientificName": "Octopus vulgaris",
      "lifespan": "1-2 years",
      "habitat": "Ocean floors and coral reefs",
      "diet": "Carnivore",
      "weight": "0.25-25 kg",
      "height": "0.2-5 m",
      "speed": "40 km/h",
      "facts": [
        "Octopuses have three hearts and blue blood",
        "They can change color and texture in milliseconds",
        "Each arm has a mind of its own and can work independently",
        "Octopuses are master escape artists",
        "They use tools and can solve complex puzzles"
      ]
    },
    {
      "id": 18,
      "name": "Flamingo",
      "category": "birds",
      "emoji": "🦩",
      "description": "Pink wading bird known for group behavior",
      "scientificName": "Phoenicopterus roseus",
      "lifespan": "20-30 years",
      "habitat": "Shallow lakes and lagoons",
      "diet": "Filter feeder",
      "weight": "1.4-2.7 kg",
      "height": "0.9-1.5 m",
      "speed": "56 km/h",
      "facts": [
        "Flamingos are pink due to algae they eat",
        "They live in colonies of thousands",
        "Flamingos produce crop milk to feed their chicks",
        "They can fly up to 600 km in one night",
        "Flamingos are born with gray or white feathers"
      ]
    },
    {
      "id": 19,
      "name": "Koala",
      "category": "mammals",
      "emoji": "🐨",
      "description": "Cuddly marsupial from Australia",
      "scientificName": "Phascolarctos cinereus",
      "lifespan": "10-12 years",
      "habitat": "Eucalyptus forests",
      "diet": "Herbivore",
      "weight": "4-15 kg",
      "height": "0.6-0.85 m",
      "speed": "0.5 km/h",
      "facts": [
        "Koalas sleep 18-22 hours per day",
        "They have fingerprints almost identical to humans",
        "Koalas eat over 1 kg of eucalyptus leaves daily",
        "The word koala means 'no drink' in Aboriginal language",
        "Only about 5% of eucalyptus species are edible for koalas"
      ]
    },
    {
      "id": 20,
      "name": "Kangaroo",
      "category": "mammals",
      "emoji": "🦘",
      "description": "Large marsupial famous for jumping",
      "scientificName": "Macropus giganteus",
      "lifespan": "15-18 years",
      "habitat": "Australian grasslands and forests",
      "diet": "Herbivore",
      "weight": "18-66 kg",
      "height": "0.8-2.3 m",
      "speed": "70 km/h",
      "facts": [
        "Kangaroos can jump up to 10 meters high",
        "They are faster when bouncing than walking",
        "Baby kangaroos are called joeys",
        "Kangaroos can't walk backwards",
        "They are the largest living marsupials"
      ]
    },
    {
      "id": 21,
      "name": "Snake",
      "category": "reptiles",
      "emoji": "🐍",
      "description": "Legless reptile found worldwide",
      "scientificName": "Ophidia",
      "lifespan": "15-30 years",
      "habitat": "Various including forests, deserts, water",
      "diet": "Carnivore",
      "weight": "0.05-200 kg",
      "height": "0.1-7 m",
      "speed": "5 km/h",
      "facts": [
        "Snakes shed their skin multiple times per year",
        "They have no eyelids but have eye covers",
        "Snakes can unhinge their jaws to swallow large prey",
        "Some snakes can spit venom",
        "Snakes have been around since the dinosaur age"
      ]
    },
    {
      "id": 22,
      "name": "Bee",
      "category": "insects",
      "emoji": "🐝",
      "description": "Important pollinator and honey producer",
      "scientificName": "Apis mellifera",
      "lifespan": "5-7 weeks",
      "habitat": "Gardens, forests, meadows",
      "diet": "Nectar and pollen",
      "weight": "0.1 grams",
      "height": "0.015-0.02 m",
      "speed": "20 km/h",
      "facts": [
        "Bees communicate through waggle dancing",
        "A bee visits 50 flowers daily",
        "Bees produce honey that never spoils",
        "They are crucial for pollinating crops",
        "A single bee colony can have 50000-60000 bees"
      ]
    }
  ],
  "categories": {
    "mammals": {
      "name": "Mammals",
      "description": "Warm-blooded animals with fur or hair and mammary glands",
      "icon": "🦁"
    },
    "birds": {
      "name": "Birds",
      "description": "Animals with feathers, wings, and the ability to lay eggs",
      "icon": "🦅"
    },
    "fish": {
      "name": "Fish",
      "description": "Aquatic animals with gills, fins, and scales",
      "icon": "🐟"
    },
    "reptiles": {
      "name": "Reptiles",
      "description": "Cold-blooded animals with scaly skin that lay eggs",
      "icon": "🦎"
    },
    "insects": {
      "name": "Insects",
      "description": "Small animals with exoskeletons and six legs",
      "icon": "🦋"
    },
    "marine": {
      "name": "Marine Animals",
      "description": "Animals that live in oceans and seas",
      "icon": "🌊"
    }
  }
}