The current version of the Google Search JSON API module is not compatible with Drupal 11. When attempting to install or upgrade via Composer, it fails because the info.yml file restricts the core version requirement to ^8.8 || ^9 || ^10.
Even if made changes in info file, added ^11 not working producing many issue like distorted UI and sometimes does not fetch result at all.

Steps to Reproduce:
Set up a fresh Drupal 11 site.
Attempt to install the module via Composer: composer require 'drupal/google_json_api'.
Observe the dependency error: ...requires drupal/core ^8.8 || ^9 || ^10 but your system is on Drupal 11.

Comments

rajkumar2030 created an issue.