Created
July 25, 2018 22:57
-
-
Save tralves/89f479ccfdcdd4f720c193e0cd369115 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"id": 1, | |
"name": { | |
"first": "Alfreda", | |
"last": "Ferreira" | |
}, | |
"location": { | |
"street": "4127 Rua Mato Grosso ", | |
"city": "Bagé", | |
"state": "Distrito Federal", | |
"postcode": 26866 | |
}, | |
"email": "[email protected]", | |
"phone": "(73) 8845-4229", | |
"picture": { | |
"large": "https://randomuser.me/api/portraits/women/6.jpg", | |
"medium": "https://randomuser.me/api/portraits/med/women/6.jpg", | |
"thumbnail": "https://randomuser.me/api/portraits/thumb/women/6.jpg" | |
} | |
}, | |
{ | |
"id": 2, | |
"name": { | |
"first": "Leevi", | |
"last": "Wirtanen" | |
}, | |
"location": { | |
"street": "5429 Verkatehtaankatu", | |
"city": "Tampere", | |
"state": "Northern Savonia", | |
"postcode": 63174 | |
}, | |
"email": "[email protected]", | |
"phone": "05-212-720", | |
"picture": { | |
"large": "https://randomuser.me/api/portraits/men/19.jpg", | |
"medium": "https://randomuser.me/api/portraits/med/men/19.jpg", | |
"thumbnail": "https://randomuser.me/api/portraits/thumb/men/19.jpg" | |
} | |
}, | |
{ | |
"id": 3, | |
"name": { | |
"first": "Kaitlin", | |
"last": "Sutton" | |
}, | |
"location": { | |
"street": "2524 Park Lane", | |
"city": "Tullamore", | |
"state": "Waterford", | |
"postcode": 94997 | |
}, | |
"email": "[email protected]", | |
"phone": "071-796-4637", | |
"picture": { | |
"large": "https://randomuser.me/api/portraits/women/2.jpg", | |
"medium": "https://randomuser.me/api/portraits/med/women/2.jpg", | |
"thumbnail": "https://randomuser.me/api/portraits/thumb/women/2.jpg" | |
} | |
}, | |
{ | |
"id": 4, | |
"name": { | |
"first": "Alice", | |
"last": "Wilson" | |
}, | |
"location": { | |
"street": "2925 Lakeview Ave", | |
"city": "Chipman", | |
"state": "Manitoba", | |
"postcode": 60070 | |
}, | |
"email": "[email protected]", | |
"phone": "937-532-8950", | |
"picture": { | |
"large": "https://randomuser.me/api/portraits/women/62.jpg", | |
"medium": "https://randomuser.me/api/portraits/med/women/62.jpg", | |
"thumbnail": "https://randomuser.me/api/portraits/thumb/women/62.jpg" | |
} | |
}, | |
{ | |
"id": 5, | |
"name": { | |
"first": "Etienne", | |
"last": "Roy" | |
}, | |
"location": { | |
"street": "2263 Dieppe Ave", | |
"city": "Sutton", | |
"state": "Alberta", | |
"postcode": 28791 | |
}, | |
"email": "[email protected]", | |
"phone": "498-395-4096", | |
"picture": { | |
"large": "https://randomuser.me/api/portraits/men/4.jpg", | |
"medium": "https://randomuser.me/api/portraits/med/men/4.jpg", | |
"thumbnail": "https://randomuser.me/api/portraits/thumb/men/4.jpg" | |
} | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment