# \<tournament\_info\_obj>

#### tournament\_info

An object defining a tournament or sit n' go.

**Type:** object

**Example:**

```javascript
{
  "tournament_number": string,
  "name": string,  
  "start_date_utc": string,
  "currency": string,
  "buyin_amount": decimal,
  "fee_amount": decimal,
  "bounty_fee_amount": decimal,
  "initial_stack": integer,
  "type": string,
  "flags": array,
  "speed": object
}

```
