You want to access data from PS3Heroes.com through an API (Application Programming Interface)? No problem. There is one right here with a simple HTTP interface and convenien JSON output.
You can always add ?callback=some_function_name to make the API return JSONP.
Returns basic information about the hero.
Returns a list of this heros sidekicks.
Returns a list of this heros games.
Returns a list of this heros sidekicks.
But in this case, you put in the login credentials from your PSN-Account. This way, your friends from the PSN-Account will be imported. The output contains the new list of sidekicks for this Hero.
We will not store your Login Information to the Playstation Network!