The problem is, you’re calling the GET 3 times
and each time, you’re getting a different random int.
If put the int in a variable ( so its fixed ) and the do the rest of the code, it will stay the same.