View difference between Paste ID: hPzTHPbV and M06jhB2b
SHOW: | | - or go back to the newest paste.
1
##
2-
# jack'd API-response (this is being sent to any other jack'd user)
2+
# SCRUFF API-response (this is being sent to anyone - you don't need an account)
3
# https://grindrmap.neocities.org/maps.html
4
##
5
6
"results": [{
7-
[{
7+
		"id": [REDACTED],
8-
	"weightInKg": 72,
8+
		"name": "[REDACTED]",
9-
	"publicPicture1": 0,
9+
		"lat": 0,
10-
	"lastName": "[REDACTED]",	<< lastname you set while registration
10+
		"lon": 0,
11-
	"publicPicture2": 0,
11+
		"has_image": 4,
12-
	"publicPicture3": 0,
12+
		"logged_in": true,
13-
	"range": [REDACTED],
13+
		"hide_distance": true,		<< has no effect, is still being sent
14-
	"lng": [REDACTED],		<< exact longitude
14+
		"updated_at": "Sun, 05 Oct 2014 13:57:57 GMT",
15-
	"heightInInch": 66,
15+
		"online": true,
16-
	"isOnline": "N",
16+
		"recent": true,
17-
	"heightInCm": 170,
17+
		"dst": [REDACTED] 		<< very accurate distance-information, even if user decided to hide.
18-
	"userNo": [REDACTED],
18+
	}, {
19-
	"age": 24,
19+
		...
20-
	"weightInLb": 158,
20+
	}]