api.creativecommons.org

Author:Nathan R. Yergler, John E. Doig III
Updated:$Date: 2009-04-02 10:57:29 -0700 (Thu, 02 Apr 2009) $

Creative Commons provides web service APIs which can be used to integrate the Creative Commons licensing engine into third party applications.

The following versions are available:

The current in-development API is described in the development version documentation. These APIs are currently in beta, and we are soliciting feedback and suggestions. As such, the API may change in the future.

Sample Code

ccPublisher uses the REST interface. See class CcRest in wizard/pages/license.py for an example.

Other example usages:

  • Python: The ccwsclient package provides basic abstraction of the REST interface via a Python class (ccwsclient SVN).
  • Java: The org.creativecommons.api package provides the CcRest class for using the REST web service from Java. Relies on JDOM and Jaxen. (org.cc.api SVN)

Your comments, feedback and suggestions can be sent to software@creativecommons.org.

Revision History

Table Of Contents

Next topic

Version 1.0 Documentation

This Page