Agent (HTML)

Retrieve one agent by its numerical identifier. The result is an HTML file with the agent navigation interface.

GET /(int: id).html
Query Parameters:
 
  • id – an integer > 0 and ≤ the world population
Request Headers:
 
Status Codes:

Try it:

In this example, get agent number 6352373083.

http://pplapi.com/6352373083.html

Example request:

GET /6352373083.html HTTP/1.1
Host: pplapi.com

Example response:

HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Content-Length: 8295

<!DOCTYPE HTML>
<html>
    <head>
        <title>pplapi - Agent #6,352,373,083</title>
...