-
Notifications
You must be signed in to change notification settings - Fork 4
Get Users (v1)
Revadike edited this page Apr 22, 2021
·
1 revision
Host:
barter.vg
orbartervg.com
Path:
/u/json
Name Type Description :user_id
object Key :user_id
is the hex ID of the barter.vg user:user_id.redirect
number 0 = the profile has not been merged with another profile, >0 the profile is merged this profile ID (91 redirected profiles, from an earlier time when profiles were added by Steam URL and not SteamID64) :user_id.steam_persona
number The Steam name of the user
If the profile is not claimed, the value will be"unclaimed profile :hexid"
:user_id.steam_id
number The steamid64 of a barter.vg user :user_id.steam_id_string
string The value of :user_id.steam_id
as a string:user_id.active
number Barter account status: 1
= Active,-1
= Unavailable:user_id.recent_completed
number The Unix timestamp of the last completed offer :user_id.recent_sent
number The Unix timestamp of the last sent offer :user_id.recent_received
number The Unix timestamp of the last received offer
GET https://barter.vg/u/json
{
...
"a0":{
"redirect":0,
"steam_persona":"Barter.vg",
"steam_id":76561198164997231,
"steam_id_string":"76561198164997231",
"active":1,
"recent_completed":1618686227,
"recent_sent":1618686964,
"recent_received":1618768201
},
"ba":{
"redirect":0,
"steam_persona":"unclaimed profile BA",
"steam_id":76561198125406556,
"steam_id_string":"76561198125406556",
"active":-1,
"recent_completed":0,
"recent_sent":0,
"recent_received":0
}
...
}
- Common trading etiquette
- How to value your games
- What to look out for before accepting a trade
- Exercises
-
Ultimate Beginners Guide
- Have:Want (h:w) or Tradable:Wishlist (t:w) ratio
- IsThereAnyDeal (ITAD) / SteamDB historical lows
- Purchase-disabled games
- The grey key market and gg.deals / allkeyshops
- Personally weighing the value systems
- Barter specific tips / things to look out for
- "Keys" - activation types / packages run-down
- Tools
- Common Barter tags and symbols
- GET /app/:app_id/settings/json
- GET /browse/bundles/json
- GET /browse/cards/json
- GET /browse/dlc/json
- GET /browse/json
- GET /browse/tag/:tag_id/json
- GET /bundle/:bundle_id/json
- GET /bundles/json
- GET /giveaways/json
- GET /i/:item_id/json
- GET /i/:item_id/json2
- GET /steam/:steamid/json
- GET /steam/app/:steam_appid/json
- GET /steam/sub/:steam_subid/json
- GET /u/:user_id/b/json
- GET /u/:user_id/c/json
- GET /u/:user_id/d/json
- GET /u/:user_id/f/json
- GET /u/:user_id/json
- GET /u/:user_id/l/json
- GET /u/:user_id/o/:offer_id/json
- GET /u/:user_id/o/accepted/json
- GET /u/:user_id/o/json
- GET /u/:user_id/t/f/:user_id/json/
- GET /u/:user_id/t/json
- GET /u/:user_id/w/json
- GET /u/json
- POST /u/:user_id/o/json