omdbapi/OMDb-API

I can get all api without search terms and IMDp id

Opened this issue · 1 comments

How i can get all api list

@TogrulEminov are you referring to the list of api endpoints? If yes, then I don't think that OMDB has different endpoints. Instead, it uses a single endpoint with different query parameters, as shown below.
http://www.omdbapi.com/?i=$titleId&apikey=$apiKey returns the details about the show, whereas
http://www.omdbapi.com/?i=$titleId&Season=$seasonNumber&apikey=$apiKey returns all the episodes in that particular season.