Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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.