Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ##
- # jack'd API-response (this is being sent to any other jack'd user)
- # https://grindrmap.neocities.org/maps.html
- ##
- [{
- "weightInKg": 72,
- "publicPicture1": 0,
- "lastName": "[REDACTED]", << lastname you set while registration
- "publicPicture2": 0,
- "publicPicture3": 0,
- "range": [REDACTED],
- "lng": [REDACTED], << exact longitude
- "heightInInch": 66,
- "isOnline": "N",
- "heightInCm": 170,
- "userNo": [REDACTED],
- "age": 24,
- "weightInLb": 158,
- "firstName": "[REDACTED]", << firstname you set while registration
- "ethnicity": 4,
- "lat": [REDACTED] << exact latitude
- }, {
- ...
- }]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement