Api first building blocks

Diagram showing Drupal's web service building blocks, including HAL, REST, Serialization, JSON API, GraphQL, and Waterwheel dependencies.
An overview of the key building blocks to create web services in Drupal. Out of the box, Drupal core can expose raw JSON structures reflecting its internal storage, or it can expose them in HAL. Note: Waterwheel has an optional dependency on JSON API if JSON API methods are invoked through Waterwheel.js.

Drupal