marketplace
Get game by Xbox Title ID
Returns marketplace information for a game by its Xbox Title ID.
Response Structure:
- content: Product details from Microsoft's catalog lookup API
- code: HTTP status code from upstream (200 = success, 404 = not found, 500 = upstream error)
get/v2/marketplace/title/{titleId}
Path parameters
titleIdstring required
Response
Game information
Example response
{
"code": 200
}Changes
No recorded changes to this endpoint across all 1 revision of this API.