본문 바로가기

Programming/Swift

Rick and Morty API

반응형

Rick And Morty 에니메이션의 캐릭터, 위치, 에피소트의 데이터베이스를 확인할 수 있는 API

https://rickandmortyapi.com

 

The Rick and Morty API

The Rick and Morty API is a REST and GraphQL API based on the television show Rick and Morty

rickandmortyapi.com

 

 

REST API 관련 문서는

https://rickandmortyapi.com/documentation/

 

Documentation

This documentation will help you get familiar with the resources of the Rick and Morty API and show you how to make different queries.

rickandmortyapi.com

를 확인하면 됩니다.

문서 페이지 접근 하니

각 섹션별로 자세하게 설명 돼 있어요

 

특히 이렇게 스키마까지 제공 돼 있어서 구현 시 너무 좋을 듯 합니다.

 

앱 제작 시 샘플 API가 없어서 난감할때가 많은데 리스트(UITableView, UICollectionView) 관련 테스트 시 사용하면 좋을 듯 하여 공유 합니다.

반응형