How to Access Any RESTful API Using the R Language …

R is a great language for data analytics, but it’s uncommon to use it for serious development which means that popular APIs don’t have SDKs for working with it. This is a how-to guide for connecting to an API to receive stock prices as a data frame when the API doesn’t have a specific package for R.

https://www.programmableweb.com/news/how-to-access-any-restful-api-using-r-language/how-to/2017/07/21