dend / blog-comments

Repository used for blog comments on https://den.dev
https://den.dev
0 stars 0 forks source link

blog/halo-api/ #2

Open utterances-bot opened 10 months ago

utterances-bot commented 10 months ago

Discovering the Halo Infinite API · Den Delimarsky

How I managed to learn the about the Halo Infinite web API endpoints.

https://den.dev/blog/halo-api/

sethdorris commented 10 months ago

Is your .NET project still up? Links are broken.

dend commented 10 months ago

@sethdorris - no, the .NET project is no longer available. I only talk about the REST endpoints on this blog nowadays :smile:

ChristianVaughn commented 8 months ago

Have you ever tried looking into the endpoints used on Halo Waypoint that do not require being authenticated? I have been experimenting with the endpoints to view, browse, and search UGC content and noticed most of those calls require authenticaion with a spartan token. On Waypoint, 343 seems to have a content browser that doesn't require being signed in to see, but the site seems to be server side rendered, so i can't find network traces of how they are getting the data from the backend without needing authentication.

dend commented 7 months ago

@ChristianVaughn looks like they are, indeed, doing static generation on the server side and then passing the content to the frontend (likely to reduce the load on the API). There is no way to get the data without auth if you are looking for live details.

Jokotron commented 1 month ago

Just wanted to thank you. Your passion to bring a Stat companion to life is awesome. I've been sharing openspartan on many of the discord servers I'm apart of or maintain. I'm currently without my PC since z390 motherboard shorted back in February and haven't had the budget to upgrade. Are there any plans to go with a mobile (android or apple) version of this stat program?

dend commented 1 month ago

Just wanted to thank you. Your passion to bring a Stat companion to life is awesome. I've been sharing openspartan on many of the discord servers I'm apart of or maintain. I'm currently without my PC since z390 motherboard shorted back in February and haven't had the budget to upgrade. Are there any plans to go with a mobile (android or apple) version of this stat program?

Thanks for the feedback and spreading the word, @Jokotron - I am getting pretty close to stable with the current implementation of OpenSpartan Workshop on Windows and will be working on a mobile version next. Stay tuned!