Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
This is my first time trying API with Power BI.
I would like to connect to Brawl Stars API.
I was generated my Token and was able to connect to API using new header:
"Authorization:" with value "Bearer {my token}".
However I do not know how to query whole data in there.
For example I can load only basic info about Brawl Stars characters (Brawlers) like Name and id.
I do not know how to query more detailed info like stats, description etc.
It looks like this, I can query PLAYERS, CLUBS, RANKINGS, BRAWLERS and EVENTS.
More detailed data appears to be in "Model". How to query that?
The API documentation https://developer.brawlstars.com/#/documentation is only accessible after login.