Clean RESTful is a clean alternative to the default Drupal web service API where you can GET data from the nodes in one request.

What's the difference with the default Drupal web service?

  • Numbers return as int type
  • references return with name and id in one step
  • files have URLs in own objects

The URL to GET node
You must use the following address to retrieve data using the GET method:
{your drupal address}/_api/node/{node id}
Dependencies
D8: paragraphs
Require
PHP 7.4+

Supporting organizations: 
Supporter

Project information

Releases