# Player

## Attributes

| Name | Type   | Description  |
| ---- | ------ | ------------ |
| id   | uuid   | Player ID.   |
| name | string | Player name. |

{% code title="Response JSON" %}

```json
{
    "id": "fef9d862-206c-4bce-87b9-2707a03ecb41",
    "name": "Eliran Atar"
}
```

{% endcode %}
