I am trying to create an app that will display articles from an online newspaper using Joomla for my school, but I have not been able to find any api to be able to send the articles to an iPhone. Is it possible to have an app that downloads information from a Joomla website for the user to read?
Thank you!
If you want something more than reading a RSS feed from Joomla for a category of Articles then the first place to look would be the Joomla! Extensions Directory.
If you can’t find what you need you could pretty easily make a component that returns articles as a JSON structure you could then parse.
If you want more than that eg. Push notifications you will probably have to write a Joomla extension to send notifications to the servers as articles are added.