get https://api.jwplayer.com/v2/sites//playlists//article_matching_playlist/
Responses
xxxxxxxxxximport requests​url = "https://api.jwplayer.com/v2/sites/site_id/playlists/playlist_id/article_matching_playlist/"​headers = {"accept": "application/json"}​response = requests.get(url, headers=headers)​print(response.text)
Try It! to start a request and see the response here! Or choose an example: