API 2.0
Resources
/marketplace_listings
List all active marketplace advertisements, limited by 100
Method | GET |
---|---|
URLs |
// example 1 https://api.uexcorp.space/2.0/marketplace_listings/ // example 2 https://api.uexcorp.space/2.0/marketplace_listings?id={int} // example 3 https://api.uexcorp.space/2.0/marketplace_listings?slug={string} // example 4 https://api.uexcorp.space/2.0/marketplace_listings?username={string} |
Autorização | Bearer Token |
Cache TTL | — |
Input |
id int // optional slug string // optional username string // advertiser ign, optional |
Output |
id int id_category int id_item int id_organization int operation string // transaction type type string // ad type slug string title string description string unit string|null price float currency string // e.g. UEC language string // locale identifier, e.g. en_US location string // item or service location, e.g. Port Tressler in_stock int is_sold_out int user_name string // advertiser full name user_username string // advertiser ign user_avatar string|null // advertiser avatar (if any) total_views int // ad views counter total_negotiations int // ad negotiations counter photos string(65535) // urls in array video_url string|null // youtube video URL date_added int // timestamp date_approved int // date when the listing was approved by UEX staff date_expiration int // timestamp of when the advertisement will stop showing |
Reference:`operation`
|
buy sell |
Reference:`type`
|
item service |
Response Status |
• ok |
Update Frequency | Realtime |
Documentation Updated | 4 days ago |
Optional