# Fetch all players The player operations are deprecated in 2.0. Create and update player configurations in the user interface. Any values you send using the player operations will be ignored. This operation shows limited details for all of your players. For detailed information, fetch a single player. Endpoint: GET /players Version: v2.0 ## Query parameters: - `page` (integer) Returns a paginated view of results from the HTTP request. Specify a positive integer to indicate which page of the results should be displayed. The default is 1. For more information and examples, see Get paginated query results with the Wowza Video REST API. - `per_page` (integer) For use with the page parameter. Indicates how many records should be included in a page of results. A valid value is any positive integer. The default and maximum value is 1000. ## Response 200 fields (application/json): - `players` (array, required) Example: [{"created_at":"2020-01-29T17:16:21.968Z","id":"e8dk5bf6","transcoder_id":"6Qbymbbq","type":"wowza_flowplayer","updated_at":"2020-01-31T07:42:03.968Z"},{"created_at":"2020-01-29T17:16:21.968Z","id":"s3jmdnbl","transcoder_id":"3kbb0hvf","type":"wowza_flowplayer","updated_at":"2020-01-31T02:22:29.968Z"}] - `players.created_at` (string) The date and time that the player was created. - `players.id` (string) The unique alphanumeric string that identifies the player. - `players.transcoder_id` (string) The unique alphanumeric string that identifies the transcoder. - `players.type` (string) The player you want to use. Wowza Video subscribers Wowza Flowplayer (wowza_flowplayer) is the only valid option. You're a subscriber if you have access to Asset Management and Historic and Live Analytics in the user interface. The Wowza Flowplayer is an easy-to-use, commercial grade player designed for builders and developers. It provides HTML5, HLS, and MPEG-DASH playback and plays streams on any browser and device. It can be [customized](https://www.wowza.com/docs/embed-and-customize-wowza-flowplayer-in-your-site) if you embed it in your site. Other subscribers original _html5 and wowza_player are the only valid options and original_html5 is the default. original_html5 provides HTML5 playback and falls back to Flash on older browsers. wowza_player requires that target_delivery_protocol be hls-https and closed_caption_type be none. - `players.updated_at` (string) The date and time that the player was updated. ## Response 401 fields (application/json): - `meta` (object, required) - `meta.status` (integer) - `meta.code` (string) - `meta.title` (string) - `meta.message` (string) - `meta.description` (string) - `meta.links` (array)