What's new

Discussion Xbox URL List

  • Thread starter sgt frankieboy
  • Start date
  • Views 2,951
Status
Not open for further replies.
sgt frankieboy

sgt frankieboy

Enthusiast
Messages
722
Reaction score
140
Points
125
Sin$
7
During the development of Save Vault we have gathered image urls for a number of things for the Xbox.

So I would like to give you all everything we've found that could come in handy for some developers.
Game Icon:
//image-origin.xboxlive.com/global/t.{TITLE_ID}/icon/0/8000
https://image-ssl.xboxlive.com/global/t.{TITLE_ID}/icon/0/8000
http://image.xboxlive.com/global/t.{TITLE_ID}/icon/0/8000​

Large Boxart:
//live.xbox.com/consoleAssets/{TITLE_ID}/en-GB/largeboxart.jpg
http://tiles.xbox.com/consoleAssets/{TITLE_ID}/en-GB/largeboxart.jpg
http://download.xbox.com/content/images/66acd000-77fe-1000-9115-d802{TITLE_ID}/1033/boxartlg.jpg​

Small Boxart:
//live.xbox.com/consoleAssets/{TITLE_ID}/en-GB/smallboxart.jpg
http://download.xbox.com/content/images/66acd000-77fe-1000-9115-d802{TITLE_ID}/1033/boxartsm.jpg
http://tiles.xbox.com/consoleAssets/{TITLE_ID}/en-GB/smallboxart.jpg​

Game Gallery:

Background:
//live.xbox.com/consoleAssets/{TITLE_ID}/en-GB/background.jpg
http://download.xbox.com/content/images/66acd000-77fe-1000-9115-d802{TITLE_ID}/1033/background.jpg
http://tiles.xbox.com/consoleAssets/{TITLE_ID}/en-GB/background.jpg​

Banner:

Avatar:
https://avatar-ssl.xboxlive.com/global/t.{AVATAR_ID}/tile/0/28001​

Avatar Picture:
https://avatar-ssl.xboxlive.com/avatar/{GAMERTAG}/avatarpic-s.png
https://avatar-ssl.xboxlive.com/avatar/{GAMERTAG}/avatarpic-l.png
http://avatar.xboxlive.com/avatar/{GAMERTAG}/avatarpic-s.png
http://avatar.xboxlive.com/avatar/{GAMERTAG}/avatarpic-l.png​

Avatar Body:
https://avatar-ssl.xboxlive.com/avatar/{GAMERTAG}/avatar-body.png
http://avatar.xboxlive.com/avatar/{GAMERTAG}/avatar-body.png​

Avatar Item Small:
https://download-ssl.xbox.com/content/images/{AVATAR_PROP_ID}/1033/thumbsm.png
https://avatar-ssl.xboxlive.com/global/t.{TITLE_ID}/avataritem/{AVATAR_PROP_ID}/64
http://download.xbox.com/content/images/{AVATAR_PROP_ID}/1033/thumbsm.png
http://avatar.xboxlive.com/global/t.{TITLE_ID}/avataritem/{AVATAR_PROP_ID}/64​

Avatar Item Medium:
https://download-ssl.xbox.com/content/images/{AVATAR_PROP_ID}/1033/thumbm.png
https://avatar-ssl.xboxlive.com/global/t.{TITLE_ID}/avataritem/{AVATAR_PROP_ID}/128
http://download.xbox.com/content/images/{AVATAR_PROP_ID}/1033/thumbm.png
http://avatar.xboxlive.com/global/t.{TITLE_ID}/avataritem/{AVATAR_PROP_ID}/128​

Avatar Item Large:
https://download-ssl.xbox.com/content/images/{AVATAR_PROP_ID}/1033/thumblg.png
https://avatar-ssl.xboxlive.com/global/t.{TITLE_ID}/avataritem/{AVATAR_PROP_ID}/300
http://download.xbox.com/content/images/{AVATAR_PROP_ID}/1033/thumblg.png
http://avatar.xboxlive.com/global/t.{TITLE_ID}/avataritem/{AVATAR_PROP_ID}/300​

Other:


I've listed different https and http links for those who support both. links that start with // are fit both for https and http (if you use // your browser will automatically use the same protocol used for the original page)

I think that all the attributes speak for themselves if you do not understand any of them please tell so I can explain. If you have urls that are not included in this list and want them to be included post them in this thread or send me a message.

Enjoy!
 
Last edited:
XeClutch

XeClutch

Raised on 7S
Mythical Veteran Programmer Modder
Messages
3,690
Reaction score
2,459
Points
690
Sin$
7
This will defo come in handy for some people ;D
 
Z61

Z61

Some times our saints are sinners
Retired
Programmer Forum Addict Odysseus' Summit
Messages
5,468
Reaction score
3,429
Points
1,042
Sin$
0
This is a bump but this is an addition to the list.

Product Pages:
Code:
http://marketplace.xbox.com/en-US/Product/66acd000-77fe-1000-9115-d802{TITLEID}?nosplash=1
nosplash=1 keeps pages like Gears 3 and Halo 4 from showing their ridiculous pages.
 
lowpro

lowpro

Professional Abecedarian
Programmer Mythical Veteran Mr. Nice Guy
Messages
4,528
Reaction score
2,041
Points
725
Sin$
0
This is a bump but this is an addition to the list.

Product Pages:
Code:
http://marketplace.xbox.com/en-US/Product/66acd000-77fe-1000-9115-d802{TITLEID}?nosplash=1
nosplash=1 keeps pages like Gears 3 and Halo 4 from showing their ridiculous pages.
The bump was necessary :wink:.
OP: Great post :biggrin:
 
Visual Studio

Visual Studio

The Original Shiba Inu
Odysseus' Summit Nevar gon' happen in your lifetime Programmer
Messages
2,748
Reaction score
1,488
Points
1,162
Sin$
7
You are too good lol. Too good :biggrin:
Seems to work on every game so if you find a game that it doesn't work on please tell me. I am probably going to just JSON encode the array and make an API out of it.
EDIT: Just edited it to speed it up A LOT.
 
Last edited:
Z61

Z61

Some times our saints are sinners
Retired
Programmer Forum Addict Odysseus' Summit
Messages
5,468
Reaction score
3,429
Points
1,042
Sin$
0
Found another:
Code:
Gamerpics - https://avatar-ssl.xboxlive.com/global/t.{Title ID}/tile/0/1800{Hex numbers 1-F} - Small
Gamerpics - https://avatar-ssl.xboxlive.com/global/t.{Title ID}/tile/0/28{hex numbers 1-F} - Large
For example: https://avatar-ssl.xboxlive.com/global/t.4d5307e6/tile/0/1800F
https://avatar-ssl.xboxlive.com/global/t.4d5307e6/tile/0/2800a
The examples are for Halo 3.
Obviously these only work for gamer picture package releases, not ingame awarded ones. They may exist, but not from this.

Edit: This seems to not work for more recent releases, i'll find a way for the newer ones.
 
Last edited:
thetechnation

AM A BAD MAN

gaming developer
Messages
1,418
Reaction score
144
Points
165
Sin$
0
During the development of Save Vault we have gathered image urls for a number of things for the Xbox.

So I would like to give you all everything we've found that could come in handy for some developers.
Game Icon:
//image-origin.xboxlive.com/global/t.{TITLE_ID}/icon/0/8000​
https://image-ssl.xboxlive.com/global/t.{TITLE_ID}/icon/0/8000​
http://image.xboxlive.com/global/t.{TITLE_ID}/icon/0/8000​

Large Boxart:
//live.xbox.com/consoleAssets/{TITLE_ID}/en-GB/largeboxart.jpg​
http://tiles.xbox.com/consoleAssets/{TITLE_ID}/en-GB/largeboxart.jpg​

Small Boxart:
//live.xbox.com/consoleAssets/{TITLE_ID}/en-GB/smallboxart.jpg​
http://tiles.xbox.com/consoleAssets/{TITLE_ID}/en-GB/smallboxart.jpg​

Game Gallery:

Background:
//live.xbox.com/consoleAssets/{TITLE_ID}/en-GB/background.jpg​
http://tiles.xbox.com/consoleAssets/{TITLE_ID}/en-GB/background.jpg​

Banner:

Avatar:
https://avatar-ssl.xboxlive.com/global/t.{AVATAR_ID}/tile/0/28001​

Avatar Picture:
https://avatar-ssl.xboxlive.com/avatar/{GAMERTAG}/avatarpic-s.png​
https://avatar-ssl.xboxlive.com/avatar/{GAMERTAG}/avatarpic-l.png​
http://avatar.xboxlive.com/avatar/{GAMERTAG}/avatarpic-s.png​
http://avatar.xboxlive.com/avatar/{GAMERTAG}/avatarpic-l.png​

Avatar Body:
https://avatar-ssl.xboxlive.com/avatar/{GAMERTAG}/avatar-body.png​
http://avatar.xboxlive.com/avatar/{GAMERTAG}/avatar-body.png​

Avatar Item Small:
https://download-ssl.xbox.com/content/images/{AVATAR_PROP_ID}/1033/thumbsm.png​
https://avatar-ssl.xboxlive.com/global/t.{TITLE_ID}/avataritem/{AVATAR_PROP_ID}/64​
http://download.xbox.com/content/images/{AVATAR_PROP_ID}/1033/thumbsm.png​
http://avatar.xboxlive.com/global/t.{TITLE_ID}/avataritem/{AVATAR_PROP_ID}/64​

Avatar Item Medium:
https://download-ssl.xbox.com/content/images/{AVATAR_PROP_ID}/1033/thumbm.png​
https://avatar-ssl.xboxlive.com/global/t.{TITLE_ID}/avataritem/{AVATAR_PROP_ID}/128​
http://download.xbox.com/content/images/{AVATAR_PROP_ID}/1033/thumbm.png​
http://avatar.xboxlive.com/global/t.{TITLE_ID}/avataritem/{AVATAR_PROP_ID}/128​

Avatar Item Large:
https://download-ssl.xbox.com/content/images/{AVATAR_PROP_ID}/1033/thumblg.png​
https://avatar-ssl.xboxlive.com/global/t.{TITLE_ID}/avataritem/{AVATAR_PROP_ID}/300​
http://download.xbox.com/content/images/{AVATAR_PROP_ID}/1033/thumblg.png​
http://avatar.xboxlive.com/global/t.{TITLE_ID}/avataritem/{AVATAR_PROP_ID}/300​

Other:


I've listed different https and http links for those who support both. links that start with // are fit both for https and http (if you use // your browser will automatically use the same protocol used for the original page)

I think that all the attributes speak for themselves if you do not understand any of them please tell so I can explain. If you have urls that are not included in this list and want them to be included post them in this thread or send me a message.

Enjoy!
thanks for this info
 
Z61

Z61

Some times our saints are sinners
Retired
Programmer Forum Addict Odysseus' Summit
Messages
5,468
Reaction score
3,429
Points
1,042
Sin$
0
Last edited:
Status
Not open for further replies.
Top Bottom
Login
Register