Recent Ads

Fetching Recent Ads

Returns recently posted ads

GET www.rolimons.com/tradeadsapi/getrecentads

{
   "success":true,
   "trade_ad_count":133,
   "trade_ads":[
      [
         AdId,
         Posted Time In Epoch,
         UserId,
         Username,
         {
            "items":[
               Offfering Items
            ]
         },
         {
            "items": [
               Requested Items
            ]
            "tags":[
               Requested Tags
            ]
         }
      ],
      [
         25984066,
         1662314052,
         703463166,
         "McTuTeJb228",
         {
            "items":[
               19027209,
               9731852643,
               3016210752
            ]
         },
         {
            "items": [
               151784526
            ]
            "tags":[
               5,
               6
            ]
         }
      ]
   ]
}

Using The Data

Last updated