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
#CMS
#Content Management
#Headless
#JSON:API
#REST