Faster way to get active conduits

Hey! I am a beginner programmer.
And i am building an app For retail wow.
So I’ve tried getting conduit ids by first looping through active spec and then getting spell id Via different request for each active slot(because the ids are not same as spell id)
This seems to be super slow.
Is there some better way for doing that?

1 Like

unfortunately this is the only way and this applies to alot of the api now and would be the best way to do what you want to do, i would recommend caching the data if you can

1 Like

Thanks for the response! Will have to look into that.