# Fetch all player URLs 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 the details of all player URLs. Endpoint: GET /players/{player_id}/urls Version: v2.0 ## Path parameters: - `player_id` (string, required) The unique alphanumeric string that identifies the player. ## Response 200 fields (application/json): - `urls` (array, required) Example: [{"bitrate":4138,"height":1080,"id":"w9vJm3BJ","label":"1920","player_id":"Jm1tPblTJm1t","url":"http://someurl.com/some/path/to/a/stream.m3u8","width":1920},{"bitrate":4138,"height":1080,"id":"PPqV0kcm","label":"iPhone","player_id":"Jm1tPblTJm1t","transcoder_id":"yjCVYf5l","url":"http://someurl.com/some/path/to/a/stream.m3u8","width":1920}] - `urls.bitrate` (integer) The video bitrate, in kilobits per second (Kbps), of the output rendition that will be played at the URL. May correspond to the bitrate of an output rendition being used by the live stream or transcoder. Must be greater than 0. Example: 4138 - `urls.created_at` (string) The date and time that the player URL was created. - `urls.height` (integer) The height, in pixels, of the output rendition that will be played at the URL. May correspond to the height of an output rendition being used by the live stream or transcoder. Must be greater than 0. Example: 1080 - `urls.id` (string) The unique alphanumeric string that identifies the player URL. Example: "w9vJm3BJ" - `urls.label` (string) A descriptive name for the player URL. Maximum 255 characters. Example: "1920" - `urls.player_id` (string) The unique alphanumeric string that identifies the player. Example: "Jm1tPblTJm1t" - `urls.updated_at` (string) The date and time that the player URL was updated. - `urls.url` (string) The URL of the player. If using a Wowza CDN target, the URL format is http://wowzasubdomain-f.akamaihd.net/i/stream_name_angle@stream_id/master.m3u8 for HLS playback. Example: "http://someurl.com/some/path/to/a/stream.m3u8" - `urls.width` (integer) The width, in pixels, of the output rendition that will be played at the URL. May correspond to the width of an output rendition being used by the live stream or transcoder. Must be greater than 0. Example: 1920 ## 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) ## Response 403 fields (application/json): - `meta` (object, required) - `meta.status` (integer) - `meta.code` (string) - `meta.title` (string) - `meta.message` (string) - `meta.description` (string) - `meta.links` (array) ## Response 404 fields (application/json): - `meta` (object, required) - `meta.status` (integer) - `meta.code` (string) - `meta.title` (string) - `meta.message` (string) - `meta.description` (string) - `meta.links` (array) ## Response 410 fields (application/json): - `meta` (object, required) - `meta.status` (integer) - `meta.code` (string) - `meta.title` (string) - `meta.message` (string) - `meta.description` (string) - `meta.links` (array)