Skip to main content

Matches

Matches

Query Parameters
  • id integer

    Default value: eq.4

  • tournament_id integer

    Default value: eq.14850

  • season_id integer

    Default value: eq.13087

  • round_id integer

    Default value: eq.220052

  • arena_id integer

    Default value: eq.805

  • referee_id integer
  • home_team_id integer

    Default value: eq.35303

  • away_team_id integer

    Default value: eq.36013

  • 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 character varying
  • tournament_id integer

    Note: This is a Foreign Key to seasons-by-tournament.tournament_id.

  • tournament_name text
  • tournament_importance integer
  • season_id integer

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

  • season_name text
  • round_id integer

    Note: This is a Primary Key.

  • round jsonb
  • status jsonb
  • status_type text
  • attendance integer
  • arena_id integer

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

  • arena_name text
  • arena_hash_image character varying

    Possible values: <= 64 characters

  • home_team_id integer

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

  • home_team_name text
  • home_team_hash_image character varying

    Possible values: <= 64 characters

  • away_team_id integer

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

  • away_team_name text
  • away_team_hash_image character varying

    Possible values: <= 64 characters

  • home_team_score jsonb
  • away_team_score jsonb
  • times jsonb
  • coaches jsonb
  • specific_start_time timestamp with time zone
  • start_time timestamp with time zone
  • end_time timestamp with time zone
  • duration integer
  • last_period text
  • season_statistics_type text
  • lineups_id integer

    Note: This is a Foreign Key to matches-lineups.id.

  • coaches_id integer
  • class_id integer
  • class_name text
  • class_hash_image character varying

    Possible values: <= 64 characters

  • league_id integer
  • league_name text
  • league_hash_image character varying

    Possible values: <= 64 characters

  • previous_leg_match_id integer

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

  • weather_id integer

    Note: This is a Foreign Key to matches-weather.id.

  • weather_main text
  • weather_icon text
Loading...