I try to create automatization for android apps releases.
And I could not find a way to get from Google console API a release status. (ready to publish, on review, ect...).
Does anyone have solutions for that?
This feature is notn available on Google Play API, you can check it here:
https://developers.google.com/android-publisher/api-ref/rest
On the other hand, you could invest time on "scraping process" to fetch this kind of info directly from Google Play Console(selenium could be a good point to start).