YAML

Pet Varieties - YAML

Pet varieties span across multiple categories including dogs, cats, small mammals, birds, fish, and reptiles. According to SBI Prism Short-term Insurance's 2024 data, Toy Poodles are the most popular dogs, mixed breeds lead among cats, rabbits top small mammals, and Budgerigars are the favorite birds. Choosing the right pet according to lifestyle and living environment is essential.

pets dogs cats small animals birds fish reptiles pet care
- code: "DOG"
  slug: "dog"
  name: "Dog"
  description: "The most popular pet, known for being affectionate and loyal companion animals."
  category: "Mammals"
  popularBreeds:
    - "Toy Poodle"
    - "Mixed (Small)"
    - "Chihuahua"
    - "Shiba Inu"
    - "Miniature Dachshund"
    - "Pomeranian"
    - "French Bulldog"
- code: "CAT"
  slug: "cat"
  name: "Cat"
  description: "Popular pets with high independence, well-suited for indoor living."
  category: "Mammals"
  popularBreeds:
    - "Mixed"
    - "Munchkin"
    - "Scottish Fold"
    - "Ragdoll"
    - "Minuet"
    - "Siberian"
    - "American Shorthair"
- code: "SMALL-MAMMAL"
  slug: "small-mammal"
  name: "Small Mammals"
  description: "Small mammals that can be kept in cages with relatively low maintenance."
  category: "Mammals"
  popularBreeds:
    - "Rabbit"
    - "Hamster"
    - "Chinchilla"
    - "Ferret"
    - "Guinea Pig"
    - "Hedgehog"
    - "Degu"
    - "Sugar Glider"
- code: "BIRD"
  slug: "bird"
  name: "Birds"
  description: "Pets with beautiful feathers and songs, some capable of mimicking speech."
  category: "Aves"
  popularBreeds:
    - "Budgerigar"
    - "Cockatiel"
    - "Lovebird"
    - "Society Finch"
    - "Conure"
    - "Button Quail"
    - "Parrotlet"
- code: "FISH"
  slug: "fish"
  name: "Fish"
  description: "Ornamental pets kept in aquariums, providing a calming effect."
  category: "Fish"
  popularBreeds:
    - "Goldfish"
    - "Betta"
    - "Neon Tetra"
    - "Guppy"
    - "Angelfish"
    - "Clownfish"
    - "Discus"
- code: "REPTILE"
  slug: "reptile"
  name: "Reptiles"
  description: "Exotic-looking reptile pets with unique appearances."
  category: "Reptiles"
  popularBreeds:
    - "Leopard Gecko"
    - "Ball Python"
    - "Chameleon"
    - "Bearded Dragon"
    - "Corn Snake"
    - "Tortoise"
    - "Iguana"
- code: "AMPHIBIAN"
  slug: "amphibian"
  name: "Amphibians"
  description: "Aquatic pets with unique appearances and ecology."
  category: "Amphibians"
  popularBreeds:
    - "Axolotl"
    - "African Clawed Frog"
    - "Fire-bellied Newt"
    - "Bullfrog"
    - "Horned Frog"
- code: "INSECT"
  slug: "insect"
  name: "Insects"
  description: "Unique pets that can be kept in minimal space."
  category: "Insects"
  popularBreeds:
    - "Rhinoceros Beetle"
    - "Stag Beetle"
    - "Tarantula"
    - "Scorpion"
    - "Mantis"
    - "Cricket"