Get data via API from gradle plugin portal

Is there a way for me to get the details of a specific plugin via an API call or some other way

Eg

given a plugin name say uk.gov.hmcts.java, i want to get details such as

  1. repository of the plugin, for eg GitHub - hmcts/rse-gradle-java-plugin: Applies HMCTS Java static analysis tools
  2. The owner of the plugin , eg HMCTS Reform Programme
  3. The latest and other versions of the plugin
  4. And a short description of what the plugin does.