HopperStatsResults (JSON)

A JSON object representing the statistics for a hopper.

The HopperStatsResults JSON object has the following specification.

Member Type Description
hopperName string The name of the selected hopper.
waitTime 32-bit signed integer Average matching time for the hopper (an integral number of seconds).
population 32-bit signed integer The number of people waiting for matches in the hopper.

Sample JSON syntax

{
      "hopperName":"contosoawesome2",
      "waitTime":30,
      "population":1
    }
  
    

See also

Parent

JavaScript Object Notation (JSON) Object Reference

Reference

GET (/serviceconfigs/{scid}/hoppers/{name}/stats)