Advertisement
Guest User

[jackd] reveals user's exact position + first- and lastname

a guest
Oct 5th, 2014
2,105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. ##
  2. # jack'd API-response (this is being sent to any other jack'd user)
  3. # https://grindrmap.neocities.org/maps.html
  4. ##
  5.  
  6.  
  7. [{
  8. "weightInKg": 72,
  9. "publicPicture1": 0,
  10. "lastName": "[REDACTED]", << lastname you set while registration
  11. "publicPicture2": 0,
  12. "publicPicture3": 0,
  13. "range": [REDACTED],
  14. "lng": [REDACTED], << exact longitude
  15. "heightInInch": 66,
  16. "isOnline": "N",
  17. "heightInCm": 170,
  18. "userNo": [REDACTED],
  19. "age": 24,
  20. "weightInLb": 158,
  21. "firstName": "[REDACTED]", << firstname you set while registration
  22. "ethnicity": 4,
  23. "lat": [REDACTED] << exact latitude
  24. }, {
  25. ...
  26. }]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement