petfinder-com / petfinder-js-sdk

Petfinder.com API client for JavaScript/TypeScript
https://www.petfinder.com/developers/
BSD 3-Clause "New" or "Revised" License
59 stars 18 forks source link

Pet not found #21

Closed Reallukeisbest closed 3 years ago

Reallukeisbest commented 3 years ago

Sometimes, when searching for a pet, event though the pet is on the website, Petfinder API says that the pet is not found

Example: https://www.petfinder.com/dog/ms-wiggles-52649180/la/lafayette/lafayette-animal-shelter-care-center-lascc-la40/ pf.animal.show(52649180).then(function(response) { console.log(response); }).catch(function(error) { console.log(error); });

image

mloberg commented 3 years ago

Petfinder allows organizations to de-list their animals from the api.

16