API Platform Base Path:

https://api.enterprise.apigee.com/v1/o/{org_name}

API Resource Path:

/environments/{environment_name}/stats

Retrieve the metrics for all the available APIs for a given customer in a specific organization and environment.

Verb: GET

Auth: Basic Auth

Developer Guide Topic

Use the GET method to retrieve the metrics for all the available APIs for a given customer in a specific organization and environment. All API traffic displays the total daily throughput over the last 3 months for all APIs in the account.

Sample Response:
{
    "environments": [
       {
           "metrics": [
               {
                   "name": "message_count",
                   "values": [
                          {
                           "timestamp": 1335241800000,
                           "value": "9090.0"
                          }
                   ]
               }
           ],
           "name": "test"
       }
    ],
    "metaData": {}
}
}