omdbapi / OMDb-API

The Open Movie Database Bug Tracking
416 stars 20 forks source link

I can get all api without search terms and IMDp id #304

Open TogrulEminov opened 9 months ago

TogrulEminov commented 9 months ago

How i can get all api list

angelineflorajohn commented 3 months ago

@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.