JSON:API Query Builder
77 sites
No security coverage
This module provides a visual interface for constructing and testing Drupal JSON:API requests. It allows users to discover available endpoints, build queries with various parameters like fields, filters, and sorting, and then provides formatted responses and tools for using the constructed requests.
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