Every API, one clean contract.
64 APIs · all speak the same { ok, data, meta, error }envelope. Search, filter, and open one to see endpoints, params & live examples.
Reputation & Reviews
8 APIsE-commerce & Marketplaces
13 APIsReal Estate
5 APIsJobs & Hiring
6 APIsTravel & Lodging
5 APIsSearch & SEO
4 APIsFinance & Data
3 APIsMedia, Social & Knowledge
13 APIsUtilities & AI
7 APIsSteam
livepost/steam-games/v1/app_detail2 creditsfull game metadata from store appdetails (+structured languages; include_tags adds community tags/franchise/links)
{
"appid": 730,
"cc": "us"
}Try in playground →post/steam-games/v1/price1 creditregional price + discount (appdetails price_overview)
{
"appid": 1245620,
"cc": "us"
}Try in playground →post/steam-games/v1/reviews1 credituser reviews + query_summary; review_type/day_range/trend (day|week|month|year)/sort=funny; redact_pii drops author identity
{
"appid": 730,
"num_per_page": 5
}Try in playground →post/steam-games/v1/player_stats1 creditsteamspy owners + optional current player count
{
"appid": 730
}Try in playground →post/steam-games/v1/search1 creditstore search → appid+price (+metascore on keyword); faceting: tags/type/category1/supportedlang/maxprice/specials. term OR a facet required.
{
"term": "portal",
"count": 10
}Try in playground →post/steam-games/v1/top_sellers1 creditSteam top sellers chart slice (appid+price per item); same facets as search
{
"count": 5
}Try in playground →post/steam-games/v1/news1 creditofficial game news (ISteamNews/GetNewsForApp)
{
"appid": 730,
"count": 3
}Try in playground →post/steam-games/v1/tags1 creditcommunity tags (InitAppTagModal) + franchise + external links (store page)
{
"appid": 730
}Try in playground →post/steam-games/v1/similar_games1 creditrecommended similar games (appids) via /recommended/morelike
{
"appid": 1245620,
"count": 6
}Try in playground →post/steam-games/v1/artworks1 creditofficial art-asset URLs (header/capsule/library/hero/logo/background)
{
"appid": 730
}Try in playground →