> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# HopperStatsResults (JSON)

> HopperStatsResults (JSON)

# HopperStatsResults (JSON)

A JSON object representing the statistics for a hopper.

<a id="ID4EN" />

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.               |

<a id="ID4EW" />

## Sample JSON syntax

```json theme={null}
{
      "hopperName":"contosoawesome2",
      "waitTime":30,
      "population":1
    }
  
    
```

<a id="ID4EGB" />

## See also

<a id="ID4EIB" />

##### Parent

[JavaScript Object Notation (JSON) Object Reference](/reference/live/rest/json/atoc-xboxlivews-reference-json)

<a id="ID4EUB" />

##### Reference

[GET (/serviceconfigs/{scid}/hoppers/{name}/stats)](/reference/live/rest/uri/matchtickets/uri-serviceconfigsscidhoppershoppernamestatsget)


## Related topics

- [XblMatchmakingGetHopperStatisticsResult](/reference/live/xsapi-c/matchmaking_c/functions/xblmatchmakinggethopperstatisticsresult.md)
- [XblMatchmakingGetHopperStatisticsResultSize](/reference/live/xsapi-c/matchmaking_c/functions/xblmatchmakinggethopperstatisticsresultsize.md)
- [XblHopperStatisticsResponse](/reference/live/xsapi-c/matchmaking_c/structs/xblhopperstatisticsresponse.md)
- [XblMatchmakingGetHopperStatisticsAsync](/reference/live/xsapi-c/matchmaking_c/functions/xblmatchmakinggethopperstatisticsasync.md)
