{"id":19067914,"url":"https://github.com/oguzhantasimaz/steam-web-api-go","last_synced_at":"2026-05-16T09:30:16.741Z","repository":{"id":199887363,"uuid":"701394896","full_name":"oguzhantasimaz/steam-web-api-go","owner":"oguzhantasimaz","description":"Steam Web API wrapper for Go developers.","archived":false,"fork":false,"pushed_at":"2023-10-12T12:01:38.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-02T14:48:02.273Z","etag":null,"topics":["api","counter-strike","go","golang","steam","steam-api","steamwebapi","valve","web","wrapper","wrapper-api"],"latest_commit_sha":null,"homepage":"https://www.steamwebapi.com/api/doc","language":"Go","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/oguzhantasimaz.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,"governance":null}},"created_at":"2023-10-06T14:43:09.000Z","updated_at":"2023-10-12T11:57:00.000Z","dependencies_parsed_at":"2023-10-13T06:30:59.513Z","dependency_job_id":null,"html_url":"https://github.com/oguzhantasimaz/steam-web-api-go","commit_stats":null,"previous_names":["oguzhantasimaz/steam-web-api-go"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oguzhantasimaz%2Fsteam-web-api-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oguzhantasimaz%2Fsteam-web-api-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oguzhantasimaz%2Fsteam-web-api-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oguzhantasimaz%2Fsteam-web-api-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oguzhantasimaz","download_url":"https://codeload.github.com/oguzhantasimaz/steam-web-api-go/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240122465,"owners_count":19751139,"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","counter-strike","go","golang","steam","steam-api","steamwebapi","valve","web","wrapper","wrapper-api"],"created_at":"2024-11-09T01:01:44.619Z","updated_at":"2026-05-16T09:30:16.660Z","avatar_url":"https://github.com/oguzhantasimaz.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Steamwebapi GoLang API Wrapper\n\n![GitHub](https://img.shields.io/github/license/oguzhantasimaz/steam-web-api-go)\n![GitHub Release (latest by date)](https://img.shields.io/github/v/release/oguzhantasimaz/steam-web-api-go)\n![GitHub Go Module Version](https://img.shields.io/github/go-mod/go-version/oguzhantasimaz/steam-web-api-go)\n![GitHub issues](https://img.shields.io/github/issues/oguzhantasimaz/steam-web-api-go)\n\n## Description\n\nSteamwebapi is a free and open-source API wrapper for interacting with the Steam Web API. It provides easy access to various Steam services such as Inventory, Profile, CS:GO Items, Rust Items, Dota Items, Team Fortress Items, and more without the risk of Steam blocking.\n\n## Table of Contents\n\n- [Installation](#installation)\n- [Usage](#usage)\n- [API Endpoints](#api-endpoints)\n- [Examples](#examples)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Installation\n\nTo use this API wrapper in your Go project, you can add it as a dependency in your `go.mod` file.\n\n```\ngo get github.com/oguzhantasimaz/steam-web-api-go\n```\n\n## Usage\n\nBefore making API requests, you need to obtain an API key from [steamwebapi.com](https://www.steamwebapi.com/api/list). Once you have your API key, you can initialize the wrapper and make requests to the Steam Web API.\n\n```go\nimport \"github.com/oguzhantasimaz/steam-web-api-go/swa\"\n\nfunc main() {\n    apiKey := \"your-api-key\"\n    client := swa.NewClient(apiKey)\n\n    // Get Item History for P250 Crimson Kimono Factory New\n    \n    ih, err := client.Items().GetItemPriceHistory(\"P250 | Crimson Kimono (Factory New)\")\n    if err != nil {\n        panic(err)\n    }\n    \n    log.Println(ih)\n}\n```\n\n## API Endpoints\n\nThe API wrapper supports the following endpoints:\n\n- **Currency**\n    - Get a list of currencies\n    - Get exchange rates for currencies\n\n- **Profiles**\n    - Get random steam profile\n    - Get a steam profile with high valued inventory \n\n- **Items**\n    - Get Steam items\n    - Get information about Steam items\n    - Find Steam items\n    - Get details of a specific Steam item\n    - Get item history\n\n- **Inventory**\n    - Get Steam inventory\n    - Get Steam inventory tracked by day\n\n- **Profile**\n    - Get Steam IDs\n    - Get Steam profiles\n    - Get Steam friend lists\n\n## Examples\n\nFor more examples check the [examples directory](https://github.com/oguzhantasimaz/steam-web-api-go/tree/main/examples).\n\n## Contributing\n\nContributions to this project are welcome! If you encounter a bug or have a feature request, feel free to open an issue. Pull requests with improvements or new features are also appreciated.\n\n## License\n\nThis API wrapper is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foguzhantasimaz%2Fsteam-web-api-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foguzhantasimaz%2Fsteam-web-api-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foguzhantasimaz%2Fsteam-web-api-go/lists"}