Question

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.

Was it helpful?

Solution

You can try my framework,

admin: http://123.bl.ee/cms/objengine/admin.php?userid=cms.sa pass: tim

Admin user can define custom object, regular user can add/update/delete data.

JSON output: http://123.bl.ee/cms/objengine/ajax.php?objectname=ExampleObject

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top