Thursday, June 26, 2025
29.4 C
Singapore

Pet parent offers S$800 reward for anyone who finds their missing fur kid, last seen at Parry Terrace, Kovan

SINGAPORE: A desperate family took to social media (Oct 28) offering a S$800 reward to find their dog, who had been missing for five days, reportedly last seen at Parry Terrace, Kovan, on Wednesday (Oct 23) at 11 am.

“Hello everyone, there is a lost dog around the Kovan area, and potentially in Hougang/Serangoon area as well,” the family wrote.

“He is a brown Singapore special with a blue collar on. He has been missing for five days now, and there have been no sightings so far,” they added.

The family also asked for help from “… anyone is in these areas, please keep an eye out for him!

Any help would be greatly appreciated. If you could also share this post with anyone who lives near these areas, that would be great. Thank you!”

The missing dog poster included three identifiers for people to watch out for. Besides having a blue collar, the dog has a distinctive scar on its left eye and floppy ears.

See also  Priyanka Chopra was banned from using Jonas pet Gino's Instagram for this reason

The family also urged anyone who may come into contact with their dog not to call or chase him, as he is “extremely skittish” or easily frightened.

How to handle a lost dog

According to the American Kennel Club, there are a few important things to keep in mind when it comes to approaching a lost dog.

Although reuniting the lost animal with its human family is the primary objective, there is a safe way to do it. After all, not all dogs are friendly, especially when they are frightened or under stress.

Given this, paying attention to the animal’s body language is important.

If the dog does not want to approach or seems aggressive, it’s better to take a photo or video, giving the pet parent or animal control a better chance at finding the lost animal.

However, if the dog is friendly and you can get a hold of it, keep the animal safe in a holding area, away from other pets.

See also  Two uncles allegedly bring birdcages aboard MRT, passengers say videos on loudspeaker are worse than chirping

The next step would be to check for identification tags and contact the dog’s human parent (if the animal has a tag) or the relevant authorities.

Read also: BTS’s J-Hope spreads his compassionate sunshine to abandoned dogs, donates pet food, and improves pet care centre’s poor conditions

Hot this week

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); } });