PlayStation 3 Trophies API
If you would like to retrieve your PlayStation 3 trophies data in an easy to read format, say, for reading into a mysql database or your own JAVA or iPhone computer program etc, then read on.
The PS3 Trophies API is a single PHP file, which takes as input, your PSN id, and the churns out all of your current PS3 Trophies achieved. The API is available from the following url, http://www.thegamecollective.co.uk/psn.php. All that’s needed is to pass your PSN id, for example, dunnestar, to the url:
http://www.thegamecollective.co.uk/psn.php?psnid=dunnestar
And you’ll receive the data back in an xml format.
You can pass the parameter format=key to receive the data as a properties file, like so:
http://www.thegamecollective.co.uk/psn.php?psnid=dunnestar&format=key
This API is a single PHP file and is currently being improved upon to include a variety of other features too. Leave a comment and I’ll post the API if anyone is interested!