Random User
GET https://randomuser.me/api
This will make a request against the randomuser.me api to return randomly generated user info that can be used for testing. See the full documentation at https://randomuser.me/documentation
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"results": [
{
"gender": "male",
"name": {
"title": "Mr",
"first": "Mick",
"last": "Wever"
},
"location": {
"street": {
"number": 2468,
"name": "Kereweer"
},
"city": "Zandvoort",
"state": "Zuid-Holland",
"country": "Netherlands",
"postcode": 86085,
"coordinates": {
"latitude": "36.4317",
"longitude": "-66.1990"
},
"timezone": {
"offset": "-9:00",
"description": "Alaska"
}
},
"email": "mick.wever@example.com",
"login": {
"uuid": "9f23effd-3b7b-4de4-832f-03218e971e41",
"username": "blackwolf122",
"password": "chunky",
"salt": "pTDRZ6sW",
"md5": "8d3052fcca5f91a92fa4f3c26c8a5e7c",
"sha1": "fef6a46ccd6a54b87a92202826d1d81bed016e77",
"sha256": "906c40626d7d9a795e3b76804787c00256c476847fb49ae1bc66d8a3f21ff9d4"
},
"dob": {
"date": "1956-09-03T09:41:20.988Z",
"age": 65
},
"registered": {
"date": "2005-12-22T00:51:48.841Z",
"age": 16
},
"phone": "(586)-409-2077",
"cell": "(120)-570-7134",
"id": {
"name": "BSN",
"value": "50711773"
},
"picture": {
"large": "https://randomuser.me/api/portraits/men/11.jpg",
"medium": "https://randomuser.me/api/portraits/med/men/11.jpg",
"thumbnail": "https://randomuser.me/api/portraits/thumb/men/11.jpg"
},
"nat": "NL"
}
],
"info": {
"seed": "627674af4bd84c62",
"results": 1,
"page": 1,
"version": "1.4"
}
} |
ENDPOINTS