1
0
-1

I'm trying to search for a list of available breeds for a given species (dog for example) within a given location and location distance radius.  I'm having some issues because it contains many duplicates since it's pulling this information from the available animals in that location.  Many of those animals share the same breed so if there's 10 pit bulls for example, then my list of breeds has 10 pit bulls.  

Is there a special way I should perform my search for available breeds for a given species within a given location and location distance radius and one that keeps the duplicates out?  Or, rather than using the breeds from your API results, should I supply my own list of breeds for users to choose from?  If so, do you have a list of breeds I can use so it matches what's in your system?

 

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi Angelina,

      I can supply you a breed list if you need.  We base our breed list off of Petfinder and AdoptaPet, as for export purposes, they need to match (or map) properly or it can break the export process.  Would this be helpful for you or have you found a workaround for what you are trying to accomplish?

      If you send us a support ticket and mention my name, the support team can assign the ticket to me so that I can send you a breed list.  

      You can also use the API to access the breed list, as it does update from time to time.  Here is a sample call to access that info:

      Sample API requests#animalBreeds

      1. Angelina R

        Hi Andie,

        This would be very helpful.  I will fill out a support ticket for the breed list.  Thank you.

         

        Angelina

      CommentAdd your comment...