Skip to main content

Players

Players

Query Parameters
  • id integer

    Default value: eq.744845

  • team_id integer

    Default value: eq.35434

  • offset string

    Default value: 0

    Limiting and Pagination

  • limit string

    Default value: 50

    Limiting and Pagination

  • lang string

    Default value: en

    Multi-language

Responses

OK


Schema array
  • id integer

    Note: This is a Primary Key.

  • name text
  • first_name text
  • last_name text
  • nickname text
  • player_position text
  • player_jersey_number text
  • player_height integer
  • preferred_foot text
  • country_id integer

    Note: This is a Foreign Key to countries.id.

  • country_name text
  • country_hash_image text
  • shirt_number integer
  • date_of_birth timestamp with time zone
  • market_value integer
  • market_currency text
  • hash_image character varying

    Possible values: <= 64 characters

  • team_id integer

    Note: This is a Foreign Key to teams.id.

  • team_name text
  • team_hash_image character varying

    Possible values: <= 64 characters

  • retired_status boolean
Loading...