API Evangelist API Evangelist
API Learnings
Toolbox
API Evangelist LLC

Drupal JSON:API

The Drupal JSON:API module is a core component that exposes all Drupal entity types and bundles as a standards-compliant JSON:API interface, requiring no configuration to enable. Each entity bundle receives a unique URL path following the pattern /jsonapi/{entity_type}/{bundle}, and the module supports GET, POST, PATCH, and DELETE operations for full CRUD access.

Documentation

Specifications

Schemas & Data

OpenAPI

drupal-jsonapi-openapi.yml Raw ↑