I'm trying to extract some information from the developer console of the Android market. Currently I'm able to extract some information (total installs, rating, icon, name ...) and present it in a widget on my website. I use cURL, PHP and a script from someone else. However, the output is based on some very vague guessing. The problem is that the developer console does not provide an official API and is implemented using GWT. Thus, I have to parse some very wired JSON data. I'm not even sure if it is possible at all to determine the meaning of all the data I get.
I posted the PHP script I use and if you know some PHP it shouldn't be difficult adapt it. I would like to ask if anybody tried to get information from the developer console and can share some knowledge.

