Skip to content

Get User Tradables By User (v1)

Revadike edited this page Jul 7, 2021 · 1 revision

GET /u/:user_id/t/f/:user_id/json/

Request

Host: barter.vg or bartervg.com

Path: /u/:user_id/t/f/:user_id/json/

Variables:

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

Response

Name Type Description
library[] array TODO
blacklist[] array TODO
unowned[] array TODO

Example

GET https://barter.vg/u/a0/t/f/48e/json/
{
    "library": [
        136823
    ],
    "blacklist": [
        8261
    ],
    "unowned": [
        103713,
        132673,
        134587,
        134822,
        135338,
        136400,
        138782,
        140927,
        142628,
        144112
    ]
}
Clone this wiki locally