# Potted Balls

## Properties

<table><thead><tr><th width="149">Property</th><th width="133">Type</th><th>Description</th></tr></thead><tbody><tr><td>redBalls</td><td>Integer</td><td>Number of potted red balls</td></tr><tr><td>blackBalls</td><td>Integer</td><td>Number of potted black balls</td></tr><tr><td>pinkBalls</td><td>Integer</td><td>Number of potted pink balls</td></tr><tr><td>blueBalls</td><td>Integer</td><td>Number of potted blue balls</td></tr><tr><td>brownBalls</td><td>Integer</td><td>Number of potted brown balls</td></tr><tr><td>greenBalls</td><td>Integer</td><td>Number of potted green balls</td></tr><tr><td>yellowBalls</td><td>Integer</td><td>Number of potted yellow balls</td></tr></tbody></table>

{% code title="JSON Response" %}

```json
{
      "redBalls": 0,
      "blueBalls": 0,
      "pinkBalls": 0,
      "blackBalls": 0,
      "brownBalls": 0,
      "greenBalls": 0,
      "yellowBalls": 0
  }
```

{% endcode %}
