TBCC Creature API

Hey Fellas,

I’m trying to get all NPC Names + id’s for a localiztation Addon i’m working on, iterating over the item’s endpoint worked fine and i got all Item Names with Id’s but for Creatures i somehow only get about 800 different Creatures.

Example Search by Id:

https://eu.api.blizzard.com/data/wow/search/creature?namespace=static-classic-eu&orderby=id&_pageSize=1000&id=[1,1000]&access_token=

To iterate over i simply increase the min/max values of the id parameter

Searching by Name for “Defias Convict” for example also yields no results.
Name Search Request:

https://us.api.blizzard.com/data/wow/search/creature?namespace=static-us&name.en_US=Defias%20Convict&orderby=id&_page=1&access_token=

Any ideas on how to get the missing NPC Names/Id’s?