Player (Squad)

Represents the player details in the Squads feed.

Properties

id uuid

Unique player id

fullName string

Full name of the player

firstName string

First name

lastName string

Last name

shirtNumber string

Shirt number

position string

Playing position

location Location

Origin of player

verified string

Indicates whether a player's information has been verified Example: true or false

{
    "id": "6f549898-4550-4d90-a66d-80c4fd69fde5",
    "fullName": "Arturas Valeika",
    "firstName": "Arturas",
    "lastName": "Valeika",
    "shirtNumber": "7",
    "position": "Goalkeeper",
    "location": {
         "name": "Lithuania",
         "country": {},
         "continent": {
             "name": "Europe"
                }
            },
    "verified": true
 }

Last updated