Skip to content

Get User Library (v1)

Revadike edited this page May 1, 2021 · 1 revision

GET /u/:user_id/l/json

Request

Host: barter.vg or bartervg.com

Path: /u/:user_id/l/json

Variables:

Name Type Description
:user_id string The hex ID of the barter.vg user

Response

Name Type Description
user object An object containing properties of the user
user.name string The name of the barter.vg user (synced with Steam Community name)
user.region number The region ID of the user
user.language number The language ID of the user
by_platform object An object containing the properties of items, grouped by the source
by_platform.:source_id object Key :source_id is the source ID
by_platform.:source_id.:line_id object TODO
by_platform.:source_id.:line_id.line_id number TODO
by_platform.:source_id.:line_id.item_id number TODO
by_platform.:source_id.:line_id.ci_type string TODO
by_platform.:source_id.:line_id.extra number TODO
by_platform.:source_id.:line_id.platform_id number TODO
by_platform.:source_id.:line_id.sku number TODO
by_platform.:source_id.:line_id.title string TODO
by_platform.:source_id.:line_id.title_alt string TODO
by_platform.:source_id.:line_id.title_extra string TODO
by_platform.:source_id.:line_id.item_type string TODO
by_platform.:source_id.:line_id.steamgifts_cv number TODO
by_platform.:source_id.:line_id.tradable number TODO
by_platform.:source_id.:line_id.wishlist number TODO
by_platform.:source_id.:line_id.library number TODO
by_platform.:source_id.:line_id.blacklist number TODO
by_platform.:source_id.:line_id.release_year number TODO
by_platform.:source_id.:line_id.bundles_available number TODO
by_platform.:source_id.:line_id.bundles_all number TODO
by_platform.:source_id.:line_id.givenaway number TODO
by_platform.:source_id.:line_id.base_item_id number TODO
by_platform.:source_id.:line_id.price number TODO
by_platform.:source_id.:line_id.reviews_positive number TODO
by_platform.:source_id.:line_id.mac number TODO
by_platform.:source_id.:line_id.linux number TODO
by_platform.:source_id.:line_id.reviews_total number TODO
by_platform.:source_id.:line_id.achievements number TODO
by_platform.:source_id.:line_id.cards number TODO
tags object TODO
steam_limited[] array A list of item ID's of games that are limited
retailer_id object A complete list of retailer or source ID's
retailer_id.:source_id object Key :source_id is the source ID
retailer_id.:source_id.name string The name/value of the associated source ID
retailer_id.:source_id.icon string The icon filename of the associated source ID

Example

GET https://barter.vg/u/48e/l/json
{
  "user": {
    "name": "Revadike",
    "region": 5,
    "language": 1
  },
  "by_platform": {
    "1": {
      "76952704": {
        "line_id": 76952704,
        "item_id": 750,
        "ci_type": "sync-api",
        "extra": 0,
        "platform_id": 1,
        "sku": 10,
        "title": "Counter-Strike",
        "item_type": "Game",
        "steamgifts_cv": 15,
        "tradable": 1,
        "wishlist": 21,
        "library": 773,
        "blacklist": 25,
        "release_year": 2000,
        "bundles_all": 0,
        "price": 999,
        "reviews_positive": 96,
        "mac": 1,
        "linux": 1,
        "reviews_total": 104601
      },
      ...
  },
  "tags": [
    
  ],
  "steam_limited": [
    152,
    ...
  ],
  "retailer_id": {
    "0": {
      "name": "",
      "icon": "unspecified2.png"
    },
    "1": {
      "name": "Steam",
      "icon": "steam.png"
    },
    "2": {
      "name": "Steam Package",
      "icon": "steam.png"
    },
    "3": {
      "name": "Humble Bundle",
      "icon": "humblebundle.png"
    },
    "4": {
      "name": "GOG.com",
      "icon": "gog.png"
    },
    "5": {
      "name": "Origin",
      "icon": "origin.png"
    },
    "6": {
      "name": "Desura",
      "icon": "desura.png"
    },
    "7": {
      "name": "Indiegala",
      "icon": "indiegala.png"
    },
    "8": {
      "name": "Fanatical",
      "icon": "fanatical.png"
    },
    "9": {
      "name": "Groupees",
      "icon": "groupees3.png"
    },
    "10": {
      "name": "Indie Royale",
      "icon": "indieroyale.png"
    },
    "11": {
      "name": "GamersGate",
      "icon": "gamersgate.png"
    },
    "12": {
      "name": "Amazon",
      "icon": "amazon.png"
    },
    "13": {
      "name": "Humble Store",
      "icon": "humblebundle.png"
    },
    "14": {
      "name": "Ubisoft Connect",
      "icon": "ubisoft.png"
    },
    "15": {
      "name": "Lazy Guys Bundle",
      "icon": "lazyguys.png"
    },
    "16": {
      "name": "Green Light Bundle",
      "icon": "greenlight.png"
    },
    "17": {
      "name": "DailyIndieGame",
      "icon": "dailyindie.png"
    },
    "18": {
      "name": "Flying Bundle",
      "icon": "flyingbundle.png"
    },
    "19": {
      "name": "Steam Item",
      "icon": "steam.png"
    },
    "20": {
      "name": "Green Man Gaming",
      "icon": "gmg.png"
    },
    "21": {
      "name": "Nuuvem",
      "icon": "nuuvem.png"
    },
    "22": {
      "name": "MacGameStore",
      "icon": "macgamestore.png"
    },
    "23": {
      "name": "Playinjector",
      "icon": "playinjector.png"
    },
    "24": {
      "name": "IndieGameStand",
      "icon": "igamestand.png"
    },
    "25": {
      "name": "Nintendo 3DS",
      "icon": "3ds.png"
    },
    "26": {
      "name": "WiiU",
      "icon": "wiiu.png"
    },
    "27": {
      "name": "Coinplay.io",
      "icon": "coinplay.png"
    },
    "28": {
      "name": "itch.io",
      "icon": "itchio.png"
    },
    "29": {
      "name": "Super-Duper Bundle",
      "icon": "superduper.png"
    },
    "30": {
      "name": "one more bundle",
      "icon": "onemore.png"
    },
    "31": {
      "name": "Cubic Bundle",
      "icon": "cubicbundle.png"
    },
    "32": {
      "name": "Telltale Games",
      "icon": "telltale.png"
    },
    "33": {
      "name": "HRK",
      "icon": "hrk.png"
    },
    "34": {
      "name": "WinGameStore",
      "icon": "wingamestore.png"
    },
    "35": {
      "name": "Steam Greenlight",
      "icon": "sgreenlight.png"
    },
    "36": {
      "name": "Orlygift",
      "icon": "orlygift.png"
    },
    "37": {
      "name": "Square Enix",
      "icon": "squareenix.png"
    },
    "38": {
      "name": "OtakuMaker",
      "icon": "otakumaker.png"
    },
    "39": {
      "name": "Bundle Kings",
      "icon": "bundlekings.png"
    },
    "40": {
      "name": "GameBundle",
      "icon": "gamebundle.png"
    },
    "41": {
      "name": "Chrono.gg",
      "icon": "chronogg.png"
    },
    "42": {
      "name": "DLGamer",
      "icon": "dlgamer.png"
    },
    "43": {
      "name": "Gamesplanet",
      "icon": "gamesplanet.png"
    },
    "44": {
      "name": "Sila Games",
      "icon": "silagames.png"
    },
    "45": {
      "name": "Bunch of Keys",
      "icon": "bunchkeys.png"
    },
    "46": {
      "name": "G2A",
      "icon": "g2a.png"
    },
    "47": {
      "name": "Steamground",
      "icon": "steamground.png"
    },
    "48": {
      "name": "99 Cent Bundle",
      "icon": "99cent.png"
    },
    "49": {
      "name": "Redacted Network",
      "icon": "redacted.png"
    },
    "50": {
      "name": "Bread Box Bundle",
      "icon": "breadbox.png"
    },
    "51": {
      "name": "PlayStation 4",
      "icon": "ps4.png"
    },
    "52": {
      "name": "PlayStation 3",
      "icon": "ps3.png"
    },
    "53": {
      "name": "Xbox 360",
      "icon": "xb360.png"
    },
    "54": {
      "name": "Xbox One",
      "icon": "xbone.png"
    },
    "55": {
      "name": "Steamgifts.com",
      "icon": "steamgifts.png"
    },
    "56": {
      "name": "MarvelousCrate",
      "icon": "marvelous.png"
    },
    "57": {
      "name": "Barter.vg",
      "icon": "barter.png"
    },
    "58": {
      "name": "GoGoBundle",
      "icon": "gogobundles.png"
    },
    "59": {
      "name": "CDKeys.com",
      "icon": "cdkeys.png"
    },
    "60": {
      "name": "Kinguin",
      "icon": "kinguin.png"
    },
    "61": {
      "name": "Unspecified Platform",
      "icon": "unspecified2.png"
    },
    "62": {
      "name": "Otaku Bundle",
      "icon": "otakubundle.png"
    },
    "63": {
      "name": "DogeBundle",
      "icon": "dogebundle.png"
    },
    "64": {
      "name": "Plati",
      "icon": "plati.png"
    },
    "65": {
      "name": "Steamtrades.com",
      "icon": "streamtrades.png"
    },
    "66": {
      "name": "Epic Games Store",
      "icon": "epicgamesstore.png"
    },
    "67": {
      "name": "Twitch",
      "icon": "twitch.png"
    },
    "68": {
      "name": "IndieDeals.net",
      "icon": "indiedeals2.png"
    },
    "69": {
      "name": "The Indie Games Bundle",
      "icon": "tigb.png"
    },
    "70": {
      "name": "Tiltify",
      "icon": "tiltify.png"
    },
    "71": {
      "name": "Tremor Games",
      "icon": "tremorgames.png"
    },
    "72": {
      "name": "Games Republic",
      "icon": "grepublic.png"
    },
    "73": {
      "name": "2game",
      "icon": "2game.png"
    },
    "74": {
      "name": "Direct2Drive",
      "icon": "d2d.png"
    },
    "75": {
      "name": "Dreamgate",
      "icon": "dreamgate.png"
    },
    "76": {
      "name": "Newegg",
      "icon": "newegg.png"
    },
    "77": {
      "name": "PSVita",
      "icon": "ps3.png"
    },
    "78": {
      "name": "PSN",
      "icon": "ps4.png"
    },
    "79": {
      "name": "Embloo",
      "icon": "embloo.png"
    },
    "80": {
      "name": "battle.net",
      "icon": "battlenet.png"
    },
    "81": {
      "name": "Gamivo",
      "icon": "gamivo.png"
    },
    "82": {
      "name": "Get Games Go",
      "icon": "getgames.png"
    },
    "83": {
      "name": "G2play",
      "icon": "g2play.png"
    },
    "84": {
      "name": "Fangamer",
      "icon": "fangamer.png"
    },
    "85": {
      "name": "Humble Trove",
      "icon": "trove.png"
    },
    "86": {
      "name": "Steam-tracker",
      "icon": "steam-tracker.png"
    },
    "87": {
      "name": "Blink Bundle",
      "icon": "blinkbundle.png"
    },
    "88": {
      "name": "Games Rage",
      "icon": "gamesrage.png"
    },
    "89": {
      "name": "Bundle Bandits",
      "icon": "bbandits.png"
    },
    "90": {
      "name": "Bundle Central",
      "icon": "bcentral.png"
    },
    "91": {
      "name": "Bundle Dragon",
      "icon": "bdragon.png"
    },
    "92": {
      "name": "Bundle In A Box",
      "icon": "biab.png"
    },
    "93": {
      "name": "Cult of Mac",
      "icon": "cultofmac.png"
    },
    "94": {
      "name": "Eurobundle",
      "icon": "eurobundle.png"
    },
    "95": {
      "name": "gram.pl",
      "icon": "gram.png"
    },
    "96": {
      "name": "Indie Ammo Box",
      "icon": "indieammo.png"
    },
    "97": {
      "name": "IndieBundle",
      "icon": "iborg.png"
    },
    "98": {
      "name": "KissMyBundles",
      "icon": "kissmb.png"
    },
    "99": {
      "name": "MadOrc",
      "icon": "madorc.png"
    },
    "100": {
      "name": "Paddle",
      "icon": "paddle.png"
    },
    "101": {
      "name": "PayWUW",
      "icon": "paywuw.png"
    },
    "102": {
      "name": "Peon Bundle",
      "icon": "peonb.png"
    },
    "103": {
      "name": "Gameolith",
      "icon": "gameolith.png"
    },
    "104": {
      "name": "Select n' Play",
      "icon": "selectnp.png"
    },
    "105": {
      "name": "ShinyLoot",
      "icon": "shinyloot.png"
    },
    "106": {
      "name": "StackSocial",
      "icon": "stacksocial.png"
    },
    "107": {
      "name": "Universala",
      "icon": "universala.png"
    },
    "108": {
      "name": "VODO",
      "icon": "vodo.png"
    },
    "109": {
      "name": "CY Bundle",
      "icon": "cybundle.png"
    },
    "110": {
      "name": "Discord",
      "icon": "discord.png"
    },
    "111": {
      "name": "lequestore",
      "icon": "lequestore.png"
    },
    "112": {
      "name": "Rockstar Social Club",
      "icon": "rockstar.png"
    },
    "113": {
      "name": "From boxed copy",
      "icon": "disc.png"
    },
    "114": {
      "name": "PuppyGames",
      "icon": "puppygames.png"
    },
    "115": {
      "name": "Indie-games pack",
      "icon": "igpack.png"
    },
    "116": {
      "name": "Super Shock Bundle",
      "icon": "supershock.png"
    },
    "117": {
      "name": "Charlie's Games",
      "icon": "charlies.png"
    },
    "118": {
      "name": "Buy Games Not Socks",
      "icon": "socks.png"
    },
    "119": {
      "name": "Subsoap",
      "icon": "subsoap.png"
    },
    "120": {
      "name": "Bitcoin Bundle",
      "icon": "bitcoin.png"
    },
    "121": {
      "name": "IndieFort",
      "icon": "gamersgate.png"
    },
    "122": {
      "name": "Voidu",
      "icon": "voidu.png"
    },
    "123": {
      "name": "gemly",
      "icon": "gemly.png"
    },
    "124": {
      "name": "akens.ru",
      "icon": "akens.png"
    },
    "125": {
      "name": "FarmKEYS",
      "icon": "farmkeys.png"
    },
    "126": {
      "name": "TKFG",
      "icon": "tkfg.png"
    },
    "127": {
      "name": "Greenlight Arcade",
      "icon": "greenlighta.png"
    },
    "128": {
      "name": "H2O Bundle",
      "icon": "h2o.png"
    },
    "129": {
      "name": "Oculus",
      "icon": "oculus.png"
    },
    "130": {
      "name": "Razer",
      "icon": "razer.png"
    },
    "131": {
      "name": "Alienware",
      "icon": "alienware.png"
    },
    "132": {
      "name": "IGN",
      "icon": "ign.png"
    },
    "133": {
      "name": "Microsoft Store",
      "icon": "microsoft.png"
    },
    "134": {
      "name": "Alpha Bundle",
      "icon": "alphabundle.png"
    },
    "135": {
      "name": "Opium Pulses",
      "icon": "opiumpulses.png"
    },
    "137": {
      "name": "BrightLocker",
      "icon": "brightlocker.png"
    },
    "138": {
      "name": "Oy Vey Keys",
      "icon": "oyvey2.png"
    },
    "139": {
      "name": "Stardock",
      "icon": "stardock.png"
    },
    "140": {
      "name": "Loot Crate",
      "icon": "lootcrate.png"
    },
    "141": {
      "name": "Allyouplay",
      "icon": "allyouplay.png"
    },
    "142": {
      "name": "Best Buy",
      "icon": "bestbuy.png"
    },
    "143": {
      "name": "GAME UK",
      "icon": "gameuk.png"
    },
    "144": {
      "name": "Gamebillet",
      "icon": "gamebillet.png"
    },
    "145": {
      "name": "GameStop",
      "icon": "gamestop.png"
    },
    "146": {
      "name": "Xbox Live",
      "icon": "xbone.png"
    },
    "147": {
      "name": "ArenaNet",
      "icon": "arenanet.png"
    },
    "148": {
      "name": "Bethesda.net",
      "icon": "bethesda.png"
    },
    "149": {
      "name": "Gamehag",
      "icon": "gamehag.png"
    },
    "150": {
      "name": "Kartridge",
      "icon": "kartridge.png"
    },
    "151": {
      "name": "LootBoy",
      "icon": "lootboy.png"
    },
    "152": {
      "name": "Dlh.net",
      "icon": "dlhnet.png"
    },
    "153": {
      "name": "GiveAway.su",
      "icon": "giveawaysu.png"
    },
    "154": {
      "name": "Gleam",
      "icon": "gleam.png"
    },
    "155": {
      "name": "GAMEHUNT",
      "icon": "gamehunt.png"
    },
    "156": {
      "name": "GrabFreeGame",
      "icon": "grabfreegame.png"
    },
    "157": {
      "name": "Who's Gaming Now?!",
      "icon": "wgn.png"
    },
    "158": {
      "name": "KeyJoker",
      "icon": "keyjoker.png"
    },
    "159": {
      "name": "From Dev / Pub",
      "icon": "devsource.png"
    },
    "160": {
      "name": "WeGame X",
      "icon": "wegamex.png"
    },
    "161": {
      "name": "Indie Face Kick",
      "icon": "indiefacekick.png"
    },
    "162": {
      "name": "Gamecode.win",
      "icon": "gamecodewin.png"
    },
    "163": {
      "name": "MarvelousGA",
      "icon": "marvelousga.png"
    },
    "164": {
      "name": "Gamezito",
      "icon": "gamezito.png"
    },
    "165": {
      "name": "Bananagiveaway.com",
      "icon": "bananag.png"
    },
    "166": {
      "name": "GiveawayHopper",
      "icon": "ghopper.png"
    },
    "167": {
      "name": "Chubkeys",
      "icon": "chubkeys.png"
    },
    "168": {
      "name": "SteelSeries",
      "icon": "steelseries.png"
    },
    "169": {
      "name": "Project Z",
      "icon": "projectz.png"
    },
    "170": {
      "name": "Indie DB",
      "icon": "indiedb.png"
    },
    "171": {
      "name": "MMORPG.com",
      "icon": "mmorpg.png"
    },
    "172": {
      "name": "Zeepond",
      "icon": "zeepond.png"
    },
    "173": {
      "name": "Game Junkie",
      "icon": "gamejunkie.png"
    },
    "174": {
      "name": "Last Best Offer",
      "icon": "lbo.png"
    },
    "175": {
      "name": "Unity Asset Store",
      "icon": "unity.png"
    },
    "176": {
      "name": "Apple",
      "icon": "apple.png"
    },
    "177": {
      "name": "GameDev.tv",
      "icon": "gamedevtv.png"
    },
    "178": {
      "name": "Zenva Academy",
      "icon": "zenva.png"
    },
    "179": {
      "name": "Google",
      "icon": "google.png"
    },
    "180": {
      "name": "NVIDIA",
      "icon": "nvidia.png"
    },
    "183": {
      "name": "Nintendo Switch",
      "icon": "switch.png"
    },
    "184": {
      "name": "AMD Rewards",
      "icon": "amd.png"
    },
    "185": {
      "name": "NVIDIA Rewards",
      "icon": "nvidia.png"
    },
    "186": {
      "name": "Givekey.ru",
      "icon": "givekey.png"
    },
    "187": {
      "name": "MMOBomb",
      "icon": "mmobomb.png"
    },
    "188": {
      "name": "Prys",
      "icon": "prys.png"
    },
    "189": {
      "name": "Takekey.ru",
      "icon": "takekey.png"
    },
    "190": {
      "name": "MMOGames.com",
      "icon": "mmogames2.png"
    },
    "191": {
      "name": "FreeToGame.com",
      "icon": "freetogame.png"
    },
    "192": {
      "name": "Giveaway of the Day",
      "icon": "giveawayoftheday.png"
    },
    "193": {
      "name": "ChampionFlow",
      "icon": "championflow.png"
    },
    "194": {
      "name": "BANDAI NAMCO",
      "icon": "bandai.png"
    },
    "195": {
      "name": "Jackbox Games",
      "icon": "jackbox.png"
    },
    "196": {
      "name": "Victorage Giveaways",
      "icon": "victorage.png"
    },
    "197": {
      "name": "OVERKILL Software",
      "icon": "overkillsoftware.png"
    },
    "198": {
      "name": "Running With Scissors",
      "icon": "rws.png"
    },
    "199": {
      "name": "io interactive",
      "icon": "ioi.png"
    },
    "200": {
      "name": "dupedornot",
      "icon": "dupedornot.png"
    },
    "201": {
      "name": "GamesBolt",
      "icon": "gamebolt.png"
    },
    "202": {
      "name": "Keyhub",
      "icon": "keyhub.png"
    },
    "203": {
      "name": "PC Gamer",
      "icon": "pcgamer.png"
    },
    "204": {
      "name": "Grab The Games",
      "icon": "grabthegame.png"
    },
    "205": {
      "name": "Kickstarter",
      "icon": "kickstarter.png"
    },
    "206": {
      "name": "Intel",
      "icon": "intel.png"
    },
    "207": {
      "name": "GAMESLOAD",
      "icon": "gamesload.png"
    },
    "208": {
      "name": "MMOGA",
      "icon": "mmoga.png"
    },
    "209": {
      "name": "SONKWO",
      "icon": "sonkwo.png"
    },
    "210": {
      "name": "Eneba",
      "icon": "eneba.png"
    },
    "211": {
      "name": "3Kropki.pl",
      "icon": "3kropki.png"
    },
    "212": {
      "name": "Godankey",
      "icon": "godankey.png"
    },
    "213": {
      "name": "FreeAnywhere.net",
      "icon": "freeanywhere2.png"
    },
    "214": {
      "name": "Idle-Empire",
      "icon": "idle-empire.png"
    },
    "215": {
      "name": "Yuplay.ru",
      "icon": "yuplay.png"
    },
    "216": {
      "name": "Gaming Dragons",
      "icon": "dragons.png"
    },
    "217": {
      "name": "Gamazavr.ru",
      "icon": "gamazavr.png"
    },
    "218": {
      "name": "Elkjøp / Elgiganten",
      "icon": "blank.png"
    },
    "219": {
      "name": "Playstation 5",
      "icon": "ps4.png"
    },
    "220": {
      "name": "Kalypso Media",
      "icon": "kalypso.png"
    },
    "221": {
      "name": "Gameflip",
      "icon": "gameflip.png"
    },
    "222": {
      "name": "Corel",
      "icon": "blank.png"
    },
    "223": {
      "name": "Keysora",
      "icon": "blank.png"
    },
    "224": {
      "name": "CJS-CDKeys",
      "icon": "blank.png"
    },
    "225": {
      "name": "Playism",
      "icon": "playism.png"
    }
  }
}
Clone this wiki locally