Data Fields
Explanation of fields and structure for each data object
| Field | Type | Description |
|---|
| rank | number | Player rank |
| name | string | Player name |
| score | number | Player score |
| last_score | number | Most recent score |
| last_1h_stats | stats | Stats for the past 1 hour |
| last_3h_stats | stats | Stats for the past 3 hours |
| last_24h_stats | stats | Stats for the past 24 hours |
| last_player_info | info | Player card and profile info |
| last_played_at | string (ISO8601) | Last recorded play time |
| Field | Type | Description |
|---|
| id | number | Event ID |
| name | string | Event name |
| start_at | string (ISO8601) | Event start time |
| closed_at | string (ISO8601) | Event close time |
| aggregate_at | string (ISO8601) | Event aggregate time |
| ranking_announce_at | string (ISO8601) | Ranking announcement time |
| Field | Type | Description |
|---|
| count | number | Number of plays in the period |
| score | number | Total of scores in the period |
| speed | number | Per hour speed in the period |
| average | number | Average score in the period |
| Field | Type | Description |
|---|
| card | card | Card information |
| profile | profile | Player profile info |
| Field | Type | Description |
|---|
| id | number | Card ID |
| level | number | Card level |
| master_rank | number | Card master rank |
| default_image | string | Default card image type |
| special_training_status | string | Special training status, e.g., done |
| Field | Type | Description |
|---|
| id | number | Player ID |
| word | string | Player message |
| twitter_id | string | Player linked Twitter ID |
| image_type | string | Player avatar type, e.g., leader |