codtracker-js/src/js/data/bpProg.json
Rim 1ddb12c6e8 feat: add API endpoints
Me: {communityMapDataForMapMode(game, platform, mode, mapID, gamemode), userInfo()};
CDN: {accolades(), allCDNData()}; ModernWarfare: {bundleInfo(game, platform, lookupType, gamertag), matchHeatMap(game, platform, matchID), bpProg(game, platform, lookupType, gamertag)}; ColdWar: {undleInfo(game, platform, lookupType, gamertag), matchHeatMap(game, platform, matchID), bpProg(game, platform, lookupType, gamertag)}; Vanguard: {bundleInfo(game, platform, lookupType, gamertag), matchHeatMap(game, platform, matchID), bpProg(game, platform, lookupType, gamertag)};
2025-04-19 20:49:58 -04:00

78 lines
2.2 KiB
JSON

{
"status": "success",
"data": {
"streams": {
"loot_season_3": {
"name": "loot_season_3",
"categoryNameLabel": "Season 3",
"categoryTitleLabel": "Season 3",
"tier": 36,
"streamType": "season",
"rarity": null,
"lootType": null,
"seasonInfoUrlKey": "season-3",
"itemsObtained": null,
"premiumTokenOwnedNotRedeemed": false,
"tierSkipTokensUnredeemed": null,
"premium": false
},
"loot_season_4": {
"name": "loot_season_4",
"categoryNameLabel": "Season 4",
"categoryTitleLabel": "Season 4",
"tier": 46,
"streamType": "season",
"rarity": null,
"lootType": null,
"seasonInfoUrlKey": "season-4",
"itemsObtained": null,
"premiumTokenOwnedNotRedeemed": false,
"tierSkipTokensUnredeemed": null,
"premium": false
},
"loot_season_1": {
"name": "loot_season_1",
"categoryNameLabel": "Season 1",
"categoryTitleLabel": "Season 1",
"tier": 41,
"streamType": "season",
"rarity": null,
"lootType": null,
"seasonInfoUrlKey": "season-1",
"itemsObtained": null,
"premiumTokenOwnedNotRedeemed": false,
"tierSkipTokensUnredeemed": null,
"premium": true
},
"loot_season_2": {
"name": "loot_season_2",
"categoryNameLabel": "Season 2",
"categoryTitleLabel": "Season 2",
"tier": 67,
"streamType": "season",
"rarity": null,
"lootType": null,
"seasonInfoUrlKey": "season-2",
"itemsObtained": null,
"premiumTokenOwnedNotRedeemed": false,
"tierSkipTokensUnredeemed": null,
"premium": false
},
"loot_season_5": {
"name": "loot_season_5",
"categoryNameLabel": "Season 5",
"categoryTitleLabel": "Season 5",
"tier": 93,
"streamType": "season",
"rarity": null,
"lootType": null,
"seasonInfoUrlKey": "season-5",
"itemsObtained": null,
"premiumTokenOwnedNotRedeemed": false,
"tierSkipTokensUnredeemed": null,
"premium": false
}
}
}
}