API

XboxDB API is still in developement.

This is the documentation for the XboxDB public API. Please note that XboxDB API is not available yet and is not a priority for us at the moment.

All calls will return a JSON response containing the requested object or a HTTP error code like "404 Not found", "403 Forbidden".


Example

GET http://xboxdb.altervista.org/api/4d53085b
{
	"name": "Halo: Reach",
	"title_id": "4d53085b",
	"game_type": "Xbox360",
	"developer": "Bungie",
	"publisher": "Microsoft Game Studios",
	"release_year": 2010,
	"genre": [
		"First-person Shooter"
	],
	"achievements": 69,
	"gamescore": 1700,
	"metacritic_score": 91,
	"system_link": true,
	"xbox_one_compatible": true,
	"images": {
		"cover-small": "http://download.xbox.com/content/images/66acd000-77fe-1000-9115-d8024d53085b/1033/boxartsm.jpg",
		"cover-large": "http://download.xbox.com/content/images/66acd000-77fe-1000-9115-d8024d53085b/1033/boxartlg.jpg",
		"screen1": "http://download.xbox.com/content/images/66acd000-77fe-1000-9115-d8024d53085b/1033/screenlg1.jpg",
		"screen2": "http://download.xbox.com/content/images/66acd000-77fe-1000-9115-d8024d53085b/1033/screenlg2.jpg",
		"screen3": "http://download.xbox.com/content/images/66acd000-77fe-1000-9115-d8024d53085b/1033/screenlg3.jpg",
		"icon": "http://download.xbox.com/content/images/66acd000-77fe-1000-9115-d8024d53085b/1033/tile.png",
		"banner": "http://download.xbox.com/content/images/66acd000-77fe-1000-9115-d8024d53085b/1033/banner.png",
		"background": "http://download.xbox.com/content/images/66acd000-77fe-1000-9115-d8024d53085b/1033/background.jpg"
	}
}