Skip to main content

Media Players

This endpoint allows you to retrieve the media from players.

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 several times a day.
Recommended Calls: Limit calls to 1 per hour.

Use Cases

Get media from a specific player_id
https://waterpolo.sportdevs.com/media-players?player_id=eq.{player_id}

Query Parameters
  • player_id integer

    Default value: eq.328123

    The id of the player

  • 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

    The id of the media

    Note: This is a Primary Key.

  • player_id integer

    The id of the player

  • title text

    The title of the media

  • subtitle text

    The subtitle of the media

  • url text

    The url of the media

  • thumbnail_url text

    The thumbnail url of the media

  • date_published timestamp with time zone

    The date of publishing the media

  • channel_url text

    The source url of the media

Loading...