I'm looking for a CMS that just outputs JSON data.
I've done some research and found a few possibilities. But all the 'API based' CMS I found were hosted in the cloud.
A few examples that are exactly what I want.. but in the cloud:
I'm looking for a CMS with functionality like this but hosted myself.
Requirements for the CMS I'm looking for:
- A user can add/update data in the CMS
- Can create a custom object template in the CMS. For example: an object with a title, rating, image, short intro and a full text
- I can request a URL and I get a JSON output with the data
I only need to GET content no to add new data. (not a problem if this is also possible to :)
Thanks for your time.