Retrieve one agent at random.
Request Headers: | |
---|---|
|
|
Status Codes: |
|
Try it:
In this example, select one agent at random.
Example request:
GET /random.json HTTP/1.1
Host: pplapi.com
Example response:
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
Content-Length: 285
{
"age": 51,
"country_name": "Vietnam",
"country_tld": "vn",
"date_of_birth": "1964-02-10",
"id": 5057705882,
"id_str": "LMh-T1B",
"income": 1556,
"internet": false,
"language": "some French",
"religion": "none",
"sex": "Female"
}