Tracking Bookmark Counts

Hello,

I’m wondering if there’s a way to get Bookmark counts using Halo 5’s API. I’m working on a Forge-based website, and I haven’t pieced together a way to retrieve the total number of bookmarks a map variant has. I assume that it’s fairly rudimentary and I’m just being an idiot. Still, any help would be greatly appreciated.

Many thanks!

There is nothing Forge related in the API. Documentation of what is in the API can be found here <343 Industries> developer portal

If you can find a way to handle the authentication (or use a browser-based tool like Selenium) you could potentially scrape it from the HaloWaypoint pages. Depending on language of choice, that’s either really easy or damn near impossible =p

> 2533274813500699;3:
> either really easy or damn near impossible =p

That’s basically the gist of programming, lol.

Thanks for the answers, guys. I hope we get that functionality in the API soon. A lot of Forge communities worth going to depend on that kind of stuff.