BooyahDocs/docs/users/daily-logins.md
Fijxu 6905fea26d Users API folder update
The content of the Users API docs is still to be completed.
APIs that are from the same url were merged in the same file.
./docs/users.md not yet completed
2021-08-20 19:10:17 -04:00

1.6 KiB
Executable file

Daily Logins - Private

Request Method: GET

  • /users/userID/followers/daily-logins = Some info about the daily login of YOUR user, you can't view other users daily-login info and streaks
    • Response Example:

      {
      "daily_login_list": [{
         "day": 1,
         "reward_type": 0,
         "reward_amount": 25,
         "status": 1,
         "review_time": 1629154508 // Unix time
      }, {
         "day": 2,
         "reward_type": 0,
         "reward_amount": 25,
         "status": 1,
         "review_time": 1629176468 // Unix time
      }, {
         "day": 3,
         "reward_type": 0,
         "reward_amount": 25,
         "status": 1,
         "review_time": 1629259336 // Unix time
      }, {
         "day": 4,
         "reward_type": 0,
         "reward_amount": 50,
         "status": 0
      }, {
         "day": 5,
         "reward_type": 0,
         "reward_amount": 50,
         "status": 0
      }, {
         "day": 6,
         "reward_type": 0,
         "reward_amount": 50,
         "status": 0
      }, {
         "day": 7,
         "reward_type": 2,
         "reward_amount": 1,
         "ff_item_name": "BOOYAH Weapon Loot Crate",
         "ff_item_icon_url": "https://totallyrealurl/booyah/ops_resource/loot_item_pic/loot_crate_booyah_weapon.notapng", 
         // Scuffed url to avoid scrapping
         "status": 0
      }],
      "current_day": 3, // Current day of the daily login streak 
      "current_time": 1629309773, // Unix time
      "next_day_time": 1629331200, // Unix time
      "next_cycle_time": 1629676800 // Unix time
      }