Star Wars API (SWAPI)
SWAPI, Star Wars ekosistemine ait olan filmlerin, kahramanların, gezegenlerin vb bilgilerin sunulduğu ücretsiz bir API ortamıdır. İlk pratik çalışma olarak SWAPI seçmekteki yaklaşımın:
- API istekleri yapma alışkanlığı kazanmak
- Hazır bir API kullanımı ve ilgili dökümantasyonu incelemek
- Resource, EndPoint, Status Code gibi teorik olarak konuştuğumuz konuları pratik yapmak
- Postman kullanım alışkanlığı kazanmak
Yapılan İstekler
GET POPULAR MOVIES - GET : https://api.themoviedb.org/3/movie/popular
GET A MOVIE DETAIL - GET : https://api.themoviedb.org/3/movie/:movie_id
SEARCH FILM - GET : https://swapi.dev/api/films/?search="value"
Daha Fazlası İçin
Quiz
Answer the questions to check your understanding.
This lesson includes a short quiz.
Lesson discussion
Swap insights and ask questions about REST API
Be the first to start the discussion
Ask a question or share your thoughts about this lesson.