Skip to main content

Leagues By Class

This endpoint allows you to retrieve the leagues from a specific class.

Multi-language: This feature allows the user to manually change the language of the API response by adding value to the lang attribute. Example: lang=en.

Pagination: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.

Update Period: The endpoint is updated every day.
Recommended Calls: Limit calls to 1 per day.

Use Cases

Get leagues from a specific class_id
https://baseball.sportdevs.com/leagues-by-category?class_id=eq.{class_id}

Query Parameters
  • class_id integer

    Default value: eq.12

    The id of the class

  • 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
  • class_id integer

    The id of the class

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

  • class_name text

    The name of the class

  • class_hash_image character varying

    Possible values: <= 64 characters

    The hash image of the class

  • leagues jsonb

    The leagues

Loading...