How to create WarzoneSbmm Api?

Asked Jan 13, 2021·6 replies·Last activity 5 years ago·Open in Discord ↗
Archived from the original community forum
Things may have changed since it was written. Still stuck? Ask the community on Discord.

6 replies

Hey! Thanks so much that's crazy useful do you mind me asking how you created such a link which returns that json data?

Ok so sorry but how do I access matchStatdata it returns matchStatdata undefined when I try to access it with
$(eval api=$(Above Link);
k=matchStatData.playerAverage; avg: ${k})

Got it!
k=api[1].[matchStatData.player](matchstatdata.playerAverage; avg: ${k}) for anyone wondering

Glad you figured it out. How I find the links, I went to the page you posted, when inspect element the page and go to the 'network' tab you can see which requests are made by the page (f5 when you have the window open), one of them was the one I posted.

Ok thanks very much! Im new to web development thats extremely useful.

Didn't find your answer? The community is on Discord.

Ask on Discord