Word of the day API에서 랜덤한 문자를 받고 싶었다. https://rapidapi.com/jayantur13/api/word-of-the-day2 Word of the day API Documentation (jayantur13) | RapidAPI rapidapi.com Postman으로 Get 형식으로 데이터를 받아왔을 경우 JSON형태가 다음과 같았다. [ ] 문자로 시작해 배열로 확인하였고 첫번째인덱스에만 info라는 이름을 가지는 객체가 있었고, 나머지 인덱스에는 source,date,word,type,mean라는 이름을 가진 객체가 있었다. [ { "info": "Note: This API doesn't gaurantee latest data by date." }, { "sou..