
Not an issue, but comments on Curseforge seem to be broken at the moment
Closed this issue ยท 2 comments
First, let me say that I love your addon and thank you for creating it. With that said, can you tell me how you determine what breeds are available to any given pet? I'm building a tool for myself that is tracking what pets I currently have, what pets are available in game, and what pets I need. I'm doing all this via the API, but there doesn't seem to be an endpoint to get what breeds are available to an individual pet. It will give me the breed id for pets my character I have, which is helpful, but since I can't get what's available, I can't write any logic to determine what breeds I want (my OCD makes me have 3 of every pet).
Note, I am not developing a competing addon. This tool is run on a webserver in my house and isn't accessible to the outside world.
Community websites are the only way for this. Right now, I believe that's just WarcraftPets and Wowhead. Both sites have breed data for pets, but I prefer WarcraftPets because the data is updated much faster.
Those websites do thousands of API calls to update their users' pet collections, and then it can just look at everyone's collection and go "what are the breeds we see in pet collections we have for X petID?"