Skip to content

Get Item List By Tag (v1)

Revadike edited this page Jul 7, 2021 · 2 revisions

GET /browse/tag/:tag_id/json

Request

Host: barter.vg or bartervg.com

Path: /browse/tag/:tag_id/json

Variables:

Name Type Description
:tag_id number The tag ID

Response

Name Type Description
:TODO.item_id number TODO

Example

GET https://barter.vg/browse/tag/100/json
{
    "2500": {
        "item_id": 1583
    },
    ...
}
Clone this wiki locally