Skip to main content

A collection of Division entities.

GET 

/basketball/v2/divisions

A Division entity can be associated with a League and is used to create a hierarchy of resources. Depending on the sport and/or league, the Conference and Division may be excluded or reversed (League > Conference > Division vs League > Division > Conference).

Request

Query Parameters

    page integer

    Default value: 1

    The collection page number

    count integer

    Default value: 30

    The number of items per page

    properties[] string[]
    updatedAt[before] string
    updatedAt[strictly_before] string
    updatedAt[after] string
    updatedAt[strictly_after] string

Responses

Division collection

Response Attributes and Relations

  • name (string)

  • abbreviation (string)

  • conference (Conference)

  • teams (object,Team)

  • uuid (uuid)

Loading...