forked from dogukannulu/kafka_spark_structured_streaming
-
Notifications
You must be signed in to change notification settings - Fork 0
/
response.json
66 lines (66 loc) · 2.12 KB
/
response.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
63
64
65
66
{
"results": [
{
"gender": "female",
"name": {
"title": "Mrs",
"first": "Antonida",
"last": "Kaminska"
},
"location": {
"street": {
"number": 7812,
"name": "Provulok Pushkina"
},
"city": "Chistyakove",
"state": "Ternopilska",
"country": "Ukraine",
"postcode": 68140,
"coordinates": {
"latitude": "77.9446",
"longitude": "154.7317"
},
"timezone": {
"offset": "+1:00",
"description": "Brussels, Copenhagen, Madrid, Paris"
}
},
"email": "[email protected]",
"login": {
"uuid": "1577ccfc-a3c6-49d0-bb86-ddca8faf0d11",
"username": "happyswan852",
"password": "kathy",
"salt": "oXzL1cSS",
"md5": "801aef5988f82af79e9d3945893e21ad",
"sha1": "90880d9a24ce0981c202b2b973edafea910f0899",
"sha256": "2738615385aefd1c004195b8e7a9c9548c6876f919840069b10f6c3567a79788"
},
"dob": {
"date": "1990-04-17T04:05:46.280Z",
"age": 33
},
"registered": {
"date": "2015-05-24T00:39:35.317Z",
"age": 8
},
"phone": "(099) R90-8000",
"cell": "(099) X16-6755",
"id": {
"name": "",
"value": null
},
"picture": {
"large": "https://randomuser.me/api/portraits/women/51.jpg",
"medium": "https://randomuser.me/api/portraits/med/women/51.jpg",
"thumbnail": "https://randomuser.me/api/portraits/thumb/women/51.jpg"
},
"nat": "UA"
}
],
"info": {
"seed": "4b371ec2f2f42f0b",
"results": 1,
"page": 1,
"version": "1.4"
}
}