EXBO-Studio / stalcraft-api

Public issue tracker for Stalcraft API
11 stars 0 forks source link

Баг апи. #20

Closed fifepls closed 1 year ago

fifepls commented 1 year ago

curl —request GET \ —url 'https://eapi.stalcraft.net/RU/auction/knqkv/lots?limit=10' \ —header 'Authorization: Bearer МОЙ ТОКЕН' \ —header 'Content-Type: application/json'

Отправляю данный запрос.

Ответ должен содержать 4 записи. А он содержит 7.

(ответ API в конце) --ПОЯСНЕНИЯ-- Почему должно быть 4? потому что в игре, на данный момент стоит всего 4 вещи по данному айди. (альбатрос разведчик) см скрин image


  "total": 7,
  "lots": [
    {
      "itemId": "knqkv",
      "amount": 1,
      "startPrice": 13000000,
      "buyoutPrice": 13100000,
      "startTime": "2023-04-04T14:19:50Z",
      "endTime": "2023-04-05T14:19:50Z",
      "additional": {}
    },
    {
      "itemId": "knqkv",
      "amount": 1,
      "startPrice": 1,
      "currentPrice": 5400000,
      "buyoutPrice": 13333333,
      "startTime": "2023-04-04T13:49:32Z",
      "endTime": "2023-04-06T13:49:32Z",
      "additional": {}
    },
    {
      "itemId": "knqkv",
      "amount": 1,
      "startPrice": 1,
      "currentPrice": 6000001,
      "buyoutPrice": 14000000,
      "startTime": "2023-04-03T20:11:15Z",
      "endTime": "2023-04-04T20:11:15Z",
      "additional": {}
    },
    {
      "itemId": "knqkv",
      "amount": 1,
      "startPrice": 6500000,
      "currentPrice": 6500000,
      "buyoutPrice": 13500000,
      "startTime": "2023-04-03T19:14:28Z",
      "endTime": "2023-04-04T19:14:28Z",
      "additional": {}
    },
    {
      "itemId": "knqkv",
      "amount": 1,
      "startPrice": 5500000,
      "currentPrice": 5775000,
      "buyoutPrice": 14000000,
      "startTime": "2023-04-03T19:14:00Z",
      "endTime": "2023-04-04T19:14:00Z",
      "additional": {}
    },
    {
      "itemId": "knqkv",
      "amount": 1,
      "startPrice": 5500000,
      "currentPrice": 10000000,
      "buyoutPrice": 14000000,
      "startTime": "2023-04-03T19:13:54Z",
      "endTime": "2023-04-04T19:13:54Z",
      "additional": {}
    },
    {
      "itemId": "knqkv",
      "amount": 1,
      "startPrice": 5500000,
      "currentPrice": 12000000,
      "buyoutPrice": 14000000,
      "startTime": "2023-04-03T19:13:48Z",
      "endTime": "2023-04-04T19:13:48Z",
      "additional": {}
    }
  ]
}```

Контакт : https://vk.com/fifebk
fifepls commented 1 year ago

Вижу что теперь все отрабатывает корректно. Подскажите, проблема была на вашей стороне? или был какой то фактор?