Palette - Make it Colorful🎨
Palette - Visual Page Builder, no design degree required.
Scroll
JSON:API Extras
09/04/2025, by Ivan
JSON Drop API Documentation
- Installation JSON Drop API
-
JSON:API backend
- JSON:API Server Endpoints Documentation
- Core Concepts
- Glossary of Terms
- Filtering
- Includes
- Pagination
- Sorting
- Revisions
- Translations
- GET, POST, PATCH and DELETE
- Fetching resources (GET)
- Creating new resources (POST)
- Removing existing resources (DELETE)
- Updating existing resources (PATCH)
- Customizing Resources
- File Uploads
- How to Use the Webform REST Module with Drupal 11: A Practical Guide
- JSON:API vs. core's REST module
- What JSON:API DOESN'T do
- JSON:API Extras
- Content Management in JSON Drop API
- Translation User Interface, Configuration, and Content
- Authentication, Security & Performance
Renaming and disabling of resources and fields is now part of core.
When in need for altering resource properties like API path, resource counts or defaults for includes, or you want an interface to disable fields or resources, use JSON:API Extras.
After enabling the module you can visit /admin/config/services/jsonapi to see a list of all configuration and content exposed by JSON:API.
Article from Drupal Documentation.