Thursday, June 26, 2025
32.4 C
Singapore

Endangered Siberian tiger cub rescued after being held captive in plastic dog kennel outside restaurant

A malnourished Siberian tiger cub has been rescued after it was found being held captive in a plastic dog kennel outside a restaurant in Mexico. Siberian tigers, which are native to east Russia and north-east China, are considered endangered according to the Red List of the International Union for Conservation of Nature.

This tiger cub, which is only about 4-5 months old, was being kept as an attraction by the owner of the restaurant. When the cub was not displayed for the public inside the eatery, he was kept chained outside the restaurant. At night, the cub was relegated to a plastic dog kennel outside the restaurant.

The  Federal Attorney for Environmental Protection (Profepa) confiscated the cub after receiving reports that the unlicensed restaurant owner was unlawfully keeping the wild animal in his premises.

Profepa found that the poor cub was suffering from hypocalcaemia or calcium deficiency. The authorities arranged for professionals to provide the cub with medical treatment before transferring it to the Unit for Animal Handling (UMA) for expert care.

See also  Hefty $235M cost of Founders Memorial and $599M cost of NS Square raises concerns on use of taxpayer dollars

Hot this week

Singapore’s Bastion Mining secures majority control of Mongolian gold and copper mines

SINGAPORE/MONGOLIA: Singapore-based Bastion Mining has declared its off-market takeover...

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });