Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does anybody know a CMS with API functionality? [closed]

I am looking for a CMS that offers an API for managing the several content elements or pages.

The programming language(or other technical details) of the CMS doesn't matter - so don't hesitate give an answer:).

Best regards

like image 630
brainfck Avatar asked Nov 12 '09 11:11

brainfck


3 Answers

StorageRoom is a JSON-based CMS that might help you. We built it exactly for this.

Edit: StorageRoom has become Contentful, a cloud-based CMS with a powerful API.

like image 59
Sascha Konietzke Avatar answered Nov 07 '22 16:11

Sascha Konietzke


Umbraco has a REST API called Base (http://umbraco.org/documentation/books/introduction-to-base)

It also has a pretty good .net code API too.

like image 36
Pete Duncanson Avatar answered Nov 07 '22 14:11

Pete Duncanson


Alfresco offers an API that allows content manipulation. More info here.
This API implements the CMIS standard, which you might prefer to a proprietary API.

like image 1
Nicolas Raoul Avatar answered Nov 07 '22 14:11

Nicolas Raoul