Fixture States

Fixture status definitions

A fixture moves between several statuses. It has an initial status, can be delayed, has been finished or any of the statuses described below. You could also use the states endpoint to retrieve all possible states.

IDNameStateInformation

1

Not Started

NS

The initial status of a game

2

1st Half

INPLAY_1ST_HALF

The game is currently inplay in the 1st half

3

Half-Time

HT

The game currently is in half-time

4

Regular time finished

BREAK

Waiting for penalties to start

5

Full-Time

FT

The game has ended after 90 minutes. When a game goes into extra time, the FT status will be presented for a few seconds and then move to the BREAK status.

6

Extra Time

INPLAY_ET

The game currently is in extra time in the 1st half, can happen in knockout games

7

Finished after extra time

AET

The game has finished after 120 minutes

8

Full-Time after penalties

FT_PEN

Finished after penalty shootout

9

Penalty Shootout

INPLAY_PENALTIES

ET status didn't get a winner, penalties are taken to determine the winner

10

PostPoned

POSTPONED

The game is postponed

11

SUSPENDED

SUSPENDED

The game has suspended and will continue at a later time or day

12

Cancelled

CANCELLED

The game has been cancelled

13

To Be Announced

TBA

The game does not have a confirmed date and time yet. It will be announced later on.

14

Walk Over

WO

Awarding of a victory to a contestant because there are no other contestants

15

Abandoned

ABANDONED

The game has abandoned and will continue at a later time or day

16

Delayed

DELAYED

The game is delayed so it will start later

17

Awarded

AWARDED

Winner is being decided externally

18

Interrupted

INTERRUPTED

The game has been interrupted. Can be due to bad weather

19

Awaiting Updates

AWAITING_UPDATES

Can occur when there is a connectivity issue or something

20

Deleted

DELETED

Game is not available anymore via normal api calls because it has been replaced. This can happen in leagues that have a lot of changes in their schedules. The games can still be retrieved by adding deleted=1 to your request so you can update your system properly

21

Extra Time - Break

EXTRA_TIME_BREAK

The game has suspended and will continue at a later time or day

22

2nd Half

INPLAY_2ND_HALF

The game is currently inplay in the 2nd half

25

Penalties - Break

PEN_BREAK

Waiting for penalties to start

26

Pending

PENDING

The fixture is awaiting an update

Last updated