{"id":20692373,"url":"https://github.com/kazedevid/mpl_id_skrep","last_synced_at":"2025-07-18T07:07:33.726Z","repository":{"id":204267146,"uuid":"711465312","full_name":"KazeDevID/mpl_id_skrep","owner":"KazeDevID","description":"Scrape the mpl id website.","archived":false,"fork":false,"pushed_at":"2023-10-29T11:05:12.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-11T01:37:08.318Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KazeDevID.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-29T10:59:48.000Z","updated_at":"2023-10-29T11:02:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"2aab5888-f9cf-4daf-8e12-94160e6ded5f","html_url":"https://github.com/KazeDevID/mpl_id_skrep","commit_stats":null,"previous_names":["kazedevid/mpl_id_skrep"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KazeDevID/mpl_id_skrep","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KazeDevID%2Fmpl_id_skrep","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KazeDevID%2Fmpl_id_skrep/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KazeDevID%2Fmpl_id_skrep/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KazeDevID%2Fmpl_id_skrep/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KazeDevID","download_url":"https://codeload.github.com/KazeDevID/mpl_id_skrep/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KazeDevID%2Fmpl_id_skrep/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265716306,"owners_count":23816354,"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":[],"created_at":"2024-11-16T23:21:17.318Z","updated_at":"2025-07-18T07:07:33.535Z","avatar_url":"https://github.com/KazeDevID.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MPL_ID SCRAPE API Documentation\n\n\n### 1. Get Player Information\n\n**Endpoint:** `/players/{player_id}`\n\n**Method:** GET\n\n**Description:** Retrieve information about a specific player on the MPL_ID platform.\n\n**Parameters:**\n\n- `{player_id}` (string): The unique identifier of the player.\n\n**Example Request:**\n\n```markdown\nGET players/12345\n```\n\n**Example Response:**\n\n```output\n{\n    \"player_id\": \"12345\",\n    \"player_name\": \"AlokHamil\",\n    \"player_rank\": 5,\n    \"games_played\": 100,\n    \"win_percentage\": 75.5,\n    \"team_id\": \"54321\"\n}\n```\n\n### 2. Get Tournament Details\n\n**Endpoint:** `/tournaments/{tournament_id}`\n\n**Method:** GET\n\n**Description:** Retrieve details about a specific tournament on the MPL_ID platform.\n\n**Parameters:**\n\n- `{tournament_id}` (string): The unique identifier of the tournament.\n\n**Example Request:**\n\n```markdown\nGET tournaments/67890\n```\n\n**Example Response:**\n\n```output\n{\n    \"tournament_id\": \"67890\",\n    \"tournament_name\": \"MPL Championship 2023\",\n    \"start_date\": \"2023-10-28\",\n    \"end_date\": \"2023-10-29\",\n    \"prize_pool\": \"$100,000\",\n    \"location\": \"Online\",\n    \"participants\": 32\n}\n```\n\n### 3. Get Game Stats\n\n**Endpoint:** `/games/{game_id}/stats`\n\n**Method:** GET\n\n**Description:** Retrieve statistics for a specific game played on the MPL_ID platform.\n\n**Parameters:**\n\n- `{game_id}` (string): The unique identifier of the game.\n\n**Example Request:**\n\n```markdown\nGET games/54321/stats\n```\n\n**Example Response:**\n\n```output\n{\n    \"game_id\": \"54321\",\n    \"game_name\": \"Battle Royale\",\n    \"total_matches_played\": 500,\n    \"average_kills\": 7.2,\n    \"average_placement\": 3,\n    \"top_10_percentage\": 65.5\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkazedevid%2Fmpl_id_skrep","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkazedevid%2Fmpl_id_skrep","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkazedevid%2Fmpl_id_skrep/lists"}