# Module Exposes Drupal Resources as RESTful API

**Author:** kinlane  
**Canonical:** https://apievangelist.com/2011/01/29/module-exposes-drupal-resources-as-restful-api/

A [new Drupal module](http://drupal.org/project/restws) makes use of the [Drupal Entity API](http://drupal.org/project/entity) and then takes information about the entity and delivers it as a [Restful](http://www.kinlane.com/) [Web Service](http://www.apievangelist.com/).

kinlane-productions2.s3.amazonaws.com Features are:[](http://drupal.org)![](https://kinlane-images.s3.amazonaws.com/apievangelist/drupal-logo.jpg)

*   RESTful compliant
*   Support for all Drupal entity types
*   Provides create, read, update and delete (CRUD) operations
*   Service endpoints are automatically generated for each entity
*   JSON response format

You can [download the module on Github](http://github.com/klausi/restws), but it is also synchronized to the [Drupal.org CVS](http://drupal.org/node/36662).

This module allows Drupal owners to immediately deliver a RESTful API from their existing Drupal site and can also be used by developers looking to quickly deliver an API can build it using the Drupal platform.
