Metrics (JSON)

Retrieve system metrics.

GET /metrics.json
Request Headers:
 
Status Codes:

Try it:

http://pplapi.com/metrics.json

Example request:

GET /metrics.json HTTP/1.1
Host: pplapi.com

Example response:

HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 271

{
    "checksum": {
        "agent_space": "400c5fbd1058845163813c8e9d78cd70",
        "algorithm": "18922cd88dead2baeadde57723a58992",
        "parameters": "dbd93c4e7bf2c0dd35c095fc3aa90624"
    },
    "database_size": 1744122209250,
    "population": 7683357750
}