{"id":22909039,"url":"https://github.com/jcxldn/xbl-web-api","last_synced_at":"2025-05-08T23:09:34.673Z","repository":{"id":38036461,"uuid":"180402076","full_name":"jcxldn/xbl-web-api","owner":"jcxldn","description":"[offline] A free, open source REST API for Xbox Live. Written in Python 3.7.","archived":false,"fork":false,"pushed_at":"2022-06-11T07:30:40.000Z","size":197,"stargazers_count":25,"open_issues_count":7,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-08T23:09:29.515Z","etag":null,"topics":["api","api-wrapper","python3","xboxlive"],"latest_commit_sha":null,"homepage":"https://xbl-api.prouser123.me/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jcxldn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-04-09T15:54:09.000Z","updated_at":"2023-12-11T03:36:41.000Z","dependencies_parsed_at":"2022-08-09T16:47:24.356Z","dependency_job_id":null,"html_url":"https://github.com/jcxldn/xbl-web-api","commit_stats":null,"previous_names":["jcxldn/xbl-web-api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcxldn%2Fxbl-web-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcxldn%2Fxbl-web-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcxldn%2Fxbl-web-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcxldn%2Fxbl-web-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jcxldn","download_url":"https://codeload.github.com/jcxldn/xbl-web-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253160776,"owners_count":21863629,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","api-wrapper","python3","xboxlive"],"created_at":"2024-12-14T03:33:54.792Z","updated_at":"2025-05-08T23:09:34.651Z","avatar_url":"https://github.com/jcxldn.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# xbl-web-api\n\n![GitHub Workflow Status](https://img.shields.io/github/workflow/status/Prouser123/xbl-web-api/build?logo=github\u0026logoColor=white)\n![Uptime Robot ratio (7 days)](https://img.shields.io/uptimerobot/ratio/7/m782558122-d298b8bb4b0d1c15272b7ddf)\n[![coverage badge](https://img.shields.io/codecov/c/gh/prouser123/xbl-web-api.svg)](https://codecov.io/gh/Prouser123/xbl-web-api)\n![python3 badge](https://img.shields.io/badge/python-3.10-blue.svg)\n\n[Live Instance](https://xbl-api.prouser123.me/)\n\nAll routes return JSON unless otherwise specified.\n\n## Routes\n\n- `/titleinfo/\u003cint:titleid\u003e`\n\n  Get title information by its title ID.\n\n- `/legacysearch/\u003cstr:query\u003e`\n\n  Search the Xbox 360 Marketplace.\n\n- `/gamertag/check/\u003cstr:username\u003e`\n\n  Check if the specified gamertag is available or taken.\n\n- `/usercolors/define/\u003cstr:primary\u003e/\u003cstr:secondary\u003e/\u003cstr:tertiary\u003e`\n\n  Get an SVG representation of the defined colors.\n\n- `/usercolors/get/xuid/\u003cint:xuid\u003e`\n\n  Get an SVG representation of the user's colors.\n\n- `/usercolors/get/gamertag/\u003cgamertag\u003e`\n\n  Get an SVG representation of the user's colors.\n\n### Profiles\n\n- `/profile/xuid/\u003cint:xuid\u003e`\n\n  Get a profile by the user's XUID.\n\n- `/profile/gamertag\u003cstr:gamertag\u003e`\n\n  Get a profile by the user's gamertag.\n\n- `/profile/settings/xuid/\u003cint:xuid\u003e`\n\n  Get profile settings (less data) by the user's XUID.\n\n- `/profile/settings/gamertag/\u003cstr:gamertag\u003e`\n\n  Get profile settings (less data) by the user's gamertag.\n\n### Friends\n\n- `/friends/summary/xuid/\u003cint:xuid\u003e`\n\n  Get a user's friend summary (followers and following count) by their XUID.\n\n- `/friends/summary/gamertag/\u003cgamertag\u003e`\n\n  Get a user's friend summary (followers and following count) by their gamertag.\n\n### Presence\n\n- `/presence/xuid/\u003cint:xuid\u003e`\n\n  Get a user's presence (status) by their XUID.\n\n- `/presence/gamertag/\u003cstr:gamertag\u003e`\n\n  Get a user's presence (status) by their gamertag.\n\n### User Stats\n\n- `/userstats/xuid/\u003cint:xuid\u003e/titleid/\u003cint:titleid\u003e`\n\n  Get a user's stats for a game by Title ID and user XUID.\n\n- `/userstats/gamertag/\u003cstr:gamertag\u003e/titleid/\u003cint:titleid\u003e`\n\n  Get a user's stats for a game by Title ID and user gamertag.\n\n### XUIDs\n\n- `/xuid/\u003cstr:gamertag\u003e`\n\n  Get a user's XUID by their gamertag.\n\n- `/xuid/\u003cstr:gamertag\u003e/raw`\n\n  Get a user's XUID by their gamertag and return as text.\n\n### Achievements\n\n- `/achievements/1/recent/\u003cint:xuid\u003e`\n\n  Get the recent Xbox One achievements for a user XUID.\n\n- `/achievements/360/recent/\u003cint:xuid\u003e`\n\n  Get the recent Xbox 360 achievements for a user XUID.\n\n- `/achievements/1/titleprogress/\u003cint:xuid\u003e/\u003cint:titleid\u003e`\n\n  Get all achievements (both unlocked and locked) for an Xbox One user from their XUID and the game's Title ID.\n\n- `/achievements/360/titleprogress/all/\u003cint:xuid\u003e/\u003cint:titleid\u003e`\n\n  Get all available achievements for an Xbox 360 user from their XUID and the game's Title ID.\n\n- `/achievements/360/titleprogress/earned/\u003cint:xuid\u003e/\u003cint:titleid\u003e`\n\n  Get all earned / unlocked achievements for an Xbox 360 user from their XUID and the game's Title ID.\n\n- `/achievements/1/titleprogress/detail/\u003cint:xuid\u003e/\u003cuuid:scid\u003e/\u003cint:achievementid\u003e`\n\n  Get the achievement details for an Xbox One user from their XUID, the game's SCID (Service Config ID) and an achievement ID.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcxldn%2Fxbl-web-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjcxldn%2Fxbl-web-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcxldn%2Fxbl-web-api/lists"}