Инсталирайте Steam
вход
|
език
Опростен китайски (简体中文)
Традиционен китайски (繁體中文)
Японски (日本語)
Корейски (한국어)
Тайландски (ไทย)
Чешки (Čeština)
Датски (Dansk)
Немски (Deutsch)
Английски (English)
Испански — Испания (Español — España)
Испански — Латинска Америка (Español — Latinoamérica)
Гръцки (Ελληνικά)
Френски (Français)
Италиански (Italiano)
Индонезийски (Bahasa Indonesia)
Унгарски (Magyar)
Холандски (Nederlands)
Норвежки (Norsk)
Полски (Polski)
Португалски (Português)
Бразилски португалски (Português — Brasil)
Румънски (Română)
Руски (Русский)
Финландски (Suomi)
Шведски (Svenska)
Турски (Türkçe)
Виетнамски (Tiếng Việt)
Украински (Українська)
Докладване на проблем с превода
However, there are various ways to obtain data from Steam to build one yourself in the way you want it. One is the StorefrontAPI, you can access various data of Steam very easily for example;
http://store.steampowered.com/api/featuredcategories/ (Open with external browser if nothing shows in the client, for me nothing showed)
The data is returned in JSON, and is publicly available data, you can see more uses here;
https://wiki.teamfortress.com/wiki/User:RJackson/StorefrontAPI
There's the web API which is sort of the same as above but it does require you to obtain a key from Valve to start fully using, but it'll be capable of returning more data, some which is more sensitive than publicly available, hense the submission to obtain a key. http://steamcommunity.com/dev
https://partner.steamgames.com/documentation/webapi
There is also a project called SteamKit which is developed by a community of Steam users, it offers the ability to connect with Steam and perform various tasks, as far as I am aware.
The project is here: https://github.com/SteamRE/SteamKit
They are all legitimate ways of obtaining various data, the data is all public anyway except for key requiring webAPI calls.
As an example so you see what such software and APIs can do, this website uses the methods above: https://steamdb.info/