Random Agent (JSON)

Retrieve one agent at random.

GET /random.json
Request Headers:
 
Status Codes:

Try it:

In this example, select one agent at random.

http://pplapi.com/random.json

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"
}