I decompiled some HTTP web request headers whilst logging into Halo 4, and found some interesting things. Some of these things i'd like to tell some fellow programmers. These links could retrieve data from spartans, such as service records, etc with the use of parsing data.
Links:
Spartan ops: https://stats.svc.ha...type=spartanops
Ranks: https://stats.svc.ha...data?type=ranks
Waypoint version: https://app.halowayp...us/home/version
Serivce Record: https://stats.svc.ha...4/servicerecord (Replace {username} with your username)
Raw header-data (provided some censored tags) :
Example of a VB .Net Halo 4 Service record API:
Example of a program integrated with previous API (I will not release source) :