Skip to main content

Display blog articles about the movie

GET 

https://api.betaseries.com/movies/articles

Display blog articles that talk about the movie.

Request

Responses

Successful operation

Authorization: X-BetaSeries-Key

name: X-BetaSeries-Keytype: apiKeyin: header
var client = new HttpClient();
var request = new HttpRequestMessage(HttpMethod.Get, "https://api.betaseries.com/movies/articles");
request.Headers.Add("X-BetaSeries-Key", "<API_KEY_VALUE>");
var response = await client.SendAsync(request);
response.EnsureSuccessStatusCode();
Console.WriteLine(await response.Content.ReadAsStringAsync());
Request Collapse all
Base URL
https://api.betaseries.com
Auth
Parameters
— query
— query
ResponseClear

Click the Send API Request button above and see the response here!