{"id":19164204,"url":"https://github.com/xxgicoxx/steamworks-api","last_synced_at":"2025-04-19T21:32:49.616Z","repository":{"id":37915712,"uuid":"239676949","full_name":"xxgicoxx/steamworks-api","owner":"xxgicoxx","description":"Steamworks Web API wrapper for Node.js.","archived":false,"fork":false,"pushed_at":"2023-03-23T22:32:29.000Z","size":35,"stargazers_count":9,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-11T02:36:55.117Z","etag":null,"topics":["api","steam","steamworks","steamworks-api"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/steamworks-api","language":"JavaScript","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/xxgicoxx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2020-02-11T04:36:38.000Z","updated_at":"2023-10-19T07:49:26.000Z","dependencies_parsed_at":"2024-09-30T15:01:16.845Z","dependency_job_id":"e021f45d-c6a3-43b2-be9d-de92e985da94","html_url":"https://github.com/xxgicoxx/steamworks-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xxgicoxx%2Fsteamworks-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xxgicoxx%2Fsteamworks-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xxgicoxx%2Fsteamworks-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xxgicoxx%2Fsteamworks-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xxgicoxx","download_url":"https://codeload.github.com/xxgicoxx/steamworks-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223807286,"owners_count":17206128,"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","steam","steamworks","steamworks-api"],"created_at":"2024-11-09T09:19:27.810Z","updated_at":"2024-11-09T09:19:28.470Z","avatar_url":"https://github.com/xxgicoxx.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# steamworks-api\nSteamworks Web API wrapper for Node.js.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/imgs/steam.png\"\u003e\n\u003c/p\u003e\n\n# Features\n* Steamworks API endpoints\n\n# Docs\n* [Documentation](https://partner.steamgames.com/doc/webapi)\n\n# Prerequisites\n* [Node.js](https://nodejs.org/en/)\n\n# Installation\n````\nnpm install steamworks-api\n````\n\n# Credentials\n### 1. Steam\n````\n# Account\nCreate an Steam account on https://store.steampowered.com/.\n\n# API Key\nCreate an API key on https://steamcommunity.com/login/home/?goto=%2Fdev%2Fapikey.\n````\n\n# Example\n```javascript\nconst Steam = require('steamworks-api');\n\nconst steam = new Steam({\n  key: 'STEAM_API_KEY',\n});\n\n(async () =\u003e {\n  try {\n    const recentlyPlayedGames = await steam.get('/IPlayerService/GetRecentlyPlayedGames/v1/', { steamid: '76561198027639832' });\n    console.log(await recentlyPlayedGames.json());\n\n    const ownedGames = await steam.get('/IPlayerService/GetOwnedGames/v1/', { steamid: '76561198027639832' });\n    console.log(await ownedGames.json());\n  } catch (error) {\n    console.error(error);\n  }\n})();\n```\n\n# Built With\n* [Node.js](https://nodejs.org/en/)\n\n# Authors\n* [xxgicoxx](https://github.com/xxgicoxx)\n\n# Acknowledgments\n* [FlatIcon](https://www.flaticon.com/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxxgicoxx%2Fsteamworks-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxxgicoxx%2Fsteamworks-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxxgicoxx%2Fsteamworks-api/lists"}