Skip to main content

Tournaments

Tournaments

Query Parameters
  • id integer
    Example: eq.42628
  • league_id integer
  • class_id integer
    Example: eq.84
  • 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
  • importance integer
  • league_id integer

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

  • league_name text
  • league_hash_image character varying

    Possible values: <= 64 characters

  • class_id integer

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

  • class_name text
  • class_hash_image character varying

    Possible values: <= 64 characters

Loading...