Skip to main content

Cup Bracket

Cup Bracket

Query Parameters
  • id integer
    Example: eq.21
  • season_id integer
    Example: eq.118
  • league_id integer
    Example: eq.53
  • offset string

    Default value: 0

    Limiting and Pagination

    Example: 0
  • limit string

    Default value: 50

    Limiting and Pagination

    Example: 50
  • lang string

    Default value: en

    Multi-language

    Example: en
Responses

OK


Schema array
  • id integer

    Note: This is a Primary Key.

  • name text
  • current_round integer
  • type integer
  • season_id integer

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

  • season_name text
  • league_id integer

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

  • league_name text
  • league_hash_image character varying

    Possible values: <= 64 characters

  • rounds jsonb
Loading...