jsonapi_query_builder
33 sites
No security coverage
A modern, interactive interface for exploring and building Drupal JSON:API requests.
The JSON:API Query Builder provides a user-friendly interface for discovering and testing Drupal's JSON:API endpoints. This module helps developers and site builders construct API requests visually, eliminating the need to manually build complex query strings.
Features
- Discover entity types and bundles available in your Drupal site
- Visually construct JSON:API queries with all supported parameters:
- Fields (selective field inclusion)
- Includes (relationships)
- Filters (with various operators)
- Sorting (with direction)
- Pagination
- Display formatted responses with syntax highlighting
- Copy constructed URLs for use in your code
- Generate cURL commands for testing
- Authentication documentation for API integration
- Request history to easily revisit previous queries
- Bookmark favorite queries for later use
- Support for related entity fields with dot notation
- Copy JSON paths from response for easy reference