-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathformat.json
62 lines (62 loc) · 1.57 KB
/
format.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"results": [
{
"gender": "male",
"name": {
"title": "mr",
"first": "charles",
"last": "flores"
},
"location": {
"street": "9762 karen dr",
"city": "shiloh",
"state": "west virginia",
"postcode": 32042,
"coordinates": {
"latitude": "71.3587",
"longitude": "-12.6212"
},
"timezone": {
"offset": "+3:30",
"description": "Tehran"
}
},
"email": "[email protected]",
"login": {
"uuid": "249f6df3-a59c-43b9-9686-c718e8db6192",
"username": "orangegorilla794",
"password": "helena",
"salt": "OuJWoTJM",
"md5": "3966d9f6b25d92d6f92e9cc33d5a6ee9",
"sha1": "968e609cf6296ec1bd015a2c282bdfb2d56c981c",
"sha256": "df42a4400bfb7d965748a0756f416407e64822bb1981d451e15c473671aa3fba"
},
"dob": {
"date": "1969-06-29T01:58:31Z",
"age": 49
},
"registered": {
"date": "2003-11-07T23:08:19Z",
"age": 15
},
"phone": "(858)-730-5131",
"cell": "(631)-193-3228",
"id": {
"name": "SSN",
"value": "654-85-4663"
},
"picture": {
"large": "https://randomuser.me/api/portraits/men/51.jpg",
"medium": "https://randomuser.me/api/portraits/med/men/51.jpg",
"thumbnail": "https://randomuser.me/api/portraits/thumb/men/51.jpg"
},
"nat": "US"
}
],
"info": {
"seed": "4318e77e22262cab",
"results": 1,
"page": 1,
"version": "1.2"
}
}